FairRoot/PandaRoot
|
#include <PndDrcHit.h>
Public Member Functions | |
PndDrcHit () | |
PndDrcHit (Int_t detID, Int_t sensorId, TVector3 &pos, TVector3 &dpos, Double_t thetaC, Double_t errThetaC, Int_t index) | |
virtual | ~PndDrcHit () |
virtual void | Print (const Option_t *opt="") const |
virtual Double_t | GetThetaC () |
virtual Double_t | GetErrThetaC () |
virtual Int_t | GetRefIndex () |
Int_t | GetSensorId () |
TVector3 | GetPosition () const |
Protected Attributes | |
Int_t | fSensorId |
Double_t | fThetaC |
Double_t | fErrThetaC |
Definition at line 13 of file PndDrcHit.h.
PndDrcHit::PndDrcHit | ( | ) |
PndDrcHit::PndDrcHit | ( | Int_t | detID, |
Int_t | sensorId, | ||
TVector3 & | pos, | ||
TVector3 & | dpos, | ||
Double_t | thetaC, | ||
Double_t | errThetaC, | ||
Int_t | index | ||
) |
Definition at line 27 of file PndDrcHit.cxx.
|
virtual |
|
inlinevirtual |
Definition at line 43 of file PndDrcHit.h.
References fErrThetaC.
Referenced by PndPidCorrelator::GetDrcInfo().
|
inline |
Definition at line 47 of file PndDrcHit.h.
|
inlinevirtual |
Definition at line 44 of file PndDrcHit.h.
Referenced by PndPidCorrelator::GetDrcInfo(), DrawHits::ProcessBarHit(), PndDrcRecoLookupMapS::ProcessBarHit(), and PndDrcRecoLookupMap::ProcessBarHit().
|
inline |
|
inlinevirtual |
Modifiers Accessors
Definition at line 42 of file PndDrcHit.h.
References fThetaC.
Referenced by PndPidCorrelator::GetDrcInfo().
|
virtual |
|
protected |
Definition at line 52 of file PndDrcHit.h.
Referenced by GetErrThetaC().
|
protected |
Definition at line 51 of file PndDrcHit.h.
Referenced by GetSensorId().
|
protected |
Definition at line 52 of file PndDrcHit.h.
Referenced by GetThetaC(), and Print().