![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Reconstructed FMD points. It contains the pseudo-inclusive multiplicity. More...
#include <AliFMDRecPoint.h>
Public Member Functions | |
AliFMDRecPoint () | |
AliFMDRecPoint (UShort_t detector, Char_t ring, UShort_t sector, UShort_t strip, Float_t eta, Float_t phi, Float_t edep, Float_t particles) | |
virtual | ~AliFMDRecPoint () |
UShort_t | Detector () const |
Char_t | Ring () const |
UShort_t | Sector () const |
UShort_t | Strip () const |
Float_t | Eta () const |
Float_t | Phi () const |
Float_t | Edep () const |
Float_t | Particles () const |
virtual void | Print (Option_t *opt="D") const |
const char * | GetName () const |
const char * | GetTitle () const |
Protected Attributes | |
UShort_t | fDetector |
Char_t | fRing |
UShort_t | fSector |
UShort_t | fStrip |
Float_t | fEta |
Float_t | fPhi |
Float_t | fEdep |
Float_t | fParticles |
Reconstructed FMD points. It contains the pseudo-inclusive multiplicity.
Definition at line 20 of file AliFMDRecPoint.h.
AliFMDRecPoint::AliFMDRecPoint | ( | ) |
CTOR
Definition at line 42 of file AliFMDRecPoint.cxx.
AliFMDRecPoint::AliFMDRecPoint | ( | UShort_t | detector, |
Char_t | ring, | ||
UShort_t | sector, | ||
UShort_t | strip, | ||
Float_t | eta, | ||
Float_t | phi, | ||
Float_t | edep, | ||
Float_t | particles | ||
) |
Constrctor
detector | Detector |
ring | Ring |
sector | Sector |
strip | Strip |
eta | Psuedo-rapidity \( \eta\) |
phi | Azimuthal angle \( \varphi\) |
edep | Energy deposited |
particles | Psuedo-inclusive multiplicity |
Definition at line 56 of file AliFMDRecPoint.cxx.
|
inlinevirtual |
DTOR
Definition at line 39 of file AliFMDRecPoint.h.
|
inline |
Definition at line 42 of file AliFMDRecPoint.h.
Referenced by DrawDigitsRecs::ProcessRecPoint(), AliFMDDisplay::ProcessRecPoint(), DrawHitsRecs::ProcessRecPoint(), AliFMDSpectraDisplay::ProcessRecPoint(), and SpectraMonitor().
|
inline |
Definition at line 54 of file AliFMDRecPoint.h.
Referenced by AliFMDQADataMakerRec::MakeRecPoints(), and DrawHitsRecs::ProcessRecPoint().
|
inline |
Definition at line 50 of file AliFMDRecPoint.h.
Referenced by DrawHitsRecs::ProcessRecPoint().
const char * AliFMDRecPoint::GetName | ( | void | ) | const |
const char * AliFMDRecPoint::GetTitle | ( | ) | const |
|
inline |
Definition at line 56 of file AliFMDRecPoint.h.
Referenced by DrawDigitsRecs::ProcessRecPoint(), AliFMDDisplay::ProcessRecPoint(), DrawHitsRecs::ProcessRecPoint(), AliFMDSpectraDisplay::ProcessRecPoint(), and SpectraMonitor().
|
inline |
Definition at line 52 of file AliFMDRecPoint.h.
|
virtual |
Print information
opt | Not used |
Definition at line 93 of file AliFMDRecPoint.cxx.
Referenced by Particles().
|
inline |
Definition at line 44 of file AliFMDRecPoint.h.
Referenced by DrawDigitsRecs::ProcessRecPoint(), AliFMDDisplay::ProcessRecPoint(), DrawHitsRecs::ProcessRecPoint(), AliFMDSpectraDisplay::ProcessRecPoint(), and SpectraMonitor().
|
inline |
Definition at line 46 of file AliFMDRecPoint.h.
Referenced by DrawDigitsRecs::ProcessRecPoint(), AliFMDDisplay::ProcessRecPoint(), DrawHitsRecs::ProcessRecPoint(), AliFMDSpectraDisplay::ProcessRecPoint(), and SpectraMonitor().
|
inline |
Definition at line 48 of file AliFMDRecPoint.h.
Referenced by DrawDigitsRecs::ProcessRecPoint(), AliFMDDisplay::ProcessRecPoint(), DrawHitsRecs::ProcessRecPoint(), AliFMDSpectraDisplay::ProcessRecPoint(), and SpectraMonitor().
|
protected |
Definition at line 65 of file AliFMDRecPoint.h.
Referenced by Detector(), GetName(), and Print().
|
protected |
Definition at line 71 of file AliFMDRecPoint.h.
Referenced by Edep().
|
protected |
Definition at line 69 of file AliFMDRecPoint.h.
Referenced by Eta(), GetTitle(), and Print().
|
protected |
Definition at line 72 of file AliFMDRecPoint.h.
Referenced by GetTitle(), Particles(), and Print().
|
protected |
Definition at line 70 of file AliFMDRecPoint.h.
Referenced by GetTitle(), Phi(), and Print().
|
protected |
Definition at line 66 of file AliFMDRecPoint.h.
|
protected |
Definition at line 67 of file AliFMDRecPoint.h.
|
protected |
Definition at line 68 of file AliFMDRecPoint.h.