![]() |
AliPhysics
1909eaa (1909eaa)
|
#include <AliForwardUtil.h>
Public Member Functions | |
RingHistos () | |
RingHistos (UShort_t d, Char_t r) | |
RingHistos (const RingHistos &o) | |
virtual | ~RingHistos () |
RingHistos & | operator= (const RingHistos &o) |
TList * | DefineOutputList (TList *d) const |
TList * | GetOutputList (const TList *d) const |
TH1 * | GetOutputHist (const TList *d, const char *name) const |
Color_t | Color () const |
const char * | GetName () const |
const UShort_t & | NSector () const |
const UShort_t & | NStrip () const |
ClassDef (RingHistos, 1) | |
Public Attributes | |
UShort_t | fDet |
Char_t | fRing |
TString | fName |
UShort_t | fkNSector |
UShort_t | fkNStrip |
Base class for structure holding ring specific histograms
Definition at line 691 of file AliForwardUtil.h.
|
inline |
Constructor
Definition at line 696 of file AliForwardUtil.h.
|
inline |
|
inlinevirtual |
Reimplemented in AliFMDDensityCalculator::RingHistos, AliFMDEnergyFitter::RingHistos, AliFMDSharingFilter::RingHistos, AliFMDCorrector::RingHistos, AliFMDMCHitEnergyFitter::RingHistos, and AliFMDMCTrackInspector::RingHistos.
Definition at line 720 of file AliForwardUtil.h.
AliForwardUtil::RingHistos::ClassDef | ( | RingHistos | , |
1 | |||
) |
|
inline |
Get the colour of this ring
Definition at line 769 of file AliForwardUtil.h.
Referenced by ELossTimeTask::RingHistos::Book(), AliFMDCorrector::RingHistos::RingHistos(), AliFMDSharingFilter::RingHistos::RingHistos(), and AliFMDDensityCalculator::RingHistos::RingHistos().
Define the outout list in d
d | Where to put the output list |
Definition at line 1057 of file AliForwardUtil.cxx.
Referenced by ELossTimeTask::RingHistos::Book(), and ELossTimeTask::RingHistos::Finalize().
|
inline |
The name of this ring
Definition at line 778 of file AliForwardUtil.h.
Referenced by ELossTimeTask::RingHistos::Book(), AliFMDSharingFilter::RingHistos::RingHistos(), AliFMDCorrector::Terminate(), AliFMDDensityCalculator::Terminate(), and AliFMDSharingFilter::Terminate().
Find a specific histogram in the source list d
d | (top)-container |
name | Name of histogram |
Definition at line 1095 of file AliForwardUtil.cxx.
Get our output list from the container d
d | where to get the output list from |
Definition at line 1077 of file AliForwardUtil.cxx.
Referenced by ELossTimeTask::RingHistos::Finalize().
|
inline |
Get number of sectors
Definition at line 782 of file AliForwardUtil.h.
Referenced by ELossTimeTask::RingHistos::Event(), and AliFMDSharingFilter::RingHistos::RingHistos().
|
inline |
Get number of strips
Definition at line 786 of file AliForwardUtil.h.
Referenced by ELossTimeTask::RingHistos::Event().
|
inline |
Assignement operator
o | Object to assign from |
Definition at line 728 of file AliForwardUtil.h.
Referenced by AliFMDCorrector::RingHistos::operator=(), AliFMDSharingFilter::RingHistos::operator=(), and AliFMDDensityCalculator::RingHistos::operator=().
UShort_t AliForwardUtil::RingHistos::fDet |
Definition at line 787 of file AliForwardUtil.h.
Referenced by Color(), ELossTimeTask::RingHistos::Event(), AliFMDEnergyFitter::Fit(), AliFMDEnergyFitter::MakeCorrectionsObject(), AliFMDSharingFilter::RingHistos::operator=(), and operator=().
UShort_t AliForwardUtil::RingHistos::fkNSector |
Definition at line 790 of file AliForwardUtil.h.
Referenced by NSector(), and operator=().
UShort_t AliForwardUtil::RingHistos::fkNStrip |
Definition at line 791 of file AliForwardUtil.h.
Referenced by NStrip(), and operator=().
TString AliForwardUtil::RingHistos::fName |
Definition at line 789 of file AliForwardUtil.h.
Referenced by GetName(), and operator=().
Char_t AliForwardUtil::RingHistos::fRing |
Definition at line 788 of file AliForwardUtil.h.
Referenced by Color(), ELossTimeTask::RingHistos::Event(), AliFMDEnergyFitter::Fit(), AliFMDEnergyFitter::MakeCorrectionsObject(), AliFMDSharingFilter::RingHistos::operator=(), and operator=().