![]() |
AliPhysics
96866e8 (96866e8)
|
Public Member Functions | |
CentBin (Float_t cmin, Float_t cmax, UShort_t recFlags, Int_t colOff=1, Int_t styOff=0) | |
virtual | ~CentBin () |
virtual const char * | Name () const |
virtual void | WorkerInit (Container &parent, const TAxis &etaAxis, const TAxis &ipzAxis, const TAxis &deltaAxis, const TAxis &dThetaAxis, const TAxis &dPhiAxis) |
virtual void | FinalizeInit (Container *parent) |
virtual Container * | EstimateBackground (Container *dataCon, HistoSet *set, Container *result, Double_t deltaCut, Double_t deltaTail) |
virtual Container * | MasterFinalize (Container *parent, TH1 *ipz, Double_t deltaCut, Double_t deltaTail) |
virtual Bool_t | Accept (Float_t value) const |
virtual void | FillIPz (Double_t ipZ) |
virtual Bool_t | FillSet (UShort_t set, Bool_t isSignal, Double_t ipZ, Double_t eta, Double_t dPhi, Double_t dPhiS, Double_t dTheta, Double_t dThetaX, Double_t delta, Double_t weight) |
![]() | |
SubBase () | |
SubBase (const SubBase &o) | |
virtual | ~SubBase () |
SubBase & | operator= (SubBase &o) |
virtual Container * | CreateContainer (Container &parent) |
Protected Member Functions | |
Construction, etc. | |
CentBin () | |
CentBin (const CentBin &o) | |
CentBin & | operator= (const CentBin &) |
Protected Attributes | |
Float_t | fMin |
Float_t | fMax |
TList * | fHistoSets |
HistoSet * | fDataSet |
HistoSet * | fInjSet |
HistoSet * | fRotSet |
TH1 * | fIPz |
Additional Inherited Members | |
![]() | |
typedef AliTrackletdNdetaTask::Container | Container |
![]() | |
Container * | fContainer |
A centrality bin
Definition at line 265 of file AliTrackletdNdetaTask.C.
AliTrackletdNdetaTask::CentBin::CentBin | ( | Float_t | cmin, |
Float_t | cmax, | ||
UShort_t | recFlags, | ||
Int_t | colOff = 1 , |
||
Int_t | styOff = 0 |
||
) |
Constructor
cmin | Least centrality (inclusive) |
cmax | Largest centrality (exclusive) |
recFlags | Reconstruction flags |
colOff | Color offset for histograms |
styOff | Style offset for histograms |
Definition at line 1164 of file AliTrackletdNdetaTask.C.
|
inlinevirtual |
Destructor
Definition at line 284 of file AliTrackletdNdetaTask.C.
|
inlineprotected |
Constructor
Definition at line 401 of file AliTrackletdNdetaTask.C.
|
inlineprotected |
Copy Constructor
Definition at line 414 of file AliTrackletdNdetaTask.C.
Check if the value belong in this bin
value | Centrality |
Definition at line 354 of file AliTrackletdNdetaTask.C.
Referenced by AliTrackletdNdetaMCTask::FillPrimaries(), and AliTrackletdNdetaTask::ProcessEvent().
|
virtual |
Calculate background delta distribution
dataCon | Data container |
set | Background histogram set |
result | Where to store the results |
deltaCut | Upper cut on \(\Delta\) signal |
deltaTail | Lower cut on \(\Delta\) tail |
Definition at line 1226 of file AliTrackletdNdetaTask.C.
Referenced by MasterFinalize().
|
inlinevirtual |
Fill IP z coordinate
ipZ | IP z coordinate |
Definition at line 363 of file AliTrackletdNdetaTask.C.
Referenced by AliTrackletdNdetaTask::ProcessEvent().
|
virtual |
Fill information into histogram set. This is delegated so that sub-classes my override to do more (e.g., for MC).
set | Histogram set to fill into |
isSignal | True if signal survived cuts |
ipZ | Current event IP's z coordinate |
eta | Pseudorapidity |
dPhi | Opening angle in azimuth |
dPhiS | Shifted opening angle in azimuth |
dTheta | Opening polar angle |
dThetaX | Scaled opening polar angle |
delta | Tracklet \(\chi^2\) |
weight | Tracklet weight (for MC) |
Reimplemented in AliTrackletdNdetaMCTask::CentBin.
Definition at line 1348 of file AliTrackletdNdetaTask.C.
Referenced by AliTrackletdNdetaTask::FillBins(), and AliTrackletdNdetaMCTask::CentBin::FillSet().
|
virtual |
Recreate from container
parent | Parent container |
Implements AliTrackletdNdetaTask::SubBase.
Definition at line 1215 of file AliTrackletdNdetaTask.C.
Referenced by AliTrackletdNdetaTask::InitCentBins().
|
virtual |
Called on master on merged result.
parent | Output container for results |
ipz | Histogram of ipZ for normalization |
deltaCut | Upper cut on \(\Delta\) signal |
deltaTail | Lower cut on \(\Delta\) tail |
Implements AliTrackletdNdetaTask::SubBase.
Reimplemented in AliTrackletdNdetaMCTask::CentBin.
Definition at line 1318 of file AliTrackletdNdetaTask.C.
Referenced by AliTrackletdNdetaTask::MasterFinalize(), and AliTrackletdNdetaMCTask::CentBin::MasterFinalize().
|
virtual |
Get the name of the bin. Return value must be copied by user, as it is formated in a circular buffer.
Implements AliTrackletdNdetaTask::SubBase.
Definition at line 1193 of file AliTrackletdNdetaTask.C.
Referenced by FinalizeInit().
Assignment operator
Definition at line 430 of file AliTrackletdNdetaTask.C.
|
virtual |
Initialize this object on worker - e.g., called at start of (slave) job
parent | Parent container |
etaAxis | Eta axis used |
ipzAxis | IPz axis used |
deltaAxis | Axis of \( \Delta\) |
dThetaAxis | Axis of \( d\theta\) |
dPhiAxis | Axis of \( d\phi\) |
Implements AliTrackletdNdetaTask::SubBase.
Reimplemented in AliTrackletdNdetaMCTask::CentBin.
Definition at line 1200 of file AliTrackletdNdetaTask.C.
Referenced by AliTrackletdNdetaTask::InitCentBins(), and AliTrackletdNdetaMCTask::CentBin::WorkerInit().
|
protected |
Definition at line 440 of file AliTrackletdNdetaTask.C.
Referenced by CentBin(), FillSet(), and MasterFinalize().
|
protected |
Definition at line 439 of file AliTrackletdNdetaTask.C.
Referenced by CentBin(), AliTrackletdNdetaMCTask::CentBin::CentBin(), FinalizeInit(), MasterFinalize(), and WorkerInit().
|
protected |
Definition at line 441 of file AliTrackletdNdetaTask.C.
|
protected |
Definition at line 443 of file AliTrackletdNdetaTask.C.
Referenced by EstimateBackground(), FinalizeInit(), MasterFinalize(), WorkerInit(), AliTrackletdNdetaMCTask::CentBin::WorkerInit(), and AliTrackletdNdetaMCTask::WorkerInit().
|
protected |
Definition at line 438 of file AliTrackletdNdetaTask.C.
Referenced by MasterFinalize(), and Name().
|
protected |
Definition at line 437 of file AliTrackletdNdetaTask.C.
Referenced by MasterFinalize(), and Name().
|
protected |
Definition at line 442 of file AliTrackletdNdetaTask.C.