![]() |
AliPhysics
d3bfcb9 (d3bfcb9)
|
#include <AliCentralMCCorrectionsTask.h>
Public Member Functions | |
VtxBin () | |
VtxBin (Double_t low, Double_t high, const TAxis &etaAxis, UShort_t nPhi) | |
VtxBin (const VtxBin &o) | |
VtxBin & | operator= (const VtxBin &o) |
TList * | CreateOutputObjects (TList *list) |
void | Terminate (const TList *i, TList *o, UShort_t iVz, Bool_t effective, Double_t etaCut, Double_t accCut, AliCentralCorrSecondaryMap *map, AliCentralCorrAcceptance *acorr) |
![]() | |
VtxBin () | |
VtxBin (Double_t low, Double_t high, const TAxis &etaAxis, UShort_t nPhi) | |
virtual | ~VtxBin () |
VtxBin (const VtxBin &o) | |
VtxBin & | operator= (const VtxBin &o) |
Public Attributes | |
TH2D * | fHits |
TH2D * | fClusters |
![]() | |
TH2D * | fPrimary |
TH1D * | fCounts |
Additional Inherited Members | |
![]() | |
static const char * | BinName (Double_t low, Double_t high) |
A vertex bin. These are only used internally and are never streamed.
Definition at line 123 of file AliCentralMCCorrectionsTask.h.
AliCentralMCCorrectionsTask::VtxBin::VtxBin | ( | ) |
Constructor
Definition at line 161 of file AliCentralMCCorrectionsTask.cxx.
AliCentralMCCorrectionsTask::VtxBin::VtxBin | ( | Double_t | low, |
Double_t | high, | ||
const TAxis & | etaAxis, | ||
UShort_t | nPhi | ||
) |
Constructor
low | Lower \(v_z\) bound |
high | Upper \(v_z\) bound |
etaAxis | \(\eta\) axis to use |
nPhi | Number of phi bins |
Definition at line 168 of file AliCentralMCCorrectionsTask.cxx.
|
inline |
Copy constructor
o | Object to copy from |
Definition at line 143 of file AliCentralMCCorrectionsTask.h.
Declare output in passed list
list | List to put output in |
Reimplemented from AliBaseMCCorrectionsTask::VtxBin.
Definition at line 188 of file AliCentralMCCorrectionsTask.cxx.
Referenced by operator=().
Assignment operator
o | Object to assign from |
Definition at line 151 of file AliCentralMCCorrectionsTask.h.
void AliCentralMCCorrectionsTask::VtxBin::Terminate | ( | const TList * | i, |
TList * | o, | ||
UShort_t | iVz, | ||
Bool_t | effective, | ||
Double_t | etaCut, | ||
Double_t | accCut, | ||
AliCentralCorrSecondaryMap * | map, | ||
AliCentralCorrAcceptance * | acorr | ||
) |
End of job process
o | List to add output to |
i | Input list |
iVz | Vertex bin |
effective | Make an effective correction |
etaCut | Maximum \(|\eta|\) to use |
accCut | Cut on acceptance |
acorr | Acceptance correction |
map | Corrections map |
Definition at line 199 of file AliCentralMCCorrectionsTask.cxx.
Referenced by AliCentralMCCorrectionsTask::FinalizeVtxBin(), and operator=().
TH2D* AliCentralMCCorrectionsTask::VtxBin::fClusters |
Definition at line 180 of file AliCentralMCCorrectionsTask.h.
Referenced by CreateOutputObjects(), AliCentralMCCorrectionsTask::ProcessESD(), and VtxBin().
TH2D* AliCentralMCCorrectionsTask::VtxBin::fHits |
Definition at line 179 of file AliCentralMCCorrectionsTask.h.
Referenced by CreateOutputObjects(), AliCentralMCCorrectionsTask::ProcessESD(), and VtxBin().