Public Member Functions | |
BDSSamplerHit () | |
BDSSamplerHit (G4String aName, G4double init_mom, G4double init_x, G4double init_xPrime, G4double init_y, G4double init_yPrime, G4double init_z, G4double init_zPrime, G4double init_t, G4double mom, G4double x, G4double xPrime, G4double y, G4double yPrime, G4double z, G4double zPrime, G4double t, G4double s, G4double weight, G4int PDGtype, G4int nEvent, G4int ParentID, G4int TrackID) | |
~BDSSamplerHit () | |
BDSSamplerHit (const BDSSamplerHit &right) | |
const BDSSamplerHit & | operator= (const BDSSamplerHit &right) |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
void | SetInitMom (G4double mom) |
G4double | GetInitMom () const |
void | SetInitX (G4double x) |
G4double | GetInitX () const |
void | SetInitXPrime (G4double xPrime) |
G4double | GetInitXPrime () const |
void | SetInitY (G4double y) |
G4double | GetInitY () const |
void | SetInitYPrime (G4double yPrime) |
G4double | GetInitYPrime () const |
void | SetInitZ (G4double z) |
G4double | GetInitZ () const |
void | SetInitZPrime (G4double zPrime) |
G4double | GetInitZPrime () const |
void | SetInitT (G4double t) |
G4double | GetInitT () const |
void | SetMom (G4double mom) |
G4double | GetMom () const |
void | SetX (G4double x) |
G4double | GetX () const |
void | SetXPrime (G4double xPrime) |
G4double | GetXPrime () const |
void | SetY (G4double y) |
G4double | GetY () const |
void | SetYPrime (G4double yPrime) |
G4double | GetYPrime () const |
void | SetZ (G4double z) |
G4double | GetZ () const |
void | SetZPrime (G4double zPrime) |
G4double | GetZPrime () const |
void | SetGlobalX (G4double x) |
G4double | GetGlobalX () const |
void | SetGlobalXPrime (G4double xPrime) |
G4double | GetGlobalXPrime () const |
void | SetGlobalY (G4double y) |
G4double | GetGlobalY () const |
void | SetGlobalYPrime (G4double yPrime) |
G4double | GetGlobalYPrime () const |
void | SetGlobalZ (G4double z) |
G4double | GetGlobalZ () const |
void | SetGlobalZPrime (G4double zPrime) |
G4double | GetGlobalZPrime () const |
void | SetT (G4double t) |
G4double | GetT () const |
void | SetS (G4double s) |
G4double | GetS () const |
void | SetWeight (G4double aWeight) |
G4double | GetWeight () const |
void | SetName (G4String aName) |
G4String | GetName () const |
void | SetType (G4String aSampType) |
G4String | GetType () |
void | SetEventNo (G4int nEvent) |
G4int | GetEventNo () const |
G4int | GetPDGtype () const |
G4int | GetParentID () const |
G4int | GetTrackID () const |
Definition at line 18 of file BDSSamplerHit.hh.