![]() |
AliPhysics
8dc8609 (8dc8609)
|
Class with analysis utils for simulations. More...
#include <AliMCAnalysisUtils.h>
Public Types | |
enum | mcTypes { kMCPhoton, kMCPrompt, kMCFragmentation, kMCISR, kMCPi0Decay, kMCEtaDecay, kMCOtherDecay, kMCDecayPairLost, kMCDecayPairInCalo, kMCDecayDalitz, kMCConversion, kMCElectron, kMCEFromCFromB, kMCEFromC, kMCEFromB, kMCZDecay, kMCWDecay, kMCMuon, kMCPion, kMCPi0, kMCKaon, kMCEta, kMCProton, kMCAntiProton, kMCNeutron, kMCAntiNeutron, kMCUnknown, kMCBadLabel } |
enum | generator { kPythia = 0, kHerwig = 1, kHijing = 2, kBoxLike = 3 } |
Public Member Functions | |
AliMCAnalysisUtils () | |
Constructor. More... | |
virtual | ~AliMCAnalysisUtils () |
Destructor. More... | |
Int_t | CheckCommonAncestor (Int_t index1, Int_t index2, const AliMCEvent *mcevent, Int_t &ancPDG, Int_t &ancStatus, TLorentzVector &momentum, TVector3 &prodVertex) |
Int_t | CheckOrigin (Int_t label, const AliMCEvent *mcevent) |
Int_t | CheckOrigin (const Int_t *labels, Int_t nlabels, const AliMCEvent *mcevent, const TObjArray *arrayCluster=0x0) |
void | CheckOverlapped2GammaDecay (const Int_t *labels, Int_t nlabels, Int_t mesonIndex, const AliMCEvent *mcevent, Int_t &tag) |
void | CheckLostDecayPair (const TObjArray *arrayCluster, Int_t iMom, Int_t iParent, const AliMCEvent *mcevent, Int_t &tag) |
Check on AODs if the current decay photon has the second photon companion lost. More... | |
TLorentzVector | GetMother (Int_t label, const AliMCEvent *mcevent, Bool_t &ok) |
TLorentzVector | GetMother (Int_t label, const AliMCEvent *mcevent, Int_t &pdg, Int_t &status, Bool_t &ok) |
TLorentzVector | GetMother (Int_t label, const AliMCEvent *mcevent, Int_t &pdg, Int_t &status, Bool_t &ok, Int_t &momLabel) |
TLorentzVector | GetGrandMother (Int_t label, const AliMCEvent *mcevent, Int_t &pdg, Int_t &status, Bool_t &ok, Int_t &grandMomLabel, Int_t &greatMomLabel) |
TLorentzVector | GetMotherWithPDG (Int_t label, Int_t pdg, const AliMCEvent *mcevent, Bool_t &ok, Int_t &momLabel) |
void | GetMCDecayAsymmetryAngleForPDG (Int_t label, Int_t pdg, const AliMCEvent *mcevent, Float_t &asy, Float_t &angle, Bool_t &ok) |
In case of an eta or pi0 decay into 2 photons, get the asymmetry in the energy of the photons. More... | |
Int_t | GetNDaughters (Int_t label, const AliMCEvent *mcevent, Bool_t &ok) |
TLorentzVector | GetDaughter (Int_t daughter, Int_t label, const AliMCEvent *mcevent, Int_t &pdg, Int_t &status, Bool_t &ok, Int_t &daugLabel, TVector3 &prodVertex) |
Int_t | GetNOverlaps (const Int_t *label, UInt_t nlabels, Int_t mctag, Int_t mesonLabel, AliMCEvent *mcevent, Int_t *overpdg, Int_t *overlabel) |
void | SetTagBit (Int_t &tag, UInt_t set) const |
Bool_t | CheckTagBit (Int_t tag, UInt_t test) const |
TList * | GetJets (AliMCEvent *mcevent, AliGenEventHeader *mcheader, Int_t eventNumber) |
void | SetDebug (Int_t deb) |
Int_t | GetDebug () const |
void | SetMCGenerator (Int_t mcgen) |
Set the generator type. More... | |
void | SetMCGenerator (TString mcgen) |
Set the generator type. More... | |
Int_t | GetMCGenerator () const |
TString | GetMCGeneratorString () const |
void | Print (const Option_t *opt) const |
Print some relevant parameters set for the analysis. More... | |
void | PrintAncestry (AliMCEvent *mcevent, Int_t label, Int_t nGenerMax=1000) const |
void | PrintMCTag (Int_t tag) const |
Print the assigned origins to this particle. More... | |
Private Member Functions | |
AliMCAnalysisUtils & | operator= (const AliMCAnalysisUtils &mcu) |
Copy constructor not implemented. More... | |
AliMCAnalysisUtils (const AliMCAnalysisUtils &mcu) | |
Assignment operator not implemented. More... | |
Private Attributes | |
Int_t | fCurrentEvent |
Current Event number - GetJets() More... | |
Int_t | fDebug |
Debug level. More... | |
TList * | fJetsList |
List of jets - GetJets() More... | |
Int_t | fMCGenerator |
MC generator used to generate data in simulation. More... | |
TString | fMCGeneratorString |
MC generator used to generate data in simulation. More... | |
TLorentzVector | fDaughMom |
! particle momentum More... | |
TLorentzVector | fDaughMom2 |
! particle momentum More... | |
TLorentzVector | fMotherMom |
! particle momentum More... | |
TLorentzVector | fGMotherMom |
! particle momentum More... | |
Class with analysis utils for simulations.
Class containing utility methods for analysis of simulations, ESD or AOD format. Contains:
More information can be found in this twiki.
Definition at line 34 of file AliMCAnalysisUtils.h.
Enumerator | |
---|---|
kPythia | |
kHerwig | |
kHijing | |
kBoxLike |
Definition at line 116 of file AliMCAnalysisUtils.h.
"Mostly" photon parent types on line 1,
then "mostly" electron parent types on line 3, (e.g. electrons can come from pi0 decay) then charged particles on line 4, followed by other and unknown on line 5
Definition at line 52 of file AliMCAnalysisUtils.h.
AliMCAnalysisUtils::AliMCAnalysisUtils | ( | ) |
Constructor.
Definition at line 37 of file AliMCAnalysisUtils.cxx.
|
virtual |
Destructor.
Definition at line 51 of file AliMCAnalysisUtils.cxx.
|
private |
Assignment operator not implemented.
Int_t AliMCAnalysisUtils::CheckCommonAncestor | ( | Int_t | index1, |
Int_t | index2, | ||
const AliMCEvent * | mcevent, | ||
Int_t & | ancPDG, | ||
Int_t & | ancStatus, | ||
TLorentzVector & | momentum, | ||
TVector3 & | prodVertex | ||
) |
Check the first common ancestor of 2 clusters, given the most likely labels of the primaries generating such clusters.
Definition at line 64 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), AliAnaElectron::FillShowerShapeHistograms(), GetNOverlaps(), AliAnaPhotonConvInCalo::MakeAnalysisFillHistograms(), and AliAnaPi0::MakeAnalysisFillHistograms().
void AliMCAnalysisUtils::CheckLostDecayPair | ( | const TObjArray * | arrayCluster, |
Int_t | iMom, | ||
Int_t | iParent, | ||
const AliMCEvent * | mcevent, | ||
Int_t & | tag | ||
) |
Check on AODs if the current decay photon has the second photon companion lost.
Definition at line 715 of file AliMCAnalysisUtils.cxx.
Referenced by CheckOrigin().
labels | list of MC labels of cluster |
mcevent | pointer to MCEvent() |
Definition at line 180 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaClusterShapeCorrelStudies::ClusterLoopHistograms(), AliAnaCalorimeterQA::ClusterMCHistograms(), AliAnaPhoton::FillAcceptanceHistograms(), AliAnaParticleIsolation::FillAcceptanceHistograms(), AliAnaInsideClusterInvariantMass::GetMCIndex(), AliAnaPhoton::MakeAnalysisFillAOD(), AliAnaElectron::MakeAnalysisFillAOD(), and AliAnaPi0EbE::MakeShowerShapeIdentification().
Int_t AliMCAnalysisUtils::CheckOrigin | ( | const Int_t * | labels, |
Int_t | nlabels, | ||
const AliMCEvent * | mcevent, | ||
const TObjArray * | arrayCluster = 0x0 |
||
) |
Generally speaking, label is the MC label of a reconstructed entity (track, cluster, etc) for which we want to know something about its heritage, but one can also use it directly with stack particles not connected to reconstructed entities.
Array of clusters needed in case we want to check if the cluster originated from a pi0/eta meson has the companion decay photon in the list of clusters.
labels | list of MC labels of cluster |
nlabels | total number of labels attached to cluster |
mcevent | pointer to MCEvent() |
arrayCluster | list of calorimeter clusters, needed to check lost meson decays |
Definition at line 203 of file AliMCAnalysisUtils.cxx.
void AliMCAnalysisUtils::CheckOverlapped2GammaDecay | ( | const Int_t * | labels, |
Int_t | nlabels, | ||
Int_t | mesonIndex, | ||
const AliMCEvent * | mcevent, | ||
Int_t & | tag | ||
) |
Check if cluster is formed from the contribution of 2 decay photons from pi0 or eta. Input are AOD AliVParticles.
Definition at line 542 of file AliMCAnalysisUtils.cxx.
Referenced by CheckOrigin().
Definition at line 100 of file AliMCAnalysisUtils.h.
Referenced by AliAnaPhoton::ActivityNearCluster(), CheckOrigin(), CheckOverlapped2GammaDecay(), AliAnaClusterShapeCorrelStudies::ClusterLoopHistograms(), AliAnaParticleIsolation::FillAcceptanceHistograms(), AliAnaPi0::FillMCVersusRecDataHistograms(), AliAnaPhoton::FillTrackMatchingResidualHistograms(), AliAnaInsideClusterInvariantMass::GetMCIndex(), GetNOverlaps(), AliAnaElectron::MakeAnalysisFillAOD(), AliAnaParticleHadronCorrelation::MakeAnalysisFillHistograms(), AliAnaPi0::MakeAnalysisFillHistograms(), AliAnaPi0EbE::MakeInvMassInCalorimeter(), AliAnaPi0EbE::MakeInvMassInCalorimeterAndCTS(), PrintMCTag(), and AliAnaClusterShapeCorrelStudies::WeightHistograms().
TLorentzVector AliMCAnalysisUtils::GetDaughter | ( | Int_t | idaugh, |
Int_t | label, | ||
const AliMCEvent * | mcevent, | ||
Int_t & | pdg, | ||
Int_t & | status, | ||
Bool_t & | ok, | ||
Int_t & | daughlabel, | ||
TVector3 & | prodVertex | ||
) |
Definition at line 1000 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), AliAnaParticleIsolation::FillAcceptanceHistograms(), and AliAnaPhoton::MakeAnalysisFillHistograms().
|
inline |
Definition at line 114 of file AliMCAnalysisUtils.h.
Referenced by AliAnaCaloTrackCorrBaseClass::InitDebug().
TLorentzVector AliMCAnalysisUtils::GetGrandMother | ( | Int_t | label, |
const AliMCEvent * | mcevent, | ||
Int_t & | pdg, | ||
Int_t & | status, | ||
Bool_t & | ok, | ||
Int_t & | grandMomLabel, | ||
Int_t & | greatMomLabel | ||
) |
Definition at line 1162 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), and GetNOverlaps().
TList * AliMCAnalysisUtils::GetJets | ( | AliMCEvent * | mcevent, |
AliGenEventHeader * | mcheader, | ||
Int_t | eventNumber | ||
) |
Definition at line 836 of file AliMCAnalysisUtils.cxx.
void AliMCAnalysisUtils::GetMCDecayAsymmetryAngleForPDG | ( | Int_t | label, |
Int_t | pdg, | ||
const AliMCEvent * | mcevent, | ||
Float_t & | asy, | ||
Float_t & | angle, | ||
Bool_t & | ok | ||
) |
In case of an eta or pi0 decay into 2 photons, get the asymmetry in the energy of the photons.
Definition at line 1208 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::GetMCPrimaryKine().
|
inline |
Definition at line 119 of file AliMCAnalysisUtils.h.
|
inline |
Definition at line 120 of file AliMCAnalysisUtils.h.
TLorentzVector AliMCAnalysisUtils::GetMother | ( | Int_t | label, |
const AliMCEvent * | mcevent, | ||
Bool_t & | ok | ||
) |
Definition at line 1045 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), AliAnaPhoton::CocktailGeneratorsClusterOverlaps(), AliAnaInsideClusterInvariantMass::GetMCPrimaryKine(), GetMother(), GetNOverlaps(), AliAnaPi0EbE::MakeAnalysisFillHistograms(), AliAnaPhoton::MakeAnalysisFillHistograms(), and AliAnaPi0EbE::MakeShowerShapeIdentification().
TLorentzVector AliMCAnalysisUtils::GetMother | ( | Int_t | label, |
const AliMCEvent * | mcevent, | ||
Int_t & | pdg, | ||
Int_t & | status, | ||
Bool_t & | ok | ||
) |
Definition at line 1055 of file AliMCAnalysisUtils.cxx.
TLorentzVector AliMCAnalysisUtils::GetMother | ( | Int_t | label, |
const AliMCEvent * | mcevent, | ||
Int_t & | pdg, | ||
Int_t & | status, | ||
Bool_t & | ok, | ||
Int_t & | momlabel | ||
) |
Definition at line 1066 of file AliMCAnalysisUtils.cxx.
TLorentzVector AliMCAnalysisUtils::GetMotherWithPDG | ( | Int_t | label, |
Int_t | pdg, | ||
const AliMCEvent * | mcevent, | ||
Bool_t & | ok, | ||
Int_t & | momlabel | ||
) |
Definition at line 1100 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaParticleIsolation::FillAcceptanceHistograms(), AliAnaInsideClusterInvariantMass::GetMCPrimaryKine(), AliAnaPi0EbE::MakeAnalysisFillHistograms(), and AliAnaPi0EbE::MakeShowerShapeIdentification().
Definition at line 1268 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), and AliAnaParticleIsolation::FillAcceptanceHistograms().
Int_t AliMCAnalysisUtils::GetNOverlaps | ( | const Int_t * | label, |
UInt_t | nlabels, | ||
Int_t | mctag, | ||
Int_t | mesonLabel, | ||
AliMCEvent * | mcevent, | ||
Int_t * | overpdg, | ||
Int_t * | overlabel | ||
) |
Compare the primary depositing more energy with the rest, if no photon/electron (conversion) or neutral meson as comon ancestor, consider it as other particle contributing. Give as input the meson label in case it was a pi0 or eta merged cluster.
Definition at line 1298 of file AliMCAnalysisUtils.cxx.
Referenced by AliAnaPhoton::FillShowerShapeHistograms(), AliAnaCaloTrackCorrBaseClass::GetCocktailGeneratorBackgroundTag(), AliAnaInsideClusterInvariantMass::GetMCPrimaryKine(), and AliAnaPi0EbE::MakeShowerShapeIdentification().
|
private |
Copy constructor not implemented.
void AliMCAnalysisUtils::Print | ( | const Option_t * | opt | ) | const |
Print some relevant parameters set for the analysis.
Definition at line 1378 of file AliMCAnalysisUtils.cxx.
void AliMCAnalysisUtils::PrintAncestry | ( | AliMCEvent * | mcevent, |
Int_t | label, | ||
Int_t | nGenerMax = 1000 |
||
) | const |
Print info of generated particles, for different generations If no generation specified, all ancestry is printed
mcevent | access to AliVMCEvent |
label | index of generated particle under investigation |
nGenerMax | limit to the number of generations back to the particle under investigation |
Definition at line 1399 of file AliMCAnalysisUtils.cxx.
void AliMCAnalysisUtils::PrintMCTag | ( | Int_t | tag | ) | const |
Print the assigned origins to this particle.
Definition at line 1446 of file AliMCAnalysisUtils.cxx.
|
inline |
Definition at line 113 of file AliMCAnalysisUtils.h.
void AliMCAnalysisUtils::SetMCGenerator | ( | Int_t | mcgen | ) |
Set the generator type.
Definition at line 1485 of file AliMCAnalysisUtils.cxx.
void AliMCAnalysisUtils::SetMCGenerator | ( | TString | mcgen | ) |
Set the generator type.
Definition at line 1501 of file AliMCAnalysisUtils.cxx.
Definition at line 95 of file AliMCAnalysisUtils.h.
Referenced by CheckLostDecayPair(), CheckOrigin(), CheckOverlapped2GammaDecay(), and AliAnaPi0EbE::HasPairSameMCMother().
|
private |
Current Event number - GetJets()
Definition at line 128 of file AliMCAnalysisUtils.h.
Referenced by GetJets().
|
private |
! particle momentum
Definition at line 138 of file AliMCAnalysisUtils.h.
Referenced by GetDaughter(), and GetMCDecayAsymmetryAngleForPDG().
|
private |
! particle momentum
Definition at line 140 of file AliMCAnalysisUtils.h.
Referenced by GetMCDecayAsymmetryAngleForPDG().
|
private |
Debug level.
Definition at line 130 of file AliMCAnalysisUtils.h.
Referenced by GetDebug(), Print(), and SetDebug().
|
private |
! particle momentum
Definition at line 144 of file AliMCAnalysisUtils.h.
Referenced by GetGrandMother(), GetMotherWithPDG(), and GetNOverlaps().
|
private |
List of jets - GetJets()
Definition at line 132 of file AliMCAnalysisUtils.h.
Referenced by GetJets(), and ~AliMCAnalysisUtils().
|
private |
MC generator used to generate data in simulation.
Definition at line 134 of file AliMCAnalysisUtils.h.
Referenced by CheckOrigin(), GetJets(), GetMCGenerator(), and SetMCGenerator().
|
private |
MC generator used to generate data in simulation.
Definition at line 136 of file AliMCAnalysisUtils.h.
Referenced by GetMCGeneratorString(), Print(), and SetMCGenerator().
|
private |
! particle momentum
Definition at line 142 of file AliMCAnalysisUtils.h.
Referenced by GetMother(), and GetNOverlaps().