#include <TMcHitCgem.h>
Definition at line 9 of file TMcHitCgem.h.
◆ TMcHitCgem()
TMcHitCgem::TMcHitCgem |
( |
| ) |
|
◆ ~TMcHitCgem()
TMcHitCgem::~TMcHitCgem |
( |
| ) |
|
◆ AddIdentifier()
void TMcHitCgem::AddIdentifier |
( |
Int_t | f_ID_Identifier[2000], |
|
|
Int_t | N_dim ) |
|
inline |
Definition at line 33 of file TMcHitCgem.h.
33{m_ID_Identifier.Set(N_dim, f_ID_Identifier); };
◆ GetGlobalTime()
Double_t TMcHitCgem::GetGlobalTime |
( |
| ) |
const |
|
inline |
◆ GetIdentifier()
TArrayI TMcHitCgem::GetIdentifier |
( |
| ) |
const |
|
inline |
Definition at line 51 of file TMcHitCgem.h.
51{return m_ID_Identifier;};
◆ GetLayerID()
Int_t TMcHitCgem::GetLayerID |
( |
| ) |
const |
|
inline |
◆ GetMomentumOfCuPost()
TVector3 TMcHitCgem::GetMomentumOfCuPost |
( |
| ) |
const |
|
inline |
◆ GetMomentumOfCuPre()
TVector3 TMcHitCgem::GetMomentumOfCuPre |
( |
| ) |
const |
|
inline |
◆ GetMomentumOfPostPoint()
TVector3 TMcHitCgem::GetMomentumOfPostPoint |
( |
| ) |
const |
|
inline |
◆ GetMomentumOfPrePoint()
TVector3 TMcHitCgem::GetMomentumOfPrePoint |
( |
| ) |
const |
|
inline |
◆ GetParentID()
Int_t TMcHitCgem::GetParentID |
( |
| ) |
const |
|
inline |
◆ GetPDGCode()
Int_t TMcHitCgem::GetPDGCode |
( |
| ) |
const |
|
inline |
◆ GetPositionOfPostPoint()
TVector3 TMcHitCgem::GetPositionOfPostPoint |
( |
| ) |
const |
|
inline |
◆ GetPositionOfPrePoint()
TVector3 TMcHitCgem::GetPositionOfPrePoint |
( |
| ) |
const |
|
inline |
◆ GetPostPositionInCu()
TVector3 TMcHitCgem::GetPostPositionInCu |
( |
| ) |
const |
|
inline |
◆ GetPrePositionInCu()
TVector3 TMcHitCgem::GetPrePositionInCu |
( |
| ) |
const |
|
inline |
◆ GetStepLength()
Double_t TMcHitCgem::GetStepLength |
( |
| ) |
const |
|
inline |
◆ GetTotalEnergyDeposit()
Double_t TMcHitCgem::GetTotalEnergyDeposit |
( |
| ) |
const |
|
inline |
◆ GetTrackID()
Int_t TMcHitCgem::GetTrackID |
( |
| ) |
const |
|
inline |
◆ SetGlobalTime()
void TMcHitCgem::SetGlobalTime |
( |
Double_t | f_global_time | ) |
|
|
inline |
◆ SetLayerID()
void TMcHitCgem::SetLayerID |
( |
Int_t | f_ID_layer | ) |
|
|
inline |
◆ SetMomentumOfCuPost()
void TMcHitCgem::SetMomentumOfCuPost |
( |
TVector3 | f_P_Cu_post | ) |
|
|
inline |
Definition at line 32 of file TMcHitCgem.h.
32{m_P_Cu_post = f_P_Cu_post ;};
◆ SetMomentumOfCuPre()
void TMcHitCgem::SetMomentumOfCuPre |
( |
TVector3 | f_P_Cu_pre | ) |
|
|
inline |
Definition at line 31 of file TMcHitCgem.h.
31{m_P_Cu_pre = f_P_Cu_pre ;};
◆ SetMomentumOfPostPoint()
void TMcHitCgem::SetMomentumOfPostPoint |
( |
TVector3 | f_P_post | ) |
|
|
inline |
◆ SetMomentumOfPrePoint()
void TMcHitCgem::SetMomentumOfPrePoint |
( |
TVector3 | f_P_pre | ) |
|
|
inline |
◆ SetParentID()
void TMcHitCgem::SetParentID |
( |
Int_t | f_ID_parent | ) |
|
|
inline |
Definition at line 21 of file TMcHitCgem.h.
21{m_ID_parent = f_ID_parent ;};
◆ SetPDGCode()
void TMcHitCgem::SetPDGCode |
( |
Int_t | f_pdg_code | ) |
|
|
inline |
◆ SetPositionOfPostPoint()
void TMcHitCgem::SetPositionOfPostPoint |
( |
TVector3 | f_XYZ_post | ) |
|
|
inline |
◆ SetPositionOfPrePoint()
void TMcHitCgem::SetPositionOfPrePoint |
( |
TVector3 | f_XYZ_pre | ) |
|
|
inline |
◆ SetPostPositionInCu()
void TMcHitCgem::SetPostPositionInCu |
( |
TVector3 | f_Cu_post | ) |
|
|
inline |
Definition at line 30 of file TMcHitCgem.h.
30{m_Cu_post = f_Cu_post ;};
◆ SetPrePositionInCu()
void TMcHitCgem::SetPrePositionInCu |
( |
TVector3 | f_Cu_pre | ) |
|
|
inline |
Definition at line 29 of file TMcHitCgem.h.
29{m_Cu_pre = f_Cu_pre ;};
◆ SetStepLength()
void TMcHitCgem::SetStepLength |
( |
Double_t | f_L_step | ) |
|
|
inline |
◆ SetTotalEnergyDeposit()
void TMcHitCgem::SetTotalEnergyDeposit |
( |
Double_t | f_E_deposit | ) |
|
|
inline |
◆ SetTrackID()
void TMcHitCgem::SetTrackID |
( |
Int_t | f_ID_track | ) |
|
|
inline |
The documentation for this class was generated from the following files: