1#ifndef RootEventData_TCgemMc_H
2#define RootEventData_TCgemMc_H 1
18 void SetTrackID ( UInt_t f_ID_track ) {m_ID_track = f_ID_track ;};
19 void SetLayerID ( UInt_t f_ID_layer ) {m_ID_layer = f_ID_layer ;};
20 void SetPDGCode ( UInt_t f_pdg_code ) {m_pdg_code = f_pdg_code ;};
21 void SetParentID ( UInt_t f_ID_parent ) {m_ID_parent = f_ID_parent ;};
48 void AddIdentifier ( Int_t f_ID_Identifier[2000] , Int_t N_dim ) {m_ID_Identifier.Set(N_dim, f_ID_Identifier); };
94 Double_t m_XYZ_post_x;
95 Double_t m_XYZ_post_y;
96 Double_t m_XYZ_post_z;
106 Double_t m_Cu_post_x;
107 Double_t m_Cu_post_y;
108 Double_t m_Cu_post_z;
109 Double_t m_P_Cu_pre_x;
110 Double_t m_P_Cu_pre_y;
111 Double_t m_P_Cu_pre_z;
112 Double_t m_P_Cu_post_x;
113 Double_t m_P_Cu_post_y;
114 Double_t m_P_Cu_post_z;
115 TArrayI m_ID_Identifier;
116 TString m_creatorProcess;
void SetPrePositionYInCu(Double_t f_Cu_pre_y)
Double_t GetPositionXOfPrePoint() const
void SetMomentumXOfCuPre(Double_t f_P_Cu_pre_x)
Double_t GetMomentumYOfPostPoint() const
void AddIdentifier(Int_t f_ID_Identifier[2000], Int_t N_dim)
void SetMomentumZOfPrePoint(Double_t f_P_pre_z)
Double_t GetMomentumYOfPrePoint() const
Double_t GetPositionYOfPrePoint() const
UInt_t GetPDGCode() const
void SetMomentumXOfCuPost(Double_t f_P_Cu_post_x)
void SetPostPositionYInCu(Double_t f_Cu_post_y)
Double_t GetPositionZOfPostPoint() const
Double_t GetMomentumYOfCuPost() const
void SetMomentumYOfPostPoint(Double_t f_P_post_y)
void SetPositionZOfPostPoint(Double_t f_XYZ_post_z)
void SetMomentumYOfCuPost(Double_t f_P_Cu_post_y)
Double_t GetPositionZOfPrePoint() const
void SetPrePositionXInCu(Double_t f_Cu_pre_x)
void SetMomentumXOfPrePoint(Double_t f_P_pre_x)
void SetCreatorProcess(std::string creatorProcess)
void SetMomentumYOfCuPre(Double_t f_P_Cu_pre_y)
void SetParentID(UInt_t f_ID_parent)
void SetPositionXOfPrePoint(Double_t f_XYZ_pre_x)
Double_t GetMomentumZOfPostPoint() const
Double_t GetPostPositionZInCu() const
void SetTrackID(UInt_t f_ID_track)
UInt_t GetTrackID() const
Double_t GetMomentumYOfCuPre() const
void SetPositionZOfPrePoint(Double_t f_XYZ_pre_z)
void SetMomentumYOfPrePoint(Double_t f_P_pre_y)
Double_t GetMomentumZOfCuPre() const
void SetLayerID(UInt_t f_ID_layer)
Double_t GetPrePositionXInCu() const
void SetMomentumZOfCuPre(Double_t f_P_Cu_pre_z)
Double_t GetPostPositionYInCu() const
void SetPDGCode(UInt_t f_pdg_code)
void SetPositionYOfPrePoint(Double_t f_XYZ_pre_y)
Double_t GetMomentumXOfPostPoint() const
UInt_t GetLayerID() const
void SetMomentumZOfCuPost(Double_t f_P_Cu_post_z)
Double_t GetMomentumZOfPrePoint() const
Double_t GetPositionYOfPostPoint() const
void SetPositionYOfPostPoint(Double_t f_XYZ_post_y)
Double_t GetPositionXOfPostPoint() const
Double_t GetTotalEnergyDeposit() const
void SetPositionXOfPostPoint(Double_t f_XYZ_post_x)
UInt_t GetParentID() const
Double_t GetPostPositionXInCu() const
void SetMomentumXOfPostPoint(Double_t f_P_post_x)
void SetPostPositionZInCu(Double_t f_Cu_post_z)
Double_t GetPrePositionYInCu() const
void SetPrePositionZInCu(Double_t f_Cu_pre_z)
Double_t GetPrePositionZInCu() const
Double_t GetMomentumXOfCuPost() const
void SetMomentumZOfPostPoint(Double_t f_P_post_z)
Double_t GetMomentumZOfCuPost() const
void SetPostPositionXInCu(Double_t f_Cu_post_x)
Double_t GetMomentumXOfPrePoint() const
TArrayI GetIdentifier() const
Double_t GetMomentumXOfCuPre() const
void SetTotalEnergyDeposit(Double_t f_E_deposit)
TString GetCreatorProcess() const