|
CbmRoot
|
#include <CbmTofCell.h>
Public Member Functions | |
| CbmTofCell () | |
| CbmTofCell (Int_t detId, Double_t x, Double_t y, Double_t z, Double_t sizex, Double_t sizey) | |
| virtual | ~CbmTofCell () |
| Int_t | GetDetectorId () const |
| Double_t | GetX () const |
| Double_t | GetY () const |
| Double_t | GetZ () const |
| Double_t | GetSizex () const |
| Double_t | GetSizey () const |
| void | Print (Option_t *="") const |
Private Member Functions | |
| ClassDef (CbmTofCell, 1) | |
Private Attributes | |
| Int_t | fDetectorId |
| Double_t | fX |
| Double_t | fY |
| Double_t | fZ |
| Double_t | fSizex |
| Double_t | fSizey |
Definition at line 12 of file CbmTofCell.h.
| CbmTofCell::CbmTofCell | ( | ) |
Default constructor
Definition at line 13 of file CbmTofCell.cxx.
References fDetectorId, fSizex, fSizey, fX, fY, and fZ.
Referenced by ClassDef().
| CbmTofCell::CbmTofCell | ( | Int_t | detId, |
| Double_t | x, | ||
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | sizex, | ||
| Double_t | sizey ) |
Standard constructor
| detId | Unique detector identifier |
| x0 | cell centre x coordinate in global c.s [cm] |
| y0 | cell centre y coordinate in global c.s [cm] |
| z0 | cell centre z coordinate in global c.s [cm] |
| sizex | cell size in x [cm] |
| sizey | cell size in y [cm] |
Definition at line 15 of file CbmTofCell.cxx.
References fDetectorId, fSizex, fSizey, fX, fY, fZ, x, and y.
|
virtual |
Destructor
Definition at line 26 of file CbmTofCell.cxx.
|
private |
------------— private functions -------------------—
References CbmTofCell().
|
inline |
Accessors
Definition at line 34 of file CbmTofCell.h.
References fDetectorId.
Referenced by CbmTofCreateDigiPar::FillDigiPar().
|
inline |
Definition at line 39 of file CbmTofCell.h.
References fSizex.
Referenced by CbmTofSimpClusterizer::BuildClusters(), CbmTofFindTracks::CreateHistograms(), CbmTofFindTracks::ExecFind(), CbmTofCreateDigiPar::FillDigiPar(), CbmTofFindTracks::FillHistograms(), CbmTofAnaTestbeam::FillHistos(), CbmTaskTofHitFinder::InitAlgos(), and CbmTaskTofClusterizerParWrite::InitAlgosTof().
|
inline |
Definition at line 40 of file CbmTofCell.h.
References fSizey.
Referenced by CbmTofCalibrator::CreateCalHist(), CbmTofTrackFinderNN::DoFind(), CbmTofFindTracks::ExecFind(), CbmTofCreateDigiPar::FillDigiPar(), CbmTofAnaTestbeam::FillHistos(), CbmTaskTofHitFinder::InitAlgos(), CbmTaskTofClusterizerParWrite::InitAlgosTof(), CbmTofTrackFinderNN::TrklSeed(), and CbmTofCalibrator::UpdateCalHist().
|
inline |
Definition at line 35 of file CbmTofCell.h.
References fX.
Referenced by CbmTofSimpClusterizer::BuildClusters(), CbmTofTrackFinderNN::DoFind(), CbmTofCreateDigiPar::FillDigiPar(), CbmTofFindTracks::FillHistograms(), CbmTofAnaTestbeam::FillHistos(), CbmTofCreateDigiPar::Init(), CbmTaskTofHitFinder::InitAlgos(), CbmTaskTofClusterizerParWrite::InitAlgosTof(), and CbmTofTrackFinderNN::TrklSeed().
|
inline |
Definition at line 36 of file CbmTofCell.h.
References fY.
Referenced by CbmTofSimpClusterizer::BuildClusters(), CbmTofTrackFinderNN::DoFind(), CbmTofCreateDigiPar::FillDigiPar(), CbmTofFindTracks::FillHistograms(), CbmTofAnaTestbeam::FillHistos(), CbmTofCreateDigiPar::Init(), CbmTaskTofHitFinder::InitAlgos(), CbmTaskTofClusterizerParWrite::InitAlgosTof(), and CbmTofTrackFinderNN::TrklSeed().
|
inline |
Definition at line 37 of file CbmTofCell.h.
References fZ.
Referenced by CbmTofSimpClusterizer::BuildClusters(), CbmTofTrackFinderNN::DoFind(), CbmTofCreateDigiPar::FillDigiPar(), CbmTofFindTracks::FillHistograms(), CbmTofAnaTestbeam::FillHistos(), CbmTofCreateDigiPar::Init(), CbmTaskTofHitFinder::InitAlgos(), CbmTaskTofClusterizerParWrite::InitAlgosTof(), CbmTofFindTracks::LoadCalParameter(), and CbmTofTrackFinderNN::TrklSeed().
| void CbmTofCell::Print | ( | Option_t * | = "" | ) | const |
Definition at line 142 of file CbmTofCell.cxx.
|
private |
----------— Data members -----------------------—
Definition at line 47 of file CbmTofCell.h.
Referenced by CbmTofCell(), CbmTofCell(), GetDetectorId(), and Print().
|
private |
Definition at line 51 of file CbmTofCell.h.
Referenced by CbmTofCell(), CbmTofCell(), GetSizex(), and Print().
|
private |
Definition at line 52 of file CbmTofCell.h.
Referenced by CbmTofCell(), CbmTofCell(), GetSizey(), and Print().
|
private |
Definition at line 48 of file CbmTofCell.h.
Referenced by CbmTofCell(), CbmTofCell(), GetX(), and Print().
|
private |
Definition at line 49 of file CbmTofCell.h.
Referenced by CbmTofCell(), CbmTofCell(), GetY(), and Print().
|
private |
Definition at line 50 of file CbmTofCell.h.
Referenced by CbmTofCell(), CbmTofCell(), GetZ(), and Print().