![]() |
PandaRoot
|
#include <PndTrkConformalHit.h>
Public Member Functions | |
PndTrkConformalHit () | |
PndTrkConformalHit (PndTrkHit *hit, double u, double v, double rd) | |
PndTrkConformalHit (PndTrkHit *hit, double u, double v) | |
~PndTrkConformalHit () | |
Int_t | GetHitID () |
Int_t | GetDetectorID () |
TVector2 | GetPosition () |
Double_t | GetU () |
Double_t | GetV () |
Double_t | GetIsochrone () |
PndTrkHit * | GetHit () |
double | GetDistanceFromTrack (double fitm, double fitp) |
void | SetPosition (double x, double y) |
void | Draw (Color_t color) |
void | Print () |
ClassDef (PndTrkConformalHit, 1) | |
Public Attributes | |
PndTrkHit * | fHit |
TVector2 | fPosition |
Double_t | fIsochrone |
PndTrkHit Class for pattern recognition conformal hit
Definition at line 14 of file PndTrkConformalHit.h.
PndTrkConformalHit::PndTrkConformalHit | ( | ) |
PndTrkConformalHit::PndTrkConformalHit | ( | PndTrkHit * | hit, |
double | u, | ||
double | v, | ||
double | rd | ||
) |
PndTrkConformalHit::PndTrkConformalHit | ( | PndTrkHit * | hit, |
double | u, | ||
double | v | ||
) |
PndTrkConformalHit::~PndTrkConformalHit | ( | ) |
PndTrkConformalHit::ClassDef | ( | PndTrkConformalHit | , |
1 | |||
) |
void PndTrkConformalHit::Draw | ( | Color_t | color | ) |
Referenced by SetPosition().
|
inline |
Definition at line 24 of file PndTrkConformalHit.h.
References fHit, and PndTrkHit::GetDetectorID().
double PndTrkConformalHit::GetDistanceFromTrack | ( | double | fitm, |
double | fitp | ||
) |
Referenced by GetHit().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void PndTrkConformalHit::Print | ( | ) |
Referenced by SetPosition().
|
inline |
PndTrkHit* PndTrkConformalHit::fHit |
Definition at line 41 of file PndTrkConformalHit.h.
Referenced by GetDetectorID(), GetHit(), and GetHitID().
Double_t PndTrkConformalHit::fIsochrone |
Definition at line 43 of file PndTrkConformalHit.h.
Referenced by GetIsochrone().
TVector2 PndTrkConformalHit::fPosition |
Definition at line 42 of file PndTrkConformalHit.h.
Referenced by GetPosition(), GetU(), GetV(), and SetPosition().