Added to repository
This commit is contained in:
20
geant4/LEMuSR/include/LEMuSRCylVector.hh
Normal file
20
geant4/LEMuSR/include/LEMuSRCylVector.hh
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef LEMuSRCylVector_h
|
||||
#define LEMuSRCylVector_h 1
|
||||
|
||||
#include "G4ThreeVector.hh"
|
||||
#include "G4UnitsTable.hh"
|
||||
|
||||
class LEMuSRCylVector : public G4ThreeVector
|
||||
{
|
||||
public:
|
||||
LEMuSRCylVector();
|
||||
LEMuSRCylVector(){;}
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user