1#ifndef DigiRootData_TMcHitTof_H
2#define DigiRootData_TMcHitTof_H 1
21 void SetEdep(Double_t edep) { m_edep = edep; }
22 void SetStepL(Double_t stepL) { m_stepL = stepL;}
24 void SetPos(TVector3 pos) { m_pos = pos; }
26 void SetDeltaT(Double_t deltaT) { m_deltaT = deltaT;}
35 Double_t
GetEdep()
const{
return m_edep; }
38 TVector3
GetPos()
const {
return m_pos; }
39 Double_t
GetTime()
const {
return m_time;}
58 TVector3 m_pDirection;
**********INTEGER nmxhep !maximum number of particles DOUBLE PRECISION vhep INTEGER jdahep COMMON hepevt $ !serial number $ !number of particles $ !status code $ !particle ident KF $ !parent particles $ !childreen particles $ !four momentum
void SetStepL(Double_t stepL)
void SetTime(Double_t time)
Int_t GetTrackIndex() const
void SetTrackIndex(Int_t trackIndex)
void SetG4Index(Int_t index)
TVector3 GetPDirection() const
TVector3 GetMomentum() const
Double_t GetStepL() const
void SetPos(TVector3 pos)
void SetMomentum(TVector3 momentum)
void SetDeltaT(Double_t deltaT)
void SetEdep(Double_t edep)
void SetPartId(Int_t partId)
Double_t GetTrackL() const
void SetPDirection(TVector3 pDirection)
void SetCharge(Int_t charge)
void SetTrackL(Double_t length)
Double_t GetDeltaT() const
void SetScinNb(Int_t scinNb)