AliRoot Core  3dc7879 (3dc7879)
AliFMDRecPoint Class Reference

Reconstructed FMD points. It contains the pseudo-inclusive multiplicity. More...

#include <AliFMDRecPoint.h>

Inheritance diagram for AliFMDRecPoint:

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
 

Detailed Description

Reconstructed FMD points. It contains the pseudo-inclusive multiplicity.

Definition at line 20 of file AliFMDRecPoint.h.

Constructor & Destructor Documentation

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

Parameters
detectorDetector
ringRing
sectorSector
stripStrip
etaPsuedo-rapidity \( \eta\)
phiAzimuthal angle \( \varphi\)
edepEnergy deposited
particlesPsuedo-inclusive multiplicity

Definition at line 56 of file AliFMDRecPoint.cxx.

virtual AliFMDRecPoint::~AliFMDRecPoint ( )
inlinevirtual

DTOR

Definition at line 39 of file AliFMDRecPoint.h.

Member Function Documentation

UShort_t AliFMDRecPoint::Detector ( ) const
inline
Float_t AliFMDRecPoint::Edep ( ) const
inline
Returns
edep Energy deposited

Definition at line 54 of file AliFMDRecPoint.h.

Referenced by AliFMDQADataMakerRec::MakeRecPoints(), and DrawHitsRecs::ProcessRecPoint().

Float_t AliFMDRecPoint::Eta ( ) const
inline
Returns
Psuedo-rapidity \( \eta\)

Definition at line 50 of file AliFMDRecPoint.h.

Referenced by DrawHitsRecs::ProcessRecPoint().

const char * AliFMDRecPoint::GetName ( void  ) const
Returns
Name

Definition at line 73 of file AliFMDRecPoint.cxx.

Referenced by Particles().

const char * AliFMDRecPoint::GetTitle ( ) const
Returns
Title

Definition at line 83 of file AliFMDRecPoint.cxx.

Referenced by Particles().

Float_t AliFMDRecPoint::Particles ( ) const
inline
Float_t AliFMDRecPoint::Phi ( ) const
inline
Returns
phi Azimuthal angle \( \varphi\)

Definition at line 52 of file AliFMDRecPoint.h.

void AliFMDRecPoint::Print ( Option_t *  opt = "D") const
virtual

Print information

Parameters
optNot used

Definition at line 93 of file AliFMDRecPoint.cxx.

Referenced by Particles().

UShort_t AliFMDRecPoint::Sector ( ) const
inline
UShort_t AliFMDRecPoint::Strip ( ) const
inline

Member Data Documentation

UShort_t AliFMDRecPoint::fDetector
protected

Definition at line 65 of file AliFMDRecPoint.h.

Referenced by Detector(), GetName(), and Print().

Float_t AliFMDRecPoint::fEdep
protected

Definition at line 71 of file AliFMDRecPoint.h.

Referenced by Edep().

Float_t AliFMDRecPoint::fEta
protected

Definition at line 69 of file AliFMDRecPoint.h.

Referenced by Eta(), GetTitle(), and Print().

Float_t AliFMDRecPoint::fParticles
protected

Definition at line 72 of file AliFMDRecPoint.h.

Referenced by GetTitle(), Particles(), and Print().

Float_t AliFMDRecPoint::fPhi
protected

Definition at line 70 of file AliFMDRecPoint.h.

Referenced by GetTitle(), Phi(), and Print().

Char_t AliFMDRecPoint::fRing
protected

Definition at line 66 of file AliFMDRecPoint.h.

Referenced by GetName(), Print(), and Ring().

UShort_t AliFMDRecPoint::fSector
protected

Definition at line 67 of file AliFMDRecPoint.h.

Referenced by GetName(), Print(), and Sector().

UShort_t AliFMDRecPoint::fStrip
protected

Definition at line 68 of file AliFMDRecPoint.h.

Referenced by GetName(), Print(), and Strip().


The documentation for this class was generated from the following files: