1#ifndef DigiRootData_TMcHitCgem_H
2#define DigiRootData_TMcHitCgem_H 1
18 void SetTrackID ( Int_t f_ID_track ) {m_ID_track = f_ID_track ;};
19 void SetLayerID ( Int_t f_ID_layer ) {m_ID_layer = f_ID_layer ;};
20 void SetPDGCode ( Int_t f_pdg_code ) {m_pdg_code = f_pdg_code ;};
21 void SetParentID ( Int_t f_ID_parent ) {m_ID_parent = f_ID_parent ;};
22 void SetGlobalTime ( Double_t f_global_time ) {m_global_time = f_global_time ;};
33 void AddIdentifier ( Int_t f_ID_Identifier[2000] , Int_t N_dim ) {m_ID_Identifier.Set(N_dim, f_ID_Identifier); };
59 Double_t m_global_time;
70 TArrayI m_ID_Identifier;
void SetMomentumOfCuPre(TVector3 f_P_Cu_pre)
void SetParentID(Int_t f_ID_parent)
Int_t GetParentID() const
void SetMomentumOfPrePoint(TVector3 f_P_pre)
TVector3 GetPositionOfPostPoint() const
Double_t GetStepLength() const
void SetPositionOfPrePoint(TVector3 f_XYZ_pre)
void SetStepLength(Double_t f_L_step)
void SetGlobalTime(Double_t f_global_time)
void SetPostPositionInCu(TVector3 f_Cu_post)
void SetLayerID(Int_t f_ID_layer)
void SetPDGCode(Int_t f_pdg_code)
void SetTotalEnergyDeposit(Double_t f_E_deposit)
void SetPositionOfPostPoint(TVector3 f_XYZ_post)
TVector3 GetMomentumOfCuPost() const
void AddIdentifier(Int_t f_ID_Identifier[2000], Int_t N_dim)
Double_t GetGlobalTime() const
TArrayI GetIdentifier() const
TVector3 GetMomentumOfPrePoint() const
void SetTrackID(Int_t f_ID_track)
TVector3 GetPrePositionInCu() const
Double_t GetTotalEnergyDeposit() const
void SetPrePositionInCu(TVector3 f_Cu_pre)
void SetMomentumOfCuPost(TVector3 f_P_Cu_post)
TVector3 GetMomentumOfCuPre() const
TVector3 GetPositionOfPrePoint() const
TVector3 GetMomentumOfPostPoint() const
void SetMomentumOfPostPoint(TVector3 f_P_post)
TVector3 GetPostPositionInCu() const