FairRoot/PandaRoot
|
#include <PndDrcBarPoint.h>
Public Member Functions | |
PndDrcBarPoint () | |
PndDrcBarPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Int_t pdgCode, Double_t thetaC, Int_t nBar, Int_t eventID, Double_t mass) | |
virtual | ~PndDrcBarPoint () |
Int_t | GetPdgCode () const |
Double_t | GetThetaC () const |
Int_t | GetBarId () const |
Int_t | GetBoxId () const |
Double_t | GetMass () const |
Int_t | GetTrackStatus () const |
void | SetPdgCode (Int_t id) |
void | SetThetaC (Double_t theta) |
void | SetBarN (Int_t bar) |
void | SetTrackStatus (Int_t status) |
virtual void | Print (const Option_t *opt) const |
Protected Attributes | |
Int_t | fPdgCode |
Double_t | fThetaC |
Int_t | fBarN |
Double_t | fMass |
Int_t | fTrackStatus |
PndDrcBarPoint.h
Definition at line 17 of file PndDrcBarPoint.h.
PndDrcBarPoint::PndDrcBarPoint | ( | ) |
PndDrcBarPoint::PndDrcBarPoint | ( | Int_t | trackID, |
Int_t | detID, | ||
TVector3 | pos, | ||
TVector3 | mom, | ||
Double_t | tof, | ||
Double_t | length, | ||
Int_t | pdgCode, | ||
Double_t | thetaC, | ||
Int_t | nBar, | ||
Int_t | eventID, | ||
Double_t | mass | ||
) |
|
virtual |
|
inline |
Definition at line 43 of file PndDrcBarPoint.h.
References fBarN.
Referenced by PndDrcReco::Exec(), PndDrcHitProducerIdeal::Exec(), PndDrcTimeDigiTask::Exec(), PndDrcHitProducerReal::ProcessBarPoint(), PndDrcLutFill::ProcessPhotonHit(), PndPhoGunShortP::ProcessPhotonHit(), and PndPhoGunShort::ProcessPhotonHit().
|
inline |
Definition at line 44 of file PndDrcBarPoint.h.
References fBarN.
Referenced by PndDrcReco::Exec(), PndDrcHitProducerIdeal::Exec(), PndDrcTimeDigiTask::Exec(), PndDrcLutReco::LoopOverMcTracks(), and PndDrcHitProducerReal::ProcessBarPoint().
|
inline |
Definition at line 45 of file PndDrcBarPoint.h.
References fMass.
Referenced by PndDrcHitProducerIdeal::Exec(), DrawHits::ProcessBarHit(), and PndDrcHitProducerReal::ProcessBarPoint().
|
inline |
Accessors
Definition at line 41 of file PndDrcBarPoint.h.
References fPdgCode.
Referenced by PndDrcDigiTask::ActivatePixel(), and PndDrcReco::Exec().
|
inline |
Definition at line 42 of file PndDrcBarPoint.h.
References fThetaC.
Referenced by PndDrcHitProducerIdeal::Exec(), PndDrcLutReco::LoopOverMcTracks(), DrawHits::ProcessBarHit(), and PndDrcHitProducerReal::ProcessBarPoint().
|
inline |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 65 of file PndDrcBarPoint.h.
Referenced by GetBarId(), GetBoxId(), and SetBarN().
|
protected |
Definition at line 66 of file PndDrcBarPoint.h.
Referenced by GetMass().
|
protected |
Definition at line 63 of file PndDrcBarPoint.h.
Referenced by GetPdgCode(), and SetPdgCode().
|
protected |
Definition at line 64 of file PndDrcBarPoint.h.
Referenced by GetThetaC(), and SetThetaC().
|
protected |
Definition at line 67 of file PndDrcBarPoint.h.
Referenced by GetTrackStatus(), and SetTrackStatus().