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 () |
Double_t | GetLength () |
Int_t | GetPdgCode () |
Int_t | GetMotherPdg () |
Int_t | GetCharge () |
Int_t | GetStationId () |
Double_t | GetArea () |
Int_t | GetNPads () |
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 11 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 26 of file CbmMuchPointInfo.cxx.
|
inline |
Definition at line 19 of file CbmMuchPointInfo.h.
|
inline |
Definition at line 28 of file CbmMuchPointInfo.h.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillChargePerPoint().
|
inline |
Definition at line 27 of file CbmMuchPointInfo.h.
References fCharge.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillChargePerPoint().
|
inline |
Definition at line 40 of file CbmMuchPointInfo.h.
References fS.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 38 of file CbmMuchPointInfo.h.
References fCharge.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 34 of file CbmMuchPointInfo.h.
References fKine.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 35 of file CbmMuchPointInfo.h.
References fLength.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 37 of file CbmMuchPointInfo.h.
References fMotherPdg.
|
inline |
Definition at line 41 of file CbmMuchPointInfo.h.
References fNPads.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 36 of file CbmMuchPointInfo.h.
References fPdgCode.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), CbmMuchDigitizerQa::FillChargePerPoint(), and CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
|
inline |
Definition at line 39 of file CbmMuchPointInfo.h.
References fStationId.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and CbmMuchDigitizerQa::FillDigitizerPerformancePlots().
void CbmMuchPointInfo::Print | ( | Option_t * | = "" | ) | const |
Definition at line 44 of file CbmMuchPointInfo.cxx.
References fCharge, fKine, fLength, fPdgCode, and fStationId.
Referenced by CbmMuchHitFinderQa::DigitizerQa(), and 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 48 of file CbmMuchPointInfo.h.
Referenced by AddCharge(), GetCharge(), Print(), and SetCharge().
|
private |
Definition at line 44 of file CbmMuchPointInfo.h.
|
private |
Definition at line 45 of file CbmMuchPointInfo.h.
Referenced by GetLength(), Print(), and SetLength().
|
private |
Definition at line 47 of file CbmMuchPointInfo.h.
Referenced by GetMotherPdg(), and SetMotherPdg().
|
private |
Definition at line 51 of file CbmMuchPointInfo.h.
Referenced by AddArea(), and GetNPads().
|
private |
Definition at line 46 of file CbmMuchPointInfo.h.
Referenced by GetPdgCode(), Print(), and SetPdgCode().
|
private |
Definition at line 50 of file CbmMuchPointInfo.h.
|
private |
Definition at line 49 of file CbmMuchPointInfo.h.
Referenced by GetStationId(), Print(), and SetStationId().