![]() |
AliPhysics
86c65ee (86c65ee)
|
Public Types | |
enum | { kBetaGamma = 0, kBetaGammaPi, kBetaGammaElectron, kTypes, kNSpectra } |
Public Member Functions | |
Ring () | |
Ring (UShort_t d, Char_t r) | |
Ring (const Ring &r) | |
Ring & | operator= (const Ring &r) |
const char * | GetName () const |
Spectra * | Get (UInt_t which) |
const Spectra * | Get (UInt_t which) const |
void | Fill (AliFMDMCTrackELoss::Hit *hit) |
TH1 * | Hist (Bool_t primary, UShort_t which) const |
Long64_t | Merge (TCollection *list) |
void | Draw (Option_t *opt="") |
void | ls (Option_t *option="") const |
void | Store (TDirectory *dir) |
ClassDef (Ring, 2) | |
Public Attributes | |
UShort_t | fD |
Char_t | fR |
TString | fName |
TObjArray * | fSpectra |
Definition at line 377 of file TupleSelector.C.
anonymous enum |
Enumeration of our spectra
Enumerator | |
---|---|
kBetaGamma | |
kBetaGammaPi | |
kBetaGammaElectron | |
kTypes | |
kNSpectra |
Definition at line 390 of file TupleSelector.C.
|
inline |
I/O constructor
Definition at line 401 of file TupleSelector.C.
|
inline |
Ring::ClassDef | ( | Ring | , |
2 | |||
) |
|
inline |
Definition at line 577 of file TupleSelector.C.
|
inline |
Fill histograms
hit | Hit structure |
Definition at line 502 of file TupleSelector.C.
Referenced by TupleSelector::Fill().
Get a spectra
which | Identifier |
Definition at line 476 of file TupleSelector.C.
Referenced by Fill(), Hist(), and TupleSelector::PlotOne().
Get a spectra
which | Identifier |
Definition at line 490 of file TupleSelector.C.
|
inline |
Definition at line 468 of file TupleSelector.C.
Get histograms
primary | If true, for primaries |
which | Which histogram to get |
Definition at line 529 of file TupleSelector.C.
|
inline |
List this object
option | Not used |
Definition at line 587 of file TupleSelector.C.
Referenced by Draw().
|
inline |
Merge this object with similar objects in the list.
list | list of objects |
Definition at line 542 of file TupleSelector.C.
Assignment operator
r | Other to assign from |
Definition at line 456 of file TupleSelector.C.
|
inline |
Store this on file
dir | Parent directory |
Definition at line 599 of file TupleSelector.C.
Referenced by TupleSelector::Store().
UShort_t Ring::fD |
Detector number
Definition at line 381 of file TupleSelector.C.
Referenced by Merge(), operator=(), and Ring().
TString Ring::fName |
Cached name
Definition at line 385 of file TupleSelector.C.
Referenced by GetName(), operator=(), Ring(), and Store().
Char_t Ring::fR |
Ring identifier
Definition at line 383 of file TupleSelector.C.
Referenced by Merge(), operator=(), and Ring().
TObjArray* Ring::fSpectra |
Collection of spectra
Definition at line 387 of file TupleSelector.C.
Referenced by Get(), ls(), Merge(), operator=(), Ring(), and Store().