FairRoot/PandaRoot
|
#include <PndMdtDigi.h>
Public Member Functions | |
PndMdtDigi () | |
PndMdtDigi (Int_t detID, TVector3 &pos, std::vector< Int_t > pointList) | |
PndMdtDigi (Int_t detID, TVector3 &pos, Int_t evtNo) | |
virtual | ~PndMdtDigi () |
virtual void | Print (const Option_t *opt=0) const |
bool | operator< (const PndMdtDigi &) const |
void | SetPosition (const TVector3 &pos) |
Double_t | X () const |
Double_t | Y () const |
Double_t | Z () const |
Int_t | GetEvtNumber () const |
TVector3 | GetLabPosition () const |
Int_t | GetDetectorID () const |
Short_t | GetModule () const |
Short_t | GetSector () const |
Short_t | GetLayer () const |
Short_t | GetLayerID () const |
Short_t | GetBox () const |
Short_t | GetWire () const |
Short_t | GetStrip () const |
Bool_t | isWire () const |
Short_t | GetNPoints () const |
const std::vector< Int_t > & | GetPointList () |
PndMdtDigi (const PndMdtDigi &) | |
Private Member Functions | |
ClassDef (PndMdtDigi, 2) | |
Private Attributes | |
Int_t | fDetectorID |
TVector3 | fLabPos |
std::vector< Int_t > | fPointList |
Double_t | fSignalWidth |
Int_t | fEvtNo |
Definition at line 10 of file PndMdtDigi.h.
PndMdtDigi::PndMdtDigi | ( | ) |
Definition at line 4 of file PndMdtDigi.cxx.
PndMdtDigi::PndMdtDigi | ( | Int_t | detID, |
TVector3 & | pos, | ||
std::vector< Int_t > | pointList | ||
) |
Definition at line 14 of file PndMdtDigi.cxx.
PndMdtDigi::PndMdtDigi | ( | Int_t | detID, |
TVector3 & | pos, | ||
Int_t | evtNo | ||
) |
Definition at line 24 of file PndMdtDigi.cxx.
|
virtual |
PndMdtDigi::PndMdtDigi | ( | const PndMdtDigi & | copy | ) |
|
private |
|
inline |
Definition at line 45 of file PndMdtDigi.h.
References PndMdtID::Box(), and GetDetectorID().
Referenced by PndMdtClusterTask::MdtMapping().
|
inline |
Definition at line 40 of file PndMdtDigi.h.
References fDetectorID.
Referenced by PndMdtHitProducer::Exec(), PndMdtHitProducer::Exec_old(), GetBox(), GetLayer(), GetLayerID(), GetModule(), GetSector(), GetStrip(), GetWire(), isWire(), PndMdtClusterTask::MdtMapping(), and PndMdtHitProducer::PndMdtDigiLess::operator()().
|
inline |
|
inline |
Definition at line 39 of file PndMdtDigi.h.
References fLabPos.
Referenced by PndMdtHitProducer::Exec_old().
|
inline |
Definition at line 43 of file PndMdtDigi.h.
References GetDetectorID(), and PndMdtID::Layer().
Referenced by PndMdtHitProducer::Exec().
|
inline |
Definition at line 44 of file PndMdtDigi.h.
References GetDetectorID(), and PndMdtID::Layer().
Referenced by PndMdtHitProducer::Exec_old(), and PndMdtClusterTask::MdtMapping().
|
inline |
Definition at line 41 of file PndMdtDigi.h.
References GetDetectorID(), and PndMdtID::Module().
Referenced by PndMdtHitProducer::Exec(), PndMdtHitProducer::Exec_old(), and PndMdtClusterTask::MdtMapping().
|
inline |
|
inline |
Definition at line 51 of file PndMdtDigi.h.
References fPointList.
Referenced by PndMdtHitProducer::Exec_old().
|
inline |
Definition at line 42 of file PndMdtDigi.h.
References GetDetectorID(), and PndMdtID::Sector().
Referenced by PndMdtHitProducer::Exec_old(), and PndMdtClusterTask::MdtMapping().
|
inline |
Definition at line 47 of file PndMdtDigi.h.
References GetDetectorID(), and PndMdtID::Strip().
Referenced by PndMdtHitProducer::Exec_old().
|
inline |
Definition at line 46 of file PndMdtDigi.h.
References GetDetectorID(), and PndMdtID::Wire().
Referenced by PndMdtClusterTask::MdtMapping().
|
inline |
Definition at line 48 of file PndMdtDigi.h.
References GetDetectorID(), and PndMdtID::isWire().
Referenced by PndMdtHitProducer::Exec().
bool PndMdtDigi::operator< | ( | const PndMdtDigi & | rValue | ) | const |
Definition at line 49 of file PndMdtDigi.cxx.
|
inlinevirtual |
Output to screen (not yet implemented)
Definition at line 23 of file PndMdtDigi.h.
Referenced by PndMdtHitProducer::Exec().
|
inline |
|
inline |
Definition at line 35 of file PndMdtDigi.h.
References fLabPos.
Referenced by PndMdtHitProducer::Exec().
|
inline |
Definition at line 36 of file PndMdtDigi.h.
References fLabPos.
Referenced by PndMdtHitProducer::Exec().
|
inline |
Definition at line 37 of file PndMdtDigi.h.
References fLabPos.
Referenced by PndMdtHitProducer::Exec().
|
private |
Definition at line 58 of file PndMdtDigi.h.
Referenced by GetDetectorID().
|
private |
Definition at line 62 of file PndMdtDigi.h.
Referenced by GetEvtNumber().
|
private |
Definition at line 59 of file PndMdtDigi.h.
Referenced by GetLabPosition(), SetPosition(), X(), Y(), and Z().
|
private |
Definition at line 60 of file PndMdtDigi.h.
Referenced by GetNPoints(), GetPointList(), and PndMdtDigi().
|
private |
Definition at line 61 of file PndMdtDigi.h.