|
CbmRoot
|
#include <CbmMuchPointInfo.h>
Public Member Functions | |
| CbmMuchPointInfo () | |
| CbmMuchPointInfo (Int_t pdgCode, Int_t motherPdg, Double_t kine, Double_t length, Int_t stationId) | |
| ~CbmMuchPointInfo () | |
| void | SetKinE (Double_t kine) |
| void | SetPdgCode (Int_t pdgCode) |
| void | SetMotherPdg (Int_t pdgCode) |
| void | SetCharge (Int_t charge) |
| void | SetStationId (Int_t id) |
| void | SetLength (Double_t length) |
| void | AddCharge (Int_t charge) |
| void | AddArea (Double_t s) |
| void | Print (Option_t *="") const |
| Double_t | GetKine () const |
| Double_t | GetLength () const |
| Int_t | GetPdgCode () const |
| Int_t | GetMotherPdg () const |
| Int_t | GetCharge () const |
| Int_t | GetStationId () const |
| Double_t | GetArea () const |
| Int_t | GetNPads () const |
Private Attributes | |
| Double_t | fKine |
| Double_t | fLength |
| Int_t | fPdgCode |
| Int_t | fMotherPdg |
| Int_t | fCharge |
| Int_t | fStationId |
| Double_t | fS |
| Int_t | fNPads |
Definition at line 15 of file CbmMuchPointInfo.h.
| CbmMuchPointInfo::CbmMuchPointInfo | ( | ) |
| CbmMuchPointInfo::CbmMuchPointInfo | ( | Int_t | pdgCode, |
| Int_t | motherPdg, | ||
| Double_t | kine, | ||
| Double_t | length, | ||
| Int_t | stationId ) |
Definition at line 32 of file CbmMuchPointInfo.cxx.
References fCharge, fKine, fLength, fMotherPdg, fNPads, fPdgCode, fS, and fStationId.
|
inline |
Definition at line 19 of file CbmMuchPointInfo.h.
|
inline |
Definition at line 28 of file CbmMuchPointInfo.h.
Referenced by CbmMuchDigitizerQa::FillChargePerPoint().
|
inline |
Definition at line 27 of file CbmMuchPointInfo.h.
References fCharge.
Referenced by CbmMuchDigitizerQa::FillChargePerPoint().
|
inline |
Definition at line 41 of file CbmMuchPointInfo.h.
References fS.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 39 of file CbmMuchPointInfo.h.
References fCharge.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 35 of file CbmMuchPointInfo.h.
References fKine.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 36 of file CbmMuchPointInfo.h.
References fLength.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 38 of file CbmMuchPointInfo.h.
References fMotherPdg.
|
inline |
Definition at line 42 of file CbmMuchPointInfo.h.
References fNPads.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 37 of file CbmMuchPointInfo.h.
References fPdgCode.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 40 of file CbmMuchPointInfo.h.
References fStationId.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
| void CbmMuchPointInfo::Print | ( | Option_t * | = "" | ) | const |
Definition at line 48 of file CbmMuchPointInfo.cxx.
References fCharge, fKine, fLength, fPdgCode, and fStationId.
Referenced by CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 24 of file CbmMuchPointInfo.h.
References fCharge.
|
inline |
Definition at line 21 of file CbmMuchPointInfo.h.
References fKine.
|
inline |
Definition at line 26 of file CbmMuchPointInfo.h.
References fLength.
|
inline |
Definition at line 23 of file CbmMuchPointInfo.h.
References fMotherPdg.
|
inline |
Definition at line 22 of file CbmMuchPointInfo.h.
References fPdgCode.
|
inline |
Definition at line 25 of file CbmMuchPointInfo.h.
References fStationId.
|
private |
Definition at line 49 of file CbmMuchPointInfo.h.
Referenced by AddCharge(), CbmMuchPointInfo(), GetCharge(), Print(), and SetCharge().
|
private |
Definition at line 45 of file CbmMuchPointInfo.h.
Referenced by CbmMuchPointInfo(), GetKine(), Print(), and SetKinE().
|
private |
Definition at line 46 of file CbmMuchPointInfo.h.
Referenced by CbmMuchPointInfo(), GetLength(), Print(), and SetLength().
|
private |
Definition at line 48 of file CbmMuchPointInfo.h.
Referenced by CbmMuchPointInfo(), GetMotherPdg(), and SetMotherPdg().
|
private |
Definition at line 52 of file CbmMuchPointInfo.h.
Referenced by AddArea(), CbmMuchPointInfo(), and GetNPads().
|
private |
Definition at line 47 of file CbmMuchPointInfo.h.
Referenced by CbmMuchPointInfo(), GetPdgCode(), Print(), and SetPdgCode().
|
private |
Definition at line 51 of file CbmMuchPointInfo.h.
Referenced by AddArea(), CbmMuchPointInfo(), and GetArea().
|
private |
Definition at line 50 of file CbmMuchPointInfo.h.
Referenced by CbmMuchPointInfo(), GetStationId(), Print(), and SetStationId().