FairRoot/PandaRoot
|
#include <PndRichHit.h>
Public Member Functions | |
PndRichHit () | |
PndRichHit (Int_t detID, Int_t sensorId, TVector3 &pos, TVector3 &dpos, Double_t thetaC, Double_t errThetaC, Int_t index) | |
virtual | ~PndRichHit () |
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 PndRichHit.h.
PndRichHit::PndRichHit | ( | ) |
PndRichHit::PndRichHit | ( | 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 PndRichHit.cxx.
|
virtual |
|
inlinevirtual |
Definition at line 43 of file PndRichHit.h.
References fErrThetaC.
Referenced by PndPidCorrelator::GetRichInfo().
|
inline |
Definition at line 47 of file PndRichHit.h.
|
inlinevirtual |
Definition at line 44 of file PndRichHit.h.
Referenced by PndPidCorrelator::GetRichInfo().
|
inline |
|
inlinevirtual |
Modifiers Accessors
Definition at line 42 of file PndRichHit.h.
References fThetaC.
Referenced by PndPidCorrelator::GetRichInfo().
|
virtual |
|
protected |
Definition at line 52 of file PndRichHit.h.
Referenced by GetErrThetaC().
|
protected |
Definition at line 51 of file PndRichHit.h.
Referenced by GetSensorId().
|
protected |
Definition at line 52 of file PndRichHit.h.
Referenced by GetThetaC(), and Print().