|
FairRoot/PandaRoot
|
#include <PndFtofHit.h>
Public Member Functions | |
| PndFtofHit () | |
| PndFtofHit (Int_t trackID, Int_t detID, TString detName, Double_t time, Double_t dt, TVector3 &pos, TVector3 &dpos, Int_t index, Double_t charge) | |
| virtual | ~PndFtofHit () |
| void | SetTrackID (Int_t id) |
| void | SetDetName (TString name) |
| void | SetCharge (Double_t charge) |
| void | SetTime (Double_t time) |
| TString | GetDetName () const |
| Int_t | GetTrackID () |
| Double_t | GetCharge () |
| Double_t | GetTime () |
| Double_t | GetDt () |
| TVector3 | GetPosition () const |
| virtual void | Print (const Option_t *opt=0) const |
| ClassDef (PndFtofHit, 6) | |
Public Attributes | |
| TString | fDetName |
| Int_t | fTrackID |
| Double_t | fCharge |
| Double_t | ftime |
| Double_t | fdt |
PndFtofHit.h
A hit in a tof wall station of Ftof. In addition to the base class FairHit, it holds the number of the reconstructed hits (column and row).
Definition at line 23 of file PndFtofHit.h.
| PndFtofHit::PndFtofHit | ( | ) |
| PndFtofHit::PndFtofHit | ( | Int_t | trackID, |
| Int_t | detID, | ||
| TString | detName, | ||
| Double_t | time, | ||
| Double_t | dt, | ||
| TVector3 & | pos, | ||
| TVector3 & | dpos, | ||
| Int_t | index, | ||
| Double_t | charge | ||
| ) |
Standard constructor with all paramneters
| trackID | Track ID |
| detID | Detector ID |
| detName | Detector Name |
| pos | Position vector [cm] |
| dpos | Position error vector [cm] |
| charge | Charge measured in hit |
| NPixelHits | Number of pixels fired for this event |
Definition at line 19 of file PndFtofHit.cxx.
References fCharge, fDetName, fdt, ftime, and fTrackID.
|
virtual |
| PndFtofHit::ClassDef | ( | PndFtofHit | , |
| 6 | |||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 63 of file PndFtofHit.h.
|
inline |
Definition at line 60 of file PndFtofHit.h.
References ftime.
Referenced by PndPidCorrelator::GetFtofInfo().
|
inline |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
| Double_t PndFtofHit::fCharge |
Definition at line 74 of file PndFtofHit.h.
Referenced by GetCharge(), PndFtofHit(), and SetCharge().
| TString PndFtofHit::fDetName |
Definition at line 72 of file PndFtofHit.h.
Referenced by GetDetName(), PndFtofHit(), Print(), and SetDetName().
| Double_t PndFtofHit::fdt |
Definition at line 74 of file PndFtofHit.h.
Referenced by GetDt(), and PndFtofHit().
| Double_t PndFtofHit::ftime |
Definition at line 74 of file PndFtofHit.h.
Referenced by GetTime(), PndFtofHit(), and SetTime().
| Int_t PndFtofHit::fTrackID |
Definition at line 73 of file PndFtofHit.h.
Referenced by GetTrackID(), PndFtofHit(), and SetTrackID().
1.8.5