![]() |
AliPhysics
1c9c77b (1c9c77b)
|
Public Member Functions | |
Histos (const char *name="", Color_t color=kBlack, Style_t style=1, UChar_t mask=0, UChar_t veto=0) | |
Histos (const Histos &o) | |
virtual | ~Histos () |
Histos & | operator= (const Histos &) |
Bool_t | IsMeasured () const |
Bool_t | IsInjected () const |
Bool_t | IsCombinatoric () const |
Bool_t | IsDistinct () const |
Bool_t | IsPrimary () const |
Bool_t | IsSecondary () const |
Bool_t | IsGenerated () const |
Bool_t | WorkerInit (Container *parent, const TAxis &etaAxis, const TAxis &ipzAxis, const TAxis &deltaAxis) |
void | SetAttr (Color_t c, Style_t m) |
Bool_t | ProcessTracklet (AliAODTracklet *tracklet, Double_t ipz, UShort_t signal, Double_t weight) |
Bool_t | FinalizeInit (Container *parent) |
Bool_t | MasterFinalize (Container *parent, TH1 *ipz, Double_t tailCut, Double_t tailMax) |
UChar_t | GetMask () const |
UChar_t | GetVeto () const |
void | Print (Option_t *option="") const |
ClassDef (Histos, 1) | |
![]() | |
Sub (const char *name="") | |
Sub (const Sub &o) | |
virtual | ~Sub () |
Sub & | operator= (const Sub &) |
const char * | GetName () const |
virtual void | SetDebug (UShort_t lvl) |
Public Attributes | |
Color_t | fColor |
Style_t | fStyle |
Protected Member Functions | |
Bool_t | ProjectEtaPdg (Container *result, Int_t nEvents) |
Bool_t | ProjectEtaDeltaPdgPart (Container *result, Int_t nEvents, Double_t tailDelta, Double_t tailMax, const TString &pre, const TString &tit) |
Bool_t | ProjectEtaDeltaPdg (Container *result, Int_t nEvents, Double_t tailCut, Double_t tailMax) |
Bool_t | ProjectEtaPdgIPz (Container *result, TH1 *ipz, const TString &shn) |
![]() | |
ClassDef (Sub, 1) | |
Protected Attributes | |
const UChar_t | fMask |
const UChar_t | fVeto |
TH2 * | fEtaIPz |
TH3 * | fEtaDeltaIPz |
TH3 * | fEtaDeltaPdg |
TH3 * | fEtaPdgIPz |
TH2 * | fEtaPdg |
TH2 * | fEtaPt |
![]() | |
TString | fName |
Container * | fContainer |
UShort_t | fDebug |
A set of histograms. Contains
and optionally
Definition at line 488 of file AliTrackletAODdNdeta.C.
|
inline |
Constructor
Definition at line 494 of file AliTrackletAODdNdeta.C.
|
inline |
Copy constructor
o | Object to copy from |
Definition at line 513 of file AliTrackletAODdNdeta.C.
|
inlinevirtual |
Destructor
Definition at line 529 of file AliTrackletAODdNdeta.C.
AliTrackletAODdNdeta::Histos::ClassDef | ( | Histos | , |
1 | |||
) |
Initialize this sub-component at the time of finalizing the job. Should find sum container in parent and extract data from that container.
parent | Parent container of sum data |
Implements AliTrackletAODdNdeta::Sub.
Definition at line 2722 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::CentBin::FinalizeInit().
|
inline |
Definition at line 646 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::CentBin::EstimateBackground(), and AliTrackletAODdNdeta::CentBin::MasterFinalize().
|
inline |
Definition at line 647 of file AliTrackletAODdNdeta.C.
|
inline |
Definition at line 553 of file AliTrackletAODdNdeta.C.
|
inline |
Definition at line 561 of file AliTrackletAODdNdeta.C.
|
inline |
Definition at line 582 of file AliTrackletAODdNdeta.C.
|
inline |
Definition at line 546 of file AliTrackletAODdNdeta.C.
|
inline |
Definition at line 539 of file AliTrackletAODdNdeta.C.
|
inline |
Definition at line 568 of file AliTrackletAODdNdeta.C.
|
inline |
Definition at line 575 of file AliTrackletAODdNdeta.C.
|
virtual |
Called on master when terminating
parent | Parent container |
ipz | Interaction point Z coordinate distribution |
tailCut | Cut on tails |
tailMax | Maximum to integrate tail to |
Implements AliTrackletAODdNdeta::Sub.
Definition at line 3383 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::CentBin::EstimateBackground(), and AliTrackletAODdNdeta::CentBin::MasterFinalize().
void AliTrackletAODdNdeta::Histos::Print | ( | Option_t * | option = "" | ) | const |
Print information to standard output
option | Ignored |
Definition at line 1747 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::CentBin::Print().
|
virtual |
Process a single tracklet
tracklet | The tracklet |
ipz | Z-coordinate of the IP |
signal | True if a signal |
weight | Weight of tracklet |
Implements AliTrackletAODdNdeta::Sub.
Definition at line 2594 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::CentBin::ProcessTracklet().
|
protected |
Definition at line 3240 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 3007 of file AliTrackletAODdNdeta.C.
Definition at line 2877 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 3268 of file AliTrackletAODdNdeta.C.
void AliTrackletAODdNdeta::Histos::SetAttr | ( | Color_t | c, |
Style_t | m | ||
) |
Set Attributes on histograms
c | Marker/line/fill color |
m | Marker style |
Definition at line 2086 of file AliTrackletAODdNdeta.C.
|
virtual |
Initialize the bin
parent | Parent container |
etaAxis | pseudorapidity axis to use |
ipzAxis | Interaction point Z coordinate axis |
deltaAxis | \(\Delta\) axis to use |
Reimplemented from AliTrackletAODdNdeta::Sub.
Definition at line 2037 of file AliTrackletAODdNdeta.C.
Color_t AliTrackletAODdNdeta::Histos::fColor |
Definition at line 678 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 672 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 673 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 671 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 675 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 674 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 676 of file AliTrackletAODdNdeta.C.
|
protected |
Definition at line 669 of file AliTrackletAODdNdeta.C.
Referenced by GetMask(), IsCombinatoric(), IsDistinct(), IsGenerated(), IsInjected(), IsMeasured(), IsPrimary(), and IsSecondary().
Style_t AliTrackletAODdNdeta::Histos::fStyle |
Definition at line 679 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODMCdNdeta::CentBin::CentBin().
|
protected |
Definition at line 670 of file AliTrackletAODdNdeta.C.
Referenced by GetVeto(), IsCombinatoric(), IsDistinct(), IsGenerated(), IsInjected(), IsMeasured(), IsPrimary(), and IsSecondary().