![]() |
AliPhysics
63d3444 (63d3444)
|
Public Member Functions | |
Ring (UShort_t d, Char_t r) | |
TList * | GetDetectorList (const TList *parent) const |
Bool_t | ExtractYQuantity (const TList *parent, const char *name, Quantity *q) |
Bool_t | ProcessEnergyLoss (const TList *parent) |
Bool_t | ProcessNeighbors (const TList *parent, TVirtualPad *p) |
Bool_t | Process123 (const TList *parent, TVirtualPad *p) |
Bool_t | ProcessELoss (TList *p1, TList *p2, TVirtualPad *p) |
Bool_t | ProcessOccupancy (const TList *parent, TVirtualPad *p) |
Bool_t | ProcessCorrelation (const TList *parent, TVirtualPad *p) |
![]() | |
QARing (UShort_t d, Char_t r) | |
virtual | ~QARing () |
Bool_t | Init (TTree *tree, bool read=false) |
Additional Inherited Members | |
![]() | |
UShort_t | fD |
Char_t | fR |
RingQuantity * | fChi2 |
RingQuantity * | fC |
RingQuantity * | fDelta |
RingQuantity * | fXi |
RingQuantity * | fSigma |
FitStatus * | fFitStatus |
Merge * | fMerge |
DataLoss * | fDataLoss |
RingQuantity * | fOccupancy |
Correlation * | fCorrelation |
A ring object
Definition at line 66 of file QATrender.C.
|
inline |
Calculate numbers from read histograms
parent | Parent list |
name | Name of histogram |
q | Qauntity to store in |
Definition at line 96 of file QATrender.C.
Referenced by ProcessEnergyLoss().
Get the detector specific list
parent | Parent list |
Definition at line 82 of file QATrender.C.
Referenced by Process123(), ProcessCorrelation(), ProcessELoss(), ProcessEnergyLoss(), ProcessNeighbors(), and ProcessOccupancy().
Process data on single, double, and triple hits
parent | Parent list |
p | (optional) Pad to draw |
Definition at line 227 of file QATrender.C.
Referenced by QATrender::ProcessSharingFilter().
Process method correlations
parent | Parent list |
p | (optional) Pad to draw |
Definition at line 443 of file QATrender.C.
Referenced by QATrender::ProcessDensityCalculator().
Process energy loss distributions
p1 | First parent list (sharing filter) |
p2 | Second parent list (density calculator) |
p | (optional) Pad to draw |
Definition at line 298 of file QATrender.C.
Referenced by QATrender::ProcessDensityCalculator().
Process data from the energy loss fits
parent | Parent list |
Definition at line 146 of file QATrender.C.
Process data on neighbors
parent | Parent list |
p | (optional) Pad to draw |
Definition at line 188 of file QATrender.C.
Referenced by QATrender::ProcessSharingFilter().
Process occupancy information
parent | Parent list |
p | (optional) Pad to draw |
Definition at line 385 of file QATrender.C.
Referenced by QATrender::ProcessDensityCalculator().