![]() |
AliPhysics
a4b41ad (a4b41ad)
|
Select clusters with large shower shape, split them and tag them as pi0/eta via invariant mass. More...
#include <AliAnaInsideClusterInvariantMass.h>
Public Types | |
enum | mcTypes { kmcPhoton = 1, kmcConversion = 2, kmcPi0 = 3, kmcPi0Conv = 4, kmcEta = 5, kmcHadron = 6 } |
Enumerate indeces for MC histograms depending on the particle ID that generated the cluster. More... | |
![]() | |
enum | detector { kEMCAL = AliFiducialCut::kEMCAL, kPHOS = AliFiducialCut::kPHOS, kCTS = AliFiducialCut::kCTS, kDCAL = AliFiducialCut::kDCAL, kDCALPHOS = AliFiducialCut::kDCALPHOS } |
Set the tag identifing the main detector used in the analysis. More... | |
Public Member Functions | |
AliAnaInsideClusterInvariantMass () | |
virtual | ~AliAnaInsideClusterInvariantMass () |
Virtual destructor. Not implemeted. More... | |
void | CheckLocalMaximaMCOrigin (AliVCluster *cluster, Int_t mcindex, Int_t noverlaps, Float_t e1, Float_t e2, Float_t mass) |
TObjString * | GetAnalysisCuts () |
Save parameters used for analysis. More... | |
TList * | GetCreateOutputObjects () |
void | GetMCIndex (AliVCluster *cluster, Int_t &mcindex, Int_t &mcTag) |
Assign MC index depending on MC bit set, to be used in MC histograms arrays. More... | |
void | GetMCPrimaryKine (AliVCluster *cluster, Int_t mcindex, Int_t mcTag, Bool_t matched, Float_t &eprim, Float_t &asymGen, Float_t &angleGen, Int_t &noverlaps) |
Check origin of the candidates, get primary kinematics if overlapped meson decay. More... | |
void | FillAngleHistograms (Int_t nMax, Bool_t matched, Int_t mcindex, Float_t en, Float_t e1, Float_t e2, Float_t angle, Float_t mass, Float_t anglePrim, Float_t m02, Float_t asym, Int_t pid, Int_t noverlaps) |
Fill histograms related to opening angle of the split clusters. More... | |
void | FillArmenterosHistograms (Int_t nMax, Int_t ebin, Int_t mcindex, Float_t pi0E, Float_t m02, Int_t pid) |
Fill Armeteros type histograms of split clusters. More... | |
void | FillThetaStarHistograms (Int_t nMax, Bool_t matched, Int_t mcindex, Float_t pi0E, Float_t m02, Int_t pid) |
void | FillEBinHistograms (Int_t ebin, Int_t nMax, Int_t mcindex, Float_t splitFrac, Float_t mass, Float_t asym, Float_t l0) |
Fill some histograms integrating in few energy bins. More... | |
void | FillMCHistograms (Float_t en, Float_t e1, Float_t e2, Int_t ebin, Int_t mcindex, Int_t noverlaps, Float_t l0, Float_t mass, Int_t nMax, Bool_t matched, Float_t splitFrac, Float_t asym, Float_t eprim, Float_t asymGen) |
Fill histograms depending on MC input. More... | |
void | FillMCOverlapHistograms (Float_t en, Float_t enprim, Int_t nc, Float_t mass, Float_t l0, Float_t asym, Float_t splitFrac, Int_t nlm, Int_t ebin, Bool_t matched, Int_t mcindex, Int_t noverlaps) |
Fill histograms depending on number of overlaps. More... | |
void | FillSSWeightHistograms (AliVCluster *cluster, Int_t nlm, Int_t absId1, Int_t absId2) |
Recalculate shower shape for different weights predifined in an array and fill histograms. More... | |
void | FillSSExtraHistograms (AliVCluster *cluster, Int_t nMax, Bool_t matched, Int_t mcindex, Float_t mass, Int_t ebin) |
Fill optional histograms with more SS parameters. More... | |
void | FillNLMDiffCutHistograms (AliVCluster *cluster, AliVCaloCells *cells, Bool_t matched) |
Calculate NLM for different settings and recalculate splitting. More... | |
void | FillNCellHistograms (Int_t ncells, Float_t energy, Int_t nMax, Bool_t matched, Int_t mcindex, Float_t mass, Float_t l0) |
Fill optional histograms depending on the number of cells of the cluster. More... | |
void | FillTrackMatchingHistograms (AliVCluster *cluster, Int_t nMax, Int_t mcindex) |
Fill histograms related to cluster-track matching. More... | |
void | FillHistograms1 (Float_t en, Float_t e1, Float_t e2, Int_t nMax, Float_t mass, Float_t l0, Float_t eta, Float_t phi, Bool_t matched, Int_t mcindex) |
Fill histograms for clusters before any selection after spliting. More... | |
void | FillHistograms2 (Float_t en, Float_t eprim, Float_t e1, Float_t e2, Int_t nMax, Float_t mass, Float_t l0, Bool_t matched, Int_t mcindex) |
Fill histograms for clusters passing the first M02 selection. More... | |
void | FillIdPi0Histograms (Float_t en, Float_t e1, Float_t e2, Int_t nc, Int_t nMax, Float_t t12diff, Float_t mass, Float_t l0, Float_t eta, Float_t phi, Bool_t matched, Int_t mcindex) |
Fill histograms for clusters passing the pi0 selection. More... | |
void | FillIdEtaHistograms (Float_t en, Float_t e1, Float_t e2, Int_t nc, Int_t nMax, Float_t t12diff, Float_t mass, Float_t l0, Float_t eta, Float_t phi, Bool_t matched, Int_t mcindex) |
Fill histograms for clusters passing the eta selection. More... | |
void | FillIdConvHistograms (Float_t en, Int_t nMax, Float_t asym, Float_t mass, Float_t l0, Bool_t matched, Int_t mcindex) |
Fill histograms for clusters passing the photon selection. More... | |
void | Init () |
void | InitParameters () |
Initialize the parameters of the analysis with default values. More... | |
void | MakeAnalysisFillHistograms () |
Main method. Search for pi0/eta in GetCalorimeter() with shower shape + split analysis. More... | |
void | Print (const Option_t *opt) const |
Print some relevant parameters set for the analysis. More... | |
void | SetMinNCells (Int_t cut) |
void | SetMinBadChannelDistance (Float_t cut) |
void | SetWCorrectionParameter (Int_t i, Float_t p=0.07) |
void | SwitchOnFillAngleHistograms () |
void | SwitchOffFillAngleHistograms () |
void | SwitchOnFillArmenterosHistograms () |
void | SwitchOffFillArmenterosHistograms () |
void | SwitchOnFillThetaStarHistograms () |
void | SwitchOffFillThetaStarHistograms () |
void | SwitchOnFillExtraSSHistograms () |
void | SwitchOffFillExtraSSHistograms () |
void | SwitchOnFillHighMultHistograms () |
void | SwitchOffFillHighMultHistograms () |
void | SwitchOnFillIdConvHistograms () |
void | SwitchOffFillIdConvHistograms () |
void | SwitchOnFillIdEtaHistograms () |
void | SwitchOffFillIdEtaHistograms () |
void | SwitchOnFillTMHistograms () |
void | SwitchOffFillTMHistograms () |
void | SwitchOnFillTMResidualHistograms () |
void | SwitchOffFillTMResidualHistograms () |
void | SwitchOnFillMCPrimaryHistograms () |
void | SwitchOffFillMCPrimaryHistograms () |
void | SwitchOnFillSSWeightHistograms () |
void | SwitchOffFillSSWeightHistograms () |
void | SwitchOnFillNLMDiffCutsHistograms () |
void | SwitchOffFillNLMDiffCutsHistograms () |
void | SwitchOnFillEbinHistograms () |
void | SwitchOffFillEbinHistograms () |
void | SwitchOnFillMCOverlapHistograms () |
void | SwitchOffFillMCOverlapHistograms () |
void | SwitchOnFillNCellHistograms () |
void | SwitchOffFillNCellHistograms () |
void | SwitchOnSplitClusterDistToBad () |
void | SwitchOffSplitClusterDistToBad () |
void | SetNWeightForShowerShape (Int_t n) |
void | SetWeightForShowerShape (Int_t i, Float_t v) |
void | SetNumberOfNLocMaxSettings (Int_t n) |
void | SetNLocMaxMinE (Int_t i, Float_t v) |
void | SetNLocMaxMinDiff (Int_t i, Float_t v) |
void | SetNECellCutForShowerShape (Int_t n) |
void | SetECellCutForShowerShape (Int_t i, Float_t v) |
void | RecalculateClusterShowerShapeParametersWithCellCut (const AliEMCALGeometry *geom, AliVCaloCells *cells, AliVCluster *cluster, Float_t &l0, Float_t &l1, Float_t &disp, Float_t &dEta, Float_t &dPhi, Float_t &sEta, Float_t &sPhi, Float_t &sEtaPhi, Float_t eCellMin=0.) |
![]() | |
AliAnaCaloTrackCorrBaseClass () | |
virtual | ~AliAnaCaloTrackCorrBaseClass () |
Destructor. More... | |
virtual void | InitDebug () |
virtual void | FillEventMixPool () |
virtual void | MakeAnalysisFillAOD () |
virtual void | Terminate (TList *) |
virtual void | AddToHistogramsName (TString add) |
virtual TString | GetAddedHistogramsStringToName () const |
virtual TString | GetBaseParametersList () |
virtual Int_t | GetDebug () const |
virtual void | SetDebug (Int_t d) |
virtual Int_t | GetEventNumber () const |
virtual Int_t | GetTrackMultiplicity () const |
virtual AliCentrality * | GetCentrality () const |
virtual AliMultSelection * | GetMultSelCen () const |
virtual Int_t | GetEventCentrality () const |
virtual AliEventplane * | GetEventPlane () const |
virtual Double_t | GetEventPlaneAngle () const |
virtual TString | GetEventPlaneMethod () const |
virtual void | AddAODParticle (AliAODPWG4Particle part) |
virtual void | ConnectInputOutputAODBranches () |
virtual TClonesArray * | GetCreateOutputAODBranch () |
Create AOD branch filled in the analysis. More... | |
virtual TString | GetInputAODName () const |
virtual void | SetInputAODName (TString name) |
virtual TString | GetOutputAODName () const |
virtual void | SetOutputAODName (TString name) |
virtual Bool_t | NewOutputAOD () const |
virtual TString | GetOutputAODClassName () const |
virtual void | SetOutputAODClassName (TString name) |
virtual TString | GetAODObjArrayName () const |
virtual void | SetAODObjArrayName (TString name) |
virtual TClonesArray * | GetInputAODBranch () const |
virtual TClonesArray * | GetOutputAODBranch () const |
virtual TClonesArray * | GetAODBranch (const TString &aodBranchName) const |
Recover ouput and input AOD pointers for each event in AliCaloTrackMaker. More... | |
virtual TClonesArray * | GetAODCaloClusters () const |
virtual TClonesArray * | GetAODTracks () const |
virtual AliVCaloCells * | GetPHOSCells () const |
virtual AliVCaloCells * | GetEMCALCells () const |
virtual TObjArray * | GetCTSTracks () const |
virtual TObjArray * | GetEMCALClusters () const |
virtual TObjArray * | GetPHOSClusters () const |
virtual TClonesArray * | GetNonStandardJets () const |
virtual AliAODJetEventBackground * | GetBackgroundJets () const |
virtual Int_t | GetCalorimeter () const |
virtual TString | GetCalorimeterString () const |
virtual void | SetCalorimeter (TString &calo) |
Set the calorimeter for the analysis. A string. More... | |
virtual void | SetCalorimeter (Int_t calo) |
Set the calorimeter for the analysis. An integer. More... | |
virtual Bool_t | IsDataMC () const |
virtual void | SwitchOnDataMC () |
virtual void | SwitchOffDataMC () |
virtual Bool_t | IsFiducialCutOn () const |
virtual void | SwitchOnFiducialCut () |
virtual void | SwitchOffFiducialCut () |
virtual Bool_t | IsRealCaloAcceptanceOn () const |
virtual void | SwitchOnRealCaloAcceptance () |
virtual void | SwitchOffRealCaloAcceptance () |
virtual Bool_t | IsCaloPIDOn () const |
virtual void | SwitchOnCaloPID () |
virtual void | SwitchOffCaloPID () |
virtual Bool_t | MakePlotsOn () const |
virtual void | SwitchOnPlotsMaking () |
virtual void | SwitchOffPlotsMaking () |
virtual Bool_t | IsPileUpAnalysisOn () const |
virtual void | SwitchOnFillPileUpHistograms () |
virtual void | SwitchOffFillPileUpHistograms () |
virtual Bool_t | IsHighMultiplicityAnalysisOn () const |
virtual void | SwitchOnFillHighMultiplicityHistograms () |
virtual void | SwitchOffFillHighMultiplicityHistograms () |
virtual Float_t | GetMaxPt () const |
virtual Float_t | GetMinPt () const |
virtual void | SetMaxPt (Float_t pt) |
virtual void | SetMinPt (Float_t pt) |
virtual void | SetPtCutRange (Double_t mi, Double_t ma) |
virtual Float_t | GetMaxEnergy () const |
virtual Float_t | GetMinEnergy () const |
virtual void | SetMaxEnergy (Float_t e) |
virtual void | SetMinEnergy (Float_t e) |
virtual void | SetEnergyCutRange (Double_t mi, Double_t ma) |
virtual void | SetPairTimeCut (Float_t t) |
virtual Float_t | GetPairTimeCut () const |
Time cut in ns. More... | |
Int_t | GetFirstSMCoveredByTRD () const |
Time cut in ns. More... | |
void | SetFirstSMCoveredByTRD (Int_t n) |
virtual Int_t | GetNZvertBin () const |
virtual Int_t | GetNRPBin () const |
Number of bins in vertex. More... | |
virtual Int_t | GetNCentrBin () const |
Number of bins in reaction plain. More... | |
virtual Int_t | GetNTrackMultBin () const |
Number of bins in centrality. More... | |
virtual Int_t | GetNMaxEvMix () const |
Number of bins in track multiplicity. More... | |
virtual Float_t | GetZvertexCut () const |
Maximal number of events for mixin. More... | |
virtual Int_t | GetTrackMultiplicityBin () const |
Cut on vertex position. More... | |
virtual Int_t | GetEventCentralityBin () const |
virtual Int_t | GetEventRPBin () const |
virtual Int_t | GetEventVzBin () const |
virtual Int_t | GetEventMixBin () const |
virtual Int_t | GetEventMixBin (Int_t iCen, Int_t iVz, Int_t iRP) const |
virtual Double_t | GetEventWeight () const |
virtual Double_t | GetParticlePtWeight (Float_t pt, Int_t pdg, TString genName, Int_t igen) const |
virtual void | SetNZvertBin (Int_t n=1) |
virtual void | SetNRPBin (Int_t n=1) |
Number of bins for vertex position. More... | |
virtual void | SetNCentrBin (Int_t n=1) |
Number of bins in reaction plain. More... | |
virtual void | SetNTrackMultBin (Int_t n=1) |
Number of bins in centrality. More... | |
virtual void | SetNMaxEvMix (Int_t n=20) |
Number of bins in track multiplicity. More... | |
virtual void | SetTrackMultiplicityBin (Int_t bin, Int_t mult) |
Maximal number of events for mixing. More... | |
virtual void | SwitchOnTrackMultBins () |
virtual void | SwitchOffTrackMultBins () |
virtual void | SwitchOnOwnMix () |
virtual void | SwitchOffOwnMix () |
virtual Bool_t | DoOwnMix () const |
virtual Bool_t | UseTrackMultBins () const |
virtual Int_t | CheckMixedEventVertex (Int_t caloLabel, Int_t trackLabel) |
virtual AliMixedEvent * | GetMixedEvent () const |
virtual Int_t | GetNMixedEvent () const |
virtual void | GetVertex (Double_t vertex[3]) const |
virtual Double_t * | GetVertex (Int_t evtIndex) const |
virtual void | GetVertex (Double_t vertex[3], Int_t evtIndex) const |
virtual Int_t | GetV0Signal (Int_t i) const |
virtual Int_t | GetV0Multiplicity (Int_t i) const |
Float_t | GetPhi (Float_t phi) const |
Shift phi angle in case of negative value 360 degrees. Example TLorenzVector::Phi defined in -pi to pi. More... | |
Float_t | DegToRad (Float_t deg) const |
Float_t | RadToDeg (Float_t rad) const |
virtual Bool_t | IsTrackMatched (AliVCluster *cluster, AliVEvent *event) |
virtual Int_t | GetModuleNumberCellIndexes (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU) const |
virtual Int_t | GetModuleNumberCellIndexesAbsCaloMap (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU, Int_t &icolAbs, Int_t &irowAbs) const |
virtual Int_t | GetModuleNumber (AliAODPWG4Particle *part) const |
virtual Int_t | GetModuleNumber (AliVCluster *cluster) const |
virtual AliVCluster * | FindCluster (TObjArray *clusters, Int_t clId, Int_t &iclus, Int_t first=0) |
virtual AliStack * | GetMCStack () const |
virtual AliHeader * | GetMCHeader () const |
virtual AliGenEventHeader * | GetMCGenEventHeader () const |
virtual AliCaloPID * | GetCaloPID () |
virtual AliCalorimeterUtils * | GetCaloUtils () const |
virtual AliFiducialCut * | GetFiducialCut () |
virtual AliHistogramRanges * | GetHistogramRanges () |
virtual AliIsolationCut * | GetIsolationCut () |
virtual AliMCAnalysisUtils * | GetMCAnalysisUtils () |
virtual AliNeutralMesonSelection * | GetNeutralMesonSelection () |
virtual AliCaloTrackReader * | GetReader () const |
virtual AliEMCALGeometry * | GetEMCALGeometry () const |
virtual AliPHOSGeoUtils * | GetPHOSGeometry () const |
virtual void | SetCaloPID (AliCaloPID *pid) |
virtual void | SetCaloUtils (AliCalorimeterUtils *caloutils) |
virtual void | SetFiducialCut (AliFiducialCut *fc) |
virtual void | SetHistogramRanges (AliHistogramRanges *hr) |
virtual void | SetIsolationCut (AliIsolationCut *ic) |
virtual void | SetMCAnalysisUtils (AliMCAnalysisUtils *mcutils) |
virtual void | SetNeutralMesonSelection (AliNeutralMesonSelection *const nms) |
virtual void | SetReader (AliCaloTrackReader *reader) |
void | SwitchOnStudyClusterOverlapsPerGenerator () |
void | SwitchOffStudyClusterOverlapsPerGenerator () |
Bool_t | IsStudyClusterOverlapsPerGeneratorOn () const |
void | SetNCocktailGenNamesToCheck (Int_t nb) |
Int_t | GetNCocktailGenNamesToCheck () const |
void | SetCocktailGenNameToCheck (Int_t i, TString v) |
TString | GetCocktailGenNameToCheck (Int_t i) const |
void | SetCocktailGenIndexToCheck (Int_t i, Int_t v) |
Int_t | GetCocktailGenIndexToCheck (Int_t i) const |
Int_t | GetCocktailGeneratorBackgroundTag (AliVCluster *clus, Int_t mctag, TString &genName, Int_t &index, TString &genNameBkg, Int_t &indexBkg) |
Private Member Functions | |
AliAnaInsideClusterInvariantMass (const AliAnaInsideClusterInvariantMass &split) | |
Copy constructor not implemented. More... | |
AliAnaInsideClusterInvariantMass & | operator= (const AliAnaInsideClusterInvariantMass &split) |
Assignment operator not implemented. More... | |
Private Attributes | |
Int_t | fMinNCells |
Study clusters with ncells larger than cut. More... | |
Float_t | fMinBadDist |
Minimal distance to bad channel to accept cluster. More... | |
Float_t | fHistoECut |
Fixed E cut for some histograms. More... | |
Bool_t | fCheckSplitDistToBad |
Check the distance to bad channel and to EMCal borders of split clusters. More... | |
Bool_t | fFillAngleHisto |
Fill splitted clusters angle histograms. More... | |
Bool_t | fFillTMHisto |
Fill track matching histos,. More... | |
Bool_t | fFillTMResidualHisto |
Fill track matching histos, residuals. More... | |
Bool_t | fFillSSExtraHisto |
Fill shower shape extra histos. More... | |
Bool_t | fFillMCHisto |
Fill MC energy fraction histos. More... | |
Bool_t | fFillSSWeightHisto |
Fill weigth histograms. More... | |
Bool_t | fFillNLMDiffCutHisto |
Fill NLM histograms for different settings. More... | |
Bool_t | fFillEbinHisto |
Fill E bin histograms. More... | |
Bool_t | fFillMCOverlapHisto |
Fill MC particles overlap histograms. More... | |
Bool_t | fFillNCellHisto |
Fill n cells in cluster dependent histograms. More... | |
Bool_t | fFillIdConvHisto |
Fill histograms for clusters identified as conversion. More... | |
Bool_t | fFillIdEtaHisto |
Fill histograms for clusters identified as Eta. More... | |
Bool_t | fFillHighMultHisto |
Fill centrality/event plane histograms. More... | |
Bool_t | fFillArmenterosHisto |
Fill armenteros type histo. More... | |
Bool_t | fFillThetaStarHisto |
Fill cosThetaStar histos. More... | |
Float_t | fSSWeight [20] |
List of weights to test. More... | |
Int_t | fSSWeightN |
Total number of weights to test. More... | |
Float_t | fSSECellCut [20] |
List of cell min energy cuts to test. More... | |
Int_t | fSSECellCutN |
Total number of cell min energy cuts to test. More... | |
Float_t | fNLMMinE [5] |
List of local maxima min energy. More... | |
Float_t | fNLMMinDiff [5] |
List of local maxima min difference cell energy. More... | |
Int_t | fNLMSettingN |
Total number of NLM settings to test. More... | |
Float_t | fWSimu [2] |
TLorentzVector | fClusterMomentum |
! Cluster momentum, temporary container More... | |
TLorentzVector | fSubClusterMom1 |
! Sub-Cluster momentum, temporary container More... | |
TLorentzVector | fSubClusterMom2 |
! Sub-Cluster momentum, temporary container More... | |
TLorentzVector | fSubClusterMomSum |
! Sub-Cluster momentum sum, armenteros, temporary container More... | |
TLorentzVector | fSubClusterMomBoost |
! Sub-Cluster momentum boosted, armenteros, temporary container More... | |
TLorentzVector | fPrimaryMom |
! Primary momentum, temporary container More... | |
TLorentzVector | fGrandMotherMom |
! Primary momentum, temporary container More... | |
TLorentzVector | fMCDaughMom1 |
! Primary momentum, temporary container More... | |
TLorentzVector | fMCDaughMom2 |
! Primary momentum, temporary container More... | |
TVector3 | fProdVertex |
! primary production vertex, temporary container More... | |
TH2F * | fhMassNLocMax1 [7][2] |
! Split Inv Mass vs cluster E, NLM=1, different MC particle types, track matching on/off More... | |
TH2F * | fhMassNLocMax2 [7][2] |
! Split Inv Mass vs cluster E, NLM=2, different MC particle types, track matching on/off More... | |
TH2F * | fhMassNLocMaxN [7][2] |
! Split Inv Mass vs cluster E, NLM>2, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitENLocMax1 [7][2] |
! Split Inv Mass vs E1+E2, NLM=1, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitENLocMax2 [7][2] |
! Split Inv Mass vs E1+E2, NLM=2, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitENLocMaxN [7][2] |
! Split Inv Mass vs E1+E2, NLM>2, different MC particle types, track matching on/off More... | |
TH2F * | fhAsymNLocMax1 [7][2] |
! Asymmetry of 2 highest energy cells when 1 local max vs E, 1-6 for different MC particle types More... | |
TH2F * | fhAsymNLocMax2 [7][2] |
! Asymmetry of 2 cells local maxima vs E, 1-6 for different MC particle types More... | |
TH2F * | fhAsymNLocMaxN [7][2] |
! Asymmetry of >2 cells local maxima vs E, 1-6 for different MC particle types More... | |
TH2F * | fhSplitEFractionvsAsyNLocMax1 [2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima = 1 vs |A| More... | |
TH2F * | fhSplitEFractionvsAsyNLocMax2 [2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima = 2 vs |A| More... | |
TH2F * | fhSplitEFractionvsAsyNLocMaxN [2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima > 2 vs |A| More... | |
TH2F * | fhMassAsyCutNLocMax1 |
! Mass(E) asym selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassAsyCutNLocMax2 |
! Mass(E) asym selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassAsyCutNLocMaxN |
! Mass(E) asym selection, not matched, Mass of split clusters, NLM > 2 More... | |
TH2F * | fhM02AsyCutNLocMax1 |
! M02(E) asym selection, not matched, M02, NLM = 1 More... | |
TH2F * | fhM02AsyCutNLocMax2 |
! M02(E) asym selection, not matched, M02, NLM = 2 More... | |
TH2F * | fhM02AsyCutNLocMaxN |
! M02(E) asym selection, not matched, M02, NLM > 2 More... | |
TH2F * | fhMassM02CutNLocMax1 |
! Mass(E) M02 selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassM02CutNLocMax2 |
! Mass(E) M02 selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassM02CutNLocMaxN |
! Mass(E) M02 selection, not matched, Mass of split clusters, NLM > 2 More... | |
TH2F * | fhAsymM02CutNLocMax1 |
! Asym(E) M02 selection, not matched, energy asymmetry of split clusters, NLM = 1 More... | |
TH2F * | fhAsymM02CutNLocMax2 |
! Asym(E) M02 selection, not matched, energy asymmetry of split clusters, NLM = 2 More... | |
TH2F * | fhAsymM02CutNLocMaxN |
! Asym(E) M02 selection, not matched, energy asymmetry of split clusters, NLM > 2 More... | |
TH2F * | fhMassEnCutNLocMax1 |
! Mass(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassEnCutNLocMax2 |
! Mass(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassEnCutNLocMaxN |
! Mass(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM > 2 More... | |
TH2F * | fhM02EnCutNLocMax1 |
! M02(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhM02EnCutNLocMax2 |
! M02(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhM02EnCutNLocMaxN |
! M02(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM > 2 More... | |
TH2F * | fhAsymEnCutNLocMax1 |
! Asym(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhAsymEnCutNLocMax2 |
! Asym(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhAsymEnCutNLocMaxN |
! Asym(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM > 2 More... | |
TH2F * | fhSplitEFracEnCutNLocMax1 |
! Split E fraction (E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhSplitEFracEnCutNLocMax2 |
! Split E fraction (E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhSplitEFracEnCutNLocMaxN |
! Split E fraction (E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM > 2 More... | |
TH2F * | fhMassSplitECutNLocMax1 |
! 85% of split energy, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassSplitECutNLocMax2 |
! 85% of split energy, not matched, Mass of split clusters, NLM = 1 More... | |
TH2F * | fhMassSplitECutNLocMaxN |
! 85% of split energy, not matched, Mass of split clusters, NLM > 2 More... | |
TH2F * | fhMassM02NLocMax1 [7][2] |
! Mass of splitted clusters when 1 local max vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassM02NLocMax2 [7][2] |
! Mass of splitted clusters when 2 local max vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassM02NLocMaxN [7][2] |
! Mass of splitted clusters when >2 local max vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassM02NLocMax1Ebin [4] |
! Mass of splitted clusters when 1 local max vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassM02NLocMax2Ebin [4] |
! Mass of splitted clusters when 2 local max vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassM02NLocMaxNEbin [4] |
! Mass of splitted clusters when >2 local max vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassAsyNLocMax1Ebin [4] |
! Mass of Mass of splitted clusters when 1 local max vs asymmetry, 4 E bins, neutral clusters More... | |
TH2F * | fhMassAsyNLocMax2Ebin [4] |
! Mass of Mass of splitted clusters when 2 local max vs asymmetry, 4 E bins, neutral clusters More... | |
TH2F * | fhMassAsyNLocMaxNEbin [4] |
! Mass of Mass of splitted clusters when >2 local max vs asymmetry, 4 E bins, neutral clusters More... | |
TH2F * | fhAsyMCGenRecoNLocMax1EbinPi0 [4] |
! Generated vs reconstructed asymmetry of splitted clusters from pi0 when 1 local max, 4 E bins, neutral clusters More... | |
TH2F * | fhAsyMCGenRecoNLocMax2EbinPi0 [4] |
! Generated vs reconstructed asymmetry of splitted clusters from pi0 when 2 local max, 4 E bins, neutral clusters More... | |
TH2F * | fhAsyMCGenRecoNLocMaxNEbinPi0 [4] |
! Generated vs reconstructed asymmetry of splitted clusters from pi0 when >2 local max, 4 E bins, neutral clusters More... | |
TH2F * | fhAsyMCGenRecoDiffMCPi0 [3] |
! reconstructed-generated asymmetry of splitted clusters vs E from pi0, for 3 NLM cases More... | |
TH2F * | fhAsyMCGenRecoDiffMCPi0Conv [3] |
! reconstructed-generated asymmetry of splitted clusters vs E from converted pi0, for 3 NLM cases More... | |
TH2F * | fhMassDispEtaNLocMax1 [7][2] |
! Mass of 2 highest energy cells when 1 local max, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispEtaNLocMax2 [7][2] |
! Mass of 2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispEtaNLocMaxN [7][2] |
! Mass of >2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispEtaNLocMax1Ebin [4] |
! Mass of 2 highest energy cells when 1 local max, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispEtaNLocMax2Ebin [4] |
! Mass of 2 cells local maxima, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispEtaNLocMaxNEbin [4] |
! Mass of >2 cells local maxima, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispPhiNLocMax1 [7][2] |
! Mass of 2 highest energy cells when 1 local max, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispPhiNLocMax2 [7][2] |
! Mass of 2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispPhiNLocMaxN [7][2] |
! Mass of >2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispPhiNLocMax1Ebin [4] |
! Mass of 2 highest energy cells when 1 local max, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispPhiNLocMax2Ebin [4] |
! Mass of 2 cells local maxima, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispPhiNLocMaxNEbin [4] |
! Mass of >2 cells local maxima, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispAsyNLocMax1 [7][2] |
! Mass of 2 highest energy cells when 1 local max, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispAsyNLocMax2 [7][2] |
! Mass of 2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispAsyNLocMaxN [7][2] |
! Mass of >2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types More... | |
TH2F * | fhMassDispAsyNLocMax1Ebin [4] |
! Mass of 2 highest energy cells when 1 local max, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispAsyNLocMax2Ebin [4] |
! Mass of 2 cells local maxima, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhMassDispAsyNLocMaxNEbin [4] |
! Mass of >2 cells local maxima, vs M02, 4 E bins, neutral clusters More... | |
TH2F * | fhNLocMax [7][2] |
! Number of maxima in cluster vs E, 1-6 for different MC particle types More... | |
TH2F * | fhNLocMaxM02Cut [7][2] |
! Number of maxima in cluster vs E, 1-6 for different MC particle types, after SS cut More... | |
TH2F * | fhNLocMaxIdPi0 [7][2] |
! Number of maxima in cluster vs E, 1-6 for different MC particle types, after pi0 selection More... | |
TH2F * | fhSplitClusterENLocMax [7][2] |
! Number of maxima in cluster vs E of splitted clusters, 1-6 for different MC particle types More... | |
TH2F * | fhSplitClusterEPi0NLocMax [7][2] |
! Number of maxima in cluster vs E of splitted clusters when cluster id as pi0, 1-6 for different MC particle types More... | |
TH2F * | fhLM1NLocMax [7][2] |
! Split cluster 1 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types More... | |
TH2F * | fhLM1NLocMaxM02Cut [7][2] |
! Split cluster 1 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, after SS cut More... | |
TH2F * | fhLM1NLocMaxIdPi0 [7][2] |
! Split cluster 1 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, pi0 selection More... | |
TH2F * | fhLM2NLocMax [7][2] |
! Split cluster 2 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types More... | |
TH2F * | fhLM2NLocMaxM02Cut [7][2] |
! Split cluster 2 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, after SS cut More... | |
TH2F * | fhLM2NLocMaxIdPi0 [7][2] |
! Split cluster 2 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, pi0 selection More... | |
TH2F * | fhM02NLocMax1 [7][2] |
! M02 vs E for N max in cluster = 1, 1-6 for different MC particle types More... | |
TH2F * | fhM02NLocMax2 [7][2] |
! M02 vs E for N max in cluster = 2, 1-6 for different MC particle types More... | |
TH2F * | fhM02NLocMaxN [7][2] |
! M02 vs E for N max in cluster > 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCAsymM02NLocMax1MCPi0Ebin [4] |
! M02 vs decay asymmetry for N max in cluster = 1, for 4 energy bins More... | |
TH2F * | fhMCAsymM02NLocMax2MCPi0Ebin [4] |
! M02 vs decay asymmetry for N max in cluster = 2, for 4 energy bins More... | |
TH2F * | fhMCAsymM02NLocMaxNMCPi0Ebin [4] |
! M02 vs decay asymmetry for N max in cluster > 2, for 4 energy bins More... | |
TH2F * | fhMCGenFracNLocMax1 [7][2] |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenFracNLocMax2 [7][2] |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenFracNLocMaxN [7][2] |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenFracNLocMax1NoOverlap [7][2] |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, no overlap found More... | |
TH2F * | fhMCGenFracNLocMax2NoOverlap [7][2] |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, no overlap found More... | |
TH2F * | fhMCGenFracNLocMaxNNoOverlap [7][2] |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, no overlap found More... | |
TH2F * | fhMCGenFracAfterCutsNLocMax1MCPi0 |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, MCPi0 after M02 and asymmetry cut More... | |
TH2F * | fhMCGenFracAfterCutsNLocMax2MCPi0 |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, MCPi0, after M02 and asymmetry cut More... | |
TH2F * | fhMCGenFracAfterCutsNLocMaxNMCPi0 |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, MCPi0, after M02 and asymmetry cut More... | |
TH2F * | fhMCGenSplitEFracNLocMax1 [7][2] |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenSplitEFracNLocMax2 [7][2] |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenSplitEFracNLocMaxN [7][2] |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenSplitEFracNLocMax1NoOverlap [7][2] |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, no overlap More... | |
TH2F * | fhMCGenSplitEFracNLocMax2NoOverlap [7][2] |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, no overlap More... | |
TH2F * | fhMCGenSplitEFracNLocMaxNNoOverlap [7][2] |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, no overlap More... | |
TH2F * | fhMCGenSplitEFracAfterCutsNLocMax1MCPi0 |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenSplitEFracAfterCutsNLocMax2MCPi0 |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenSplitEFracAfterCutsNLocMaxNMCPi0 |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenEFracvsSplitEFracNLocMax1 [7][2] |
! E generated particle / E reconstructed vs E1+E2 reconstructed / E reconstructed for N max in cluster = 1, MC pi0 More... | |
TH2F * | fhMCGenEFracvsSplitEFracNLocMax2 [7][2] |
! E generated particle / E reconstructed vs E1+E2 reconstructed / E reconstructed for N max in cluster = 2, MC pi0 More... | |
TH2F * | fhMCGenEFracvsSplitEFracNLocMaxN [7][2] |
! E generated particle / E reconstructed vs E1+E2 reconstructed / E reconstructed for N max in cluster > 2, MC pi0 More... | |
TH2F * | fhMCGenEvsSplitENLocMax1 [7][2] |
! E generated particle vs E1+E2 for N max in cluster = 1, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenEvsSplitENLocMax2 [7][2] |
! E generated particle vs E1+E2 for N max in cluster = 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenEvsSplitENLocMaxN [7][2] |
! E generated particle vs E1+E2 for N max in cluster > 2, 1-6 for different MC particle types More... | |
TH2F * | fhMCGenFracNLocMaxEbin [7][4] |
! NLM vs E generated particle / E reconstructed vs E reconstructed 1-6 for different MC particle types, not matched to track More... | |
TH2F * | fhMCGenFracNLocMaxEbinMatched [7][4] |
! NLM vs E generated particle / E reconstructed vs E reconstructed 1-6 for different MC particle types, matched to track More... | |
TH2F * | fhM02MCGenFracNLocMax1Ebin [7][4] |
! M02 vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhM02MCGenFracNLocMax2Ebin [7][4] |
! M02 vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhM02MCGenFracNLocMaxNEbin [7][4] |
! M02 vs E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhMassMCGenFracNLocMax1Ebin [7][4] |
! Mass vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhMassMCGenFracNLocMax2Ebin [7][4] |
! Mass vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhMassMCGenFracNLocMaxNEbin [7][4] |
! Mass vs E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhNCellNLocMax1 [7][2] |
! n cells in cluster vs E for N max in cluster = 1, 1-6 for different MC particle types More... | |
TH2F * | fhNCellNLocMax2 [7][2] |
! n cells in cluster vs E for N max in cluster = 2, 1-6 for different MC particle types More... | |
TH2F * | fhNCellNLocMaxN [7][2] |
! n cells in cluster vs E for N max in cluster > 2, 1-6 for different MC particle types More... | |
TH2F * | fhNCellMassEHighNLocMax1MCPi0 |
! n cells in cluster vs mass for high energy clusters, for N max in cluster = 1, for MC pi0 More... | |
TH2F * | fhNCellM02EHighNLocMax1MCPi0 |
! n cells in cluster vs m02 for high energy clusters, for N max in cluster = 1, for MC pi0 More... | |
TH2F * | fhNCellMassELowNLocMax1MCPi0 |
! n cells in cluster vs mass for low energy clusters, for N max in cluster = 1, for MC pi0 More... | |
TH2F * | fhNCellM02ELowNLocMax1MCPi0 |
! n cells in cluster vs m02 for low energy clusters, for N max in cluster = 1, for MC pi0 More... | |
TH2F * | fhNCellMassEHighNLocMax2MCPi0 |
! n cells in cluster vs mass for high energy clusters, for N max in cluster = 2, for MC pi0 More... | |
TH2F * | fhNCellM02EHighNLocMax2MCPi0 |
! n cells in cluster vs m02 for high energy clusters, for N max in cluster = 2, for MC pi0 More... | |
TH2F * | fhNCellMassELowNLocMax2MCPi0 |
! n cells in cluster vs mass for low energy clusters, for N max in cluster = 2, for MC pi0 More... | |
TH2F * | fhNCellM02ELowNLocMax2MCPi0 |
! n cells in cluster vs m02 for low energy clusters, for N max in cluster = 2, for MC pi0 More... | |
TH2F * | fhNCellMassEHighNLocMaxNMCPi0 |
! n cells in cluster vs mass for high energy clusters, for N max in cluster > 2, for MC pi0 More... | |
TH2F * | fhNCellM02EHighNLocMaxNMCPi0 |
! n cells in cluster vs m02 for high energy clusters, for N max in cluster > 2, for MC pi0 More... | |
TH2F * | fhNCellMassELowNLocMaxNMCPi0 |
! n cells in cluster vs mass for low energy clusters, for N max in cluster > 2, for MC pi0 More... | |
TH2F * | fhNCellM02ELowNLocMaxNMCPi0 |
! n cells in cluster vs m02 for low energy clusters, for N max in cluster > 2, for MC pi0 More... | |
TH2F * | fhM02Pi0NLocMax1 [7][2] |
! M02 for Mass around pi0, N Local Maxima = 1 More... | |
TH2F * | fhM02EtaNLocMax1 [7][2] |
! M02 for Mass around eta, N Local Maxima = 1 More... | |
TH2F * | fhM02ConNLocMax1 [7][2] |
! M02 for Mass around close to 0, N Local Maxima = 1 More... | |
TH2F * | fhM02Pi0NLocMax2 [7][2] |
! M02 for Mass around pi0, N Local Maxima = 2 More... | |
TH2F * | fhM02EtaNLocMax2 [7][2] |
! M02 for Mass around eta, N Local Maxima = 2 More... | |
TH2F * | fhM02ConNLocMax2 [7][2] |
! M02 for Mass around close to 0, N Local Maxima = 2 More... | |
TH2F * | fhM02Pi0NLocMaxN [7][2] |
! M02 for Mass around pi0, N Local Maxima > 2 More... | |
TH2F * | fhM02EtaNLocMaxN [7][2] |
! M02 for Mass around eta, N Local Maxima > 2 More... | |
TH2F * | fhM02ConNLocMaxN [7][2] |
! M02 for Mass around close to 0, N Local Maxima > 2 More... | |
TH2F * | fhMassPi0NLocMax1 [7][2] |
! Mass for selected pi0, N Local Maxima = 1 More... | |
TH2F * | fhMassEtaNLocMax1 [7][2] |
! Mass for selected around eta, N Local Maxima = 1 More... | |
TH2F * | fhMassConNLocMax1 [7][2] |
! Mass for selected around close to 0, N Local Maxima = 1 More... | |
TH2F * | fhMassPi0NLocMax2 [7][2] |
! Mass for selected around pi0, N Local Maxima = 2 More... | |
TH2F * | fhMassEtaNLocMax2 [7][2] |
! Mass for selected around eta, N Local Maxima = 2 More... | |
TH2F * | fhMassConNLocMax2 [7][2] |
! Mass for selected around close to 0, N Local Maxima = 2 More... | |
TH2F * | fhMassPi0NLocMaxN [7][2] |
! Mass for selected around pi0, N Local Maxima > 2 More... | |
TH2F * | fhMassEtaNLocMaxN [7][2] |
! Mass for selected around eta, N Local Maxima > 2 More... | |
TH2F * | fhMassConNLocMaxN [7][2] |
! Mass for selected around close to 0, N Local Maxima > 2 More... | |
TH2F * | fhNCellPi0NLocMax1 [7][2] |
! n cells for selected around pi0, N Local Maxima = 1 More... | |
TH2F * | fhNCellEtaNLocMax1 [7][2] |
! n cells for selected around eta, N Local Maxima = 1 More... | |
TH2F * | fhNCellPi0NLocMax2 [7][2] |
! n cells for selected around pi0, N Local Maxima = 2 More... | |
TH2F * | fhNCellEtaNLocMax2 [7][2] |
! n cells for selected around eta, N Local Maxima = 2 More... | |
TH2F * | fhNCellPi0NLocMaxN [7][2] |
! n cells for selected around pi0, N Local Maxima > 2 More... | |
TH2F * | fhNCellEtaNLocMaxN [7][2] |
! n cells for selected around eta, N Local Maxima > 2 More... | |
TH2F * | fhMassAfterCutsNLocMax1 [7][2] |
! Mass after M02, asymmetry cuts for MC part, N Local Maxima = 1 More... | |
TH2F * | fhMassAfterCutsNLocMax2 [7][2] |
! Mass after M02, asymmetry cuts for MC part, N Local Maxima = 2 More... | |
TH2F * | fhMassAfterCutsNLocMaxN [7][2] |
! Mass after M02, asymmetry cuts for MC part, N Local Maxima > 2 More... | |
TH2F * | fhMassSplitEAfterCutsNLocMax1 [7][2] |
! Split Inv Mass vs E1+E2, NLM=1, after M02, asymmetry cuts, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitEAfterCutsNLocMax2 [7][2] |
! Split Inv Mass vs E1+E2, NLM=2, after M02, asymmetry cuts, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitEAfterCutsNLocMaxN [7][2] |
! Split Inv Mass vs E1+E2, NLM>2, after M02, asymmetry cuts, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitEPi0NLocMax1 [7][2] |
! Split Inv Mass vs E1+E2, NLM=1, after pi0 selection, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitEPi0NLocMax2 [7][2] |
! Split Inv Mass vs E1+E2, NLM=2, after pi0 selection, different MC particle types, track matching on/off More... | |
TH2F * | fhMassSplitEPi0NLocMaxN [7][2] |
! Split Inv Mass vs E1+E2, NLM>2, after pi0 selection, different MC particle types, track matching on/off More... | |
TH2F * | fhAsyPi0NLocMax1 [7][2] |
! Asy for Mass around pi0, N Local Maxima = 1 More... | |
TH2F * | fhAsyEtaNLocMax1 [7][2] |
! Asy for Mass around eta, N Local Maxima = 1 More... | |
TH2F * | fhAsyConNLocMax1 [7][2] |
! Asy for Mass around close to 0, N Local Maxima = 1 More... | |
TH2F * | fhAsyPi0NLocMax2 [7][2] |
! Asy for Mass around pi0, N Local Maxima = 2 More... | |
TH2F * | fhAsyEtaNLocMax2 [7][2] |
! Asy for Mass around eta, N Local Maxima = 2 More... | |
TH2F * | fhAsyConNLocMax2 [7][2] |
! Asy for Mass around close to 0, N Local Maxima = 2 More... | |
TH2F * | fhAsyPi0NLocMaxN [7][2] |
! Asy for Mass around pi0, N Local Maxima > 2 More... | |
TH2F * | fhAsyEtaNLocMaxN [7][2] |
! Asy for Mass around eta, N Local Maxima > 2 More... | |
TH2F * | fhAsyConNLocMaxN [7][2] |
! Asy for Mass around close to 0, N Local Maxima > 2 More... | |
TH2F * | fhSplitEFractionNLocMax1 [7][2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima = 1 More... | |
TH2F * | fhSplitEFractionNLocMax2 [7][2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima = 2 More... | |
TH2F * | fhSplitEFractionNLocMaxN [7][2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima > 2 More... | |
TH2F * | fhSplitEFractionAfterCutsNLocMax1 [7][2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima = 1, after M02 and asymmetry cut More... | |
TH2F * | fhSplitEFractionAfterCutsNLocMax2 [7][2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima = 2, after M02 and asymmetry cut More... | |
TH2F * | fhSplitEFractionAfterCutsNLocMaxN [7][2] |
! sum of splitted cluster energy / cluster energy for N Local Maxima > 2, after M02 and asymmetry cut More... | |
TH2F * | fhMassSplitEFractionNLocMax1Ebin [7][4] |
! Mass vs sum of splitted cluster energy / cluster energy for N max in cluster = 1, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhMassSplitEFractionNLocMax2Ebin [7][4] |
! Mass vs sum of splitted cluster energy / cluster energy for N max in cluster = 2, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhMassSplitEFractionNLocMaxNEbin [7][4] |
! Mass vs sum of splitted cluster energy / cluster energy for N max in cluster > 2, 1-6 for different MC particle types, not track matched More... | |
TH2F * | fhAnglePairNLocMax1 [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairNLocMax2 [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairNLocMaxN [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairAfterCutsNLocMax1 [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairAfterCutsNLocMax2 [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairAfterCutsNLocMaxN [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairPi0NLocMax1 [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairPi0NLocMax2 [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairPi0NLocMaxN [7][2] |
! Pair opening angle vs E More... | |
TH2F * | fhAnglePairMassNLocMax1 [7][2] |
! Pair opening angle vs Mass for E > 7 GeV More... | |
TH2F * | fhAnglePairMassNLocMax2 [7][2] |
! Pair opening angle vs Mass for E > 7 GeV More... | |
TH2F * | fhAnglePairMassNLocMaxN [7][2] |
! Pair opening angle vs Mass for E > 7 GeV More... | |
TH2F * | fhAnglePairM02NLocMax1 [7][2] |
! Pair opening angle vs M02 for E > 7 GeV More... | |
TH2F * | fhAnglePairM02NLocMax2 [7][2] |
! Pair opening angle vs M02 for E > 7 GeV More... | |
TH2F * | fhAnglePairM02NLocMaxN [7][2] |
! Pair opening angle vs M02 for E > 7 GeV More... | |
TH2F * | fhAnglePairPrimPi0RecoNLocMax1 |
! Pair opening angle pi0 generated/reconstructed vs E More... | |
TH2F * | fhAnglePairPrimPi0RecoNLocMax2 |
! Pair opening angle pi0 generated/reconstructed vs E More... | |
TH2F * | fhAnglePairPrimPi0RecoNLocMaxN |
! Pair opening angle pi0 generated/reconstructed vs E More... | |
TH2F * | fhAnglePairPrimPi0vsRecoNLocMax1 |
! Pair opening angle pi0 generated vs reconstructed More... | |
TH2F * | fhAnglePairPrimPi0vsRecoNLocMax2 |
! Pair opening angle pi0 generated vs reconstructed More... | |
TH2F * | fhAnglePairPrimPi0vsRecoNLocMaxN |
! Pair opening angle pi0 generated vs reconstructed More... | |
TH2F * | fhAnglePairOverM02NLocMax1 [7][2] |
! Pair opening angle / m02 vs E, NLM=1 More... | |
TH2F * | fhAnglePairOverM02NLocMax2 [7][2] |
! Pair opening angle / m02 vs E, NLM=2 More... | |
TH2F * | fhAnglePairOverM02NLocMaxN [7][2] |
! Pair opening angle / m02 vs E, NLM=N More... | |
TH2F * | fhAnglePairOverM02NLocMax1Overlap0 [7][2] |
! Pair opening angle / m02 vs E, NLM=1 More... | |
TH2F * | fhAnglePairOverM02NLocMax2Overlap0 [7][2] |
! Pair opening angle / m02 vs E, NLM=2 More... | |
TH2F * | fhAnglePairOverM02NLocMaxNOverlap0 [7][2] |
! Pair opening angle / m02 vs E, NLM=N More... | |
TH2F * | fhAnglePairPrimPi0OverM02NLocMax1 |
! Pair opening angle / m02 vs E, NLM=1, prim pi0 More... | |
TH2F * | fhAnglePairPrimPi0OverM02NLocMax2 |
! Pair opening angle / m02 vs E, NLM=2, prim pi0 More... | |
TH2F * | fhAnglePairPrimPi0OverM02NLocMaxN |
! Pair opening angle / m02 vs E, NLM=N, prim pi0 More... | |
TH2F * | fhArmNLocMax1 [7][4] |
! Armenteros of 2 highest energy cells when 1 local max vs E, 1-6 for different MC particle types More... | |
TH2F * | fhArmNLocMax2 [7][4] |
! Armenteros of 2 cells local maxima vs E, 1-6 for different MC particle types More... | |
TH2F * | fhArmNLocMaxN [7][4] |
! Armenteros of >2 cells local maxima vs E, 1-6 for different MC particle types More... | |
TH2F * | fhArmAfterCutsNLocMax1 [7][4] |
! Armenteros after M02, asymmetry cuts for pi0, N Local Maxima = 1 More... | |
TH2F * | fhArmAfterCutsNLocMax2 [7][4] |
! Armenteros after M02, asymmetry cuts for pi0, N Local Maxima = 2 More... | |
TH2F * | fhArmAfterCutsNLocMaxN [7][4] |
! Armenteros after M02, asymmetry cuts for pi0, N Local Maxima > 2 More... | |
TH2F * | fhArmPi0NLocMax1 [7][4] |
! Armenteros for selected pi0, N Local Maxima = 1 More... | |
TH2F * | fhArmPi0NLocMax2 [7][4] |
! Armenteros for selected pi0, N Local Maxima = 2 More... | |
TH2F * | fhArmPi0NLocMaxN [7][4] |
! Armenteros for selected pi0, N Local Maxima > 2 More... | |
TH2F * | fhCosThStarNLocMax1 [7][2] |
! cos(theta^star) vs E, NLM=1 More... | |
TH2F * | fhCosThStarNLocMax2 [7][2] |
! cos(theta^star) vs E, NLM=2 More... | |
TH2F * | fhCosThStarNLocMaxN [7][2] |
! cos(theta^star) vs E, NLM>2 More... | |
TH2F * | fhCosThStarAfterCutsNLocMax1 [7][2] |
! cos(theta^star) vs E, after M02, asymmetry cuts, NLM=1 More... | |
TH2F * | fhCosThStarAfterCutsNLocMax2 [7][2] |
! cos(theta^star) vs E, after M02, asymmetry cuts, NLM=2 More... | |
TH2F * | fhCosThStarAfterCutsNLocMaxN [7][2] |
! cos(theta^star) vs E, after M02, asymmetry cuts, NLM>2 More... | |
TH2F * | fhCosThStarPi0NLocMax1 [7][2] |
! cos(theta^star) vs E, after M02, asymmetry and pi0 mass cuts, NLM=1 More... | |
TH2F * | fhCosThStarPi0NLocMax2 [7][2] |
! cos(theta^star) vs E, after M02, asymmetry and pi0 mass cuts, NLM=2 More... | |
TH2F * | fhCosThStarPi0NLocMaxN [7][2] |
! cos(theta^star) vs E, after M02, asymmetry and pi0 mass cuts, NLM>2 More... | |
TH2F * | fhTrackMatchedDEtaNLocMax1 [7] |
! Eta distance between track and cluster vs cluster E, 1 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMax1 [7] |
! Phi distance between track and cluster vs cluster E, 1 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMax2 [7] |
! Eta distance between track and cluster vs cluster E, 2 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMax2 [7] |
! Phi distance between track and cluster vs cluster E, 2 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMaxN [7] |
! Eta distance between track and cluster vs cluster E, more than 2 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMaxN [7] |
! Phi distance between track and cluster vs cluster E, more than 2 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMax1Pos [7] |
! Eta distance between track and cluster vs cluster E, 1 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMax1Pos [7] |
! Phi distance between track and cluster vs cluster E, 1 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMax2Pos [7] |
! Eta distance between track and cluster vs cluster E, 2 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMax2Pos [7] |
! Phi distance between track and cluster vs cluster E, 2 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMaxNPos [7] |
! Eta distance between track and cluster vs cluster E, more than 2 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMaxNPos [7] |
! Phi distance between track and cluster vs cluster E, more than 2 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMax1Neg [7] |
! Eta distance between track and cluster vs cluster E, 1 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMax1Neg [7] |
! Phi distance between track and cluster vs cluster E, 1 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMax2Neg [7] |
! Eta distance between track and cluster vs cluster E, 2 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMax2Neg [7] |
! Phi distance between track and cluster vs cluster E, 2 local maximum More... | |
TH2F * | fhTrackMatchedDEtaNLocMaxNNeg [7] |
! Eta distance between track and cluster vs cluster E, more than 2 local maximum More... | |
TH2F * | fhTrackMatchedDPhiNLocMaxNNeg [7] |
! Phi distance between track and cluster vs cluster E, more than 2 local maximum More... | |
TH2F * | fhCentralityPi0NLocMax1 |
! Centrality for selected pi0, N Local Maxima = 1 More... | |
TH2F * | fhCentralityEtaNLocMax1 |
! Centrality for selected eta, N Local Maxima = 1 More... | |
TH2F * | fhCentralityPi0NLocMax2 |
! Centrality for selected pi0, N Local Maxima = 2 More... | |
TH2F * | fhCentralityEtaNLocMax2 |
! Centrality for selected eta, N Local Maxima = 2 More... | |
TH2F * | fhCentralityPi0NLocMaxN |
! Centrality for selected pi0, N Local Maxima > 2 More... | |
TH2F * | fhCentralityEtaNLocMaxN |
! Centrality for selected eta, N Local Maxima > 2 More... | |
TH2F * | fhEventPlanePi0NLocMax1 |
! Event plane for selected pi0, N Local Maxima = 1 More... | |
TH2F * | fhEventPlaneEtaNLocMax1 |
! Event plane for selected eta, N Local Maxima = 1 More... | |
TH2F * | fhEventPlanePi0NLocMax2 |
! Event plane for selected pi0, N Local Maxima = 2 More... | |
TH2F * | fhEventPlaneEtaNLocMax2 |
! Event plane for selected eta, N Local Maxima = 2 More... | |
TH2F * | fhEventPlanePi0NLocMaxN |
! Event plane for selected pi0, N Local Maxima > 2 More... | |
TH2F * | fhEventPlaneEtaNLocMaxN |
! Event plane for selected eta, N Local Maxima > 2 More... | |
TH2F * | fhClusterEtaPhiNLocMax1 |
! Eta vs Phi of clusters with N Local Maxima = 1, E > 8 GeV More... | |
TH2F * | fhClusterEtaPhiNLocMax2 |
! Eta vs Phi of clusters with N Local Maxima = 2, E > 8 GeV More... | |
TH2F * | fhClusterEtaPhiNLocMaxN |
! Eta vs Phi of clusters with N Local Maxima > 2, E > 8 GeV More... | |
TH2F * | fhPi0EtaPhiNLocMax1 |
! Eta vs Phi of pi0's with N Local Maxima = 1, E > 8 GeV More... | |
TH2F * | fhPi0EtaPhiNLocMax2 |
! Eta vs Phi of pi0's with N Local Maxima = 2, E > 8 GeV More... | |
TH2F * | fhPi0EtaPhiNLocMaxN |
! Eta vs Phi of pi0's with N Local Maxima > N, E > 8 GeV More... | |
TH2F * | fhEtaEtaPhiNLocMax1 |
! Eta vs Phi of eta's with N Local Maxima = 1, E > 8 GeV More... | |
TH2F * | fhEtaEtaPhiNLocMax2 |
! Eta vs Phi of eta's with N Local Maxima = 2, E > 8 GeV More... | |
TH2F * | fhEtaEtaPhiNLocMaxN |
! Eta vs Phi of eta's with N Local Maxima > N, E > 8 GeV More... | |
TH2F * | fhPi0CellE [3] |
! pi0's energy vs cluster cell energy with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0CellEFrac [3] |
! pi0's energy vs cluster cell energy fraction with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0CellLogEFrac [3] |
! pi0's energy vs cluster log cell energy fraction with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0CellEMaxEMax2Frac [3] |
! pi0's energy vs fraction of 2 main maxima energy with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0CellEMaxClusterFrac [3] |
! pi0's energy vs energy fraction of main LM and cluster energy with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0CellEMax2ClusterFrac [3] |
! pi0's energy vs energy fraction of second LM and cluster energy with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0CellEMaxFrac [3] |
! pi0's energy vs energy fraction of main LM and cluster cell energy with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0CellEMax2Frac [3] |
! pi0's energy vs energy fraction of second LM and cluster cell energy with NLM = 1, = 2, > 2 More... | |
TH2F * | fhM02WeightPi0 [3][20] |
! M02 for selected pi0 with different weight, with NLM = 1, = 2, > 2 More... | |
TH2F * | fhM02ECellCutPi0 [3][20] |
! M02 for selected pi0 with different cut on cell energy, with NLM = 1, = 2, > 2 More... | |
TH2F * | fhPi0EPairDiffTimeNLM1 |
! E vs Pair of clusters time difference vs E, for selected pi0, NLM=1 More... | |
TH2F * | fhPi0EPairDiffTimeNLM2 |
! E vs Pair of clusters time difference vs E, for selected pi0, NLM=2 More... | |
TH2F * | fhPi0EPairDiffTimeNLMN |
! E vs Pair of clusters time difference vs E, for selected pi0, NLM>2 More... | |
TH2F * | fhEtaEPairDiffTimeNLM1 |
! E vs Pair of clusters time difference vs E, for selected eta, NLM=1 More... | |
TH2F * | fhEtaEPairDiffTimeNLM2 |
! E vs Pair of clusters time difference vs E, for selected eta, NLM=2 More... | |
TH2F * | fhEtaEPairDiffTimeNLMN |
! E vs Pair of clusters time difference vs E, for selected eta, NLM>2 More... | |
TH2F * | fhMCEM02Overlap0 [3][7] |
! E vs M02 for different MC origin, no other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEM02Overlap1 [3][7] |
! E vs M02 for different MC origin, 1 other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEM02OverlapN [3][7] |
! E vs M02 for different MC origin, N other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEM02Overlap0Match [3][7] |
! E vs M02 for different MC origin, no other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEM02Overlap1Match [3][7] |
! E vs M02 for different MC origin, 1 other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEM02OverlapNMatch [3][7] |
! E vs M02 for different MC origin, N other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEMassOverlap0 [3][7] |
! E vs Mass for different MC origin, no other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEMassOverlap1 [3][7] |
! E vs Mass for different MC origin, 1 other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEMassOverlapN [3][7] |
! E vs Mass for different MC origin, N other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEMassOverlap0Match [3][7] |
! E vs Mass for different MC origin, no other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEMassOverlap1Match [3][7] |
! E vs Mass for different MC origin, 1 other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEMassOverlapNMatch [3][7] |
! E vs Mass for different MC origin, N other MC particles contributes, charged cluster More... | |
TH2F * | fhMCESplitEFracOverlap0 [3][7] |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, no other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCESplitEFracOverlap1 [3][7] |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, 1 other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCESplitEFracOverlapN [3][7] |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, N other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCESplitEFracOverlap0Match [3][7] |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, no other MC particles contributes, charged cluster More... | |
TH2F * | fhMCESplitEFracOverlap1Match [3][7] |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, 1 other MC particles contributes, charged cluster More... | |
TH2F * | fhMCESplitEFracOverlapNMatch [3][7] |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, N other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEAsymOverlap0 [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEAsymOverlap1 [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEAsymOverlapN [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEAsymOverlap0Match [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEAsymOverlap1Match [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEAsymOverlapNMatch [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, charged cluster More... | |
TH2F * | fhMCENCellOverlap0 [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCENCellOverlap1 [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCENCellOverlapN [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCENCellOverlap0Match [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, charged cluster More... | |
TH2F * | fhMCENCellOverlap1Match [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, charged cluster More... | |
TH2F * | fhMCENCellOverlapNMatch [3][7] |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEEpriOverlap0 [3][7] |
! E reco vs primary for different MC origin, no other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEEpriOverlap1 [3][7] |
! E reco vs primary for different MC origin, 1 other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEEpriOverlapN [3][7] |
! E reco vs primary for different MC origin, N other MC particles contributes, neutral cluster More... | |
TH2F * | fhMCEEpriOverlap0Match [3][7] |
! E reco vs primary for different MC origin, no other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEEpriOverlap1Match [3][7] |
! E reco vs primary for different MC origin, 1 other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEEpriOverlapNMatch [3][7] |
! E reco vs primary for different MC origin, N other MC particles contributes, charged cluster More... | |
TH2F * | fhMCEEpriOverlap0IdPi0 [3][7] |
! E reco vs primary for different MC origin, no other MC particles contributes, neutral cluster, neutral clusters id as pi0 More... | |
TH2F * | fhMCEEpriOverlap1IdPi0 [3][7] |
! E reco vs primary for different MC origin, 1 other MC particles contributes, neutral cluster, neutral clusters id as pi0 More... | |
TH2F * | fhMCEEpriOverlapNIdPi0 [3][7] |
! E reco vs primary for different MC origin, 1 other MC particles contributes, neutral cluster, neutral clusters is as pi0 More... | |
TH2F * | fhMCPi0MassM02Overlap0 [3][4] |
! MC Pi0 M02 vs Mass for different MC origin, no other MC particles contributes, neutral cluster, 4 E bins More... | |
TH2F * | fhMCPi0MassM02Overlap1 [3][4] |
! MC Pi0 M02 vs Mass for different MC origin, 1 other MC particles contributes, neutral cluster, 4 E bins More... | |
TH2F * | fhMCPi0MassM02OverlapN [3][4] |
! MC Pi0 M02 vs Mass for different MC origin, N other MC particles contributes, neutral cluster, 4 E bins More... | |
TH2F * | fhMCPi0MassM02Overlap0Match [3][4] |
! MC Pi0 M02 vs Mass for different MC origin, no other MC particles contributes, charged cluster, 4 E bins More... | |
TH2F * | fhMCPi0MassM02Overlap1Match [3][4] |
! MC Pi0 M02 vs Mass for different MC origin, 1 other MC particles contributes, charged cluster, 4 E bins More... | |
TH2F * | fhMCPi0MassM02OverlapNMatch [3][4] |
! MC Pi0 M02 vs Mass for different MC origin, N other MC particles contributes, charged cluster, 4 E bins More... | |
TH2F * | fhMCENOverlaps [3][7] |
! E vs number of Overlaps in MC, neutral cluster More... | |
TH2F * | fhMCENOverlapsMatch [3][7] |
! E vs number of Overlaps in MC, charged cluster More... | |
TH2F * | fhMCPi0HighNLMPair |
! E vs NLM when cluster originated in pi0 merging and highest energy local maxima correspond to 2 photons More... | |
TH2F * | fhMCPi0LowNLMPair |
! E vs NLM when cluster originated in pi0 merging and a pair of local maxima except highest energy correspond to 2 photons More... | |
TH2F * | fhMCPi0AnyNLMPair |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons More... | |
TH2F * | fhMCPi0NoneNLMPair |
! E vs NLM when cluster originated in pi0 merging and a both no NLM corresponds to the photons More... | |
TH2F * | fhMCPi0HighNLMPairNoMCMatch |
! E vs NLM when cluster originated in pi0 merging and highest energy local maxima correspond to 2 photons More... | |
TH2F * | fhMCPi0LowNLMPairNoMCMatch |
! E vs NLM when cluster originated in pi0 merging and a pair of local maxima except highest energy correspond to 2 photons More... | |
TH2F * | fhMCPi0AnyNLMPairNoMCMatch |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons More... | |
TH2F * | fhMCPi0NoneNLMPairNoMCMatch |
! E vs NLM when cluster originated in pi0 merging and a both no NLM corresponds to the photons More... | |
TH2F * | fhMCPi0HighNLMPairOverlap |
! E vs NLM when cluster originated in pi0 merging and highest energy local maxima correspond to 2 photons, overlap More... | |
TH2F * | fhMCPi0LowNLMPairOverlap |
! E vs NLM when cluster originated in pi0 merging and a pair of local maxima except highest energy correspond to 2 photons, overlap More... | |
TH2F * | fhMCPi0AnyNLMPairOverlap |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons, overlap More... | |
TH2F * | fhMCPi0NoneNLMPairOverlap |
! E vs NLM when cluster originated in pi0 merging and a both no NLM corresponds to the photons, overlap More... | |
TH2F * | fhMCPi0HighNLMPairNoMCMatchOverlap |
! E vs NLM when cluster originated in pi0 merging and highest energy local maxima correspond to 2 photons, overlap More... | |
TH2F * | fhMCPi0LowNLMPairNoMCMatchOverlap |
! E vs NLM when cluster originated in pi0 merging and a pair of local maxima except highest energy correspond to 2 photons, overlap More... | |
TH2F * | fhMCPi0AnyNLMPairNoMCMatchOverlap |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons, overlap More... | |
TH2F * | fhMCPi0NoneNLMPairNoMCMatchOverlap |
! E vs NLM when cluster originated in pi0 merging and a both no NLM corresponds to the photons, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLM |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLM |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLM |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLM |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjacent |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM More... | |
TH2F * | fhMCPi0DecayPhotonHitNoLM |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMOverlap |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMOverlap |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMOverlap |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMOverlap |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjacentOverlap |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitNoLMOverlap |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMDiffELM1 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMDiffELM1 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMDiffELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMDiffELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMOverlapDiffELM1 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMOverlapDiffELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMOverlapDiffELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMOverlapDiffELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMDiffELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMDiffELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMDiffELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMDiffELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMOverlapDiffELM2 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMOverlapDiffELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMOverlapDiffELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMOverlapDiffELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMOverlapDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMOverlapDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMOverlapDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMOverlapDiffELM1vsELM1 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMOverlapDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMOverlapDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMOverlapDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMOverlapDiffELM2vsELM2 [3] |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high More... | |
TH2F * | fhMCPi0DecayPhotonAdjacentMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM More... | |
TH2F * | fhMCPi0DecayPhotonHitNoLMMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas More... | |
TH2F * | fhMCPi0DecayPhotonHitHighLMOverlapMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjHighLMOverlapMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitOtherLMOverlapMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjOtherLMOverlapMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap More... | |
TH2F * | fhMCPi0DecayPhotonAdjacentOverlapMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM, overlap More... | |
TH2F * | fhMCPi0DecayPhotonHitNoLMOverlapMass [3] |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas, overlap More... | |
TH2F * | fhMCEOverlapType |
! What particles overlap with pi0, neutral clusters More... | |
TH2F * | fhMCEOverlapTypeMatch |
! What particles overlap with pi0, charged clusters More... | |
TH2F * | fhMassBadDistClose [3] |
! Split mass of clusters with second LM close to bad channel More... | |
TH2F * | fhM02BadDistClose [3] |
! M02 of clusters with second LM close to bad channel More... | |
TH2F * | fhMassOnBorder [3] |
! Split mass of clusters with second LM on EMCAL border More... | |
TH2F * | fhM02OnBorder [3] |
! M02 of clusters with second LM close to EMCAL border More... | |
TH2F * | fhNLocMaxDiffCut [5][5][2] |
! Number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks More... | |
TH2F * | fhM02NLocMaxDiffCut [5][5][3][2] |
! M02 for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks More... | |
TH2F * | fhMassNLocMaxDiffCut [5][5][3][2] |
! Mass for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks More... | |
TH2F * | fhNLocMaxDiffCutPi0 [5][5][2] |
! Number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks, cluster selected as pi0 More... | |
TH2F * | fhM02NLocMaxDiffCutPi0 [5][5][3][2] |
! M02 for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks, cluster selected as pi0 More... | |
TH2F * | fhMassNLocMaxDiffCutPi0 [5][5][3][2] |
! M02 for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks More... | |
Select clusters with large shower shape, split them and tag them as pi0/eta via invariant mass.
Split clusters with large shower shape and calculate invariant mass to identify them as pi0, eta or conversion.
Definition at line 31 of file AliAnaInsideClusterInvariantMass.h.
Enumerate indeces for MC histograms depending on the particle ID that generated the cluster.
Enumerator | |
---|---|
kmcPhoton | |
kmcConversion | |
kmcPi0 | |
kmcPi0Conv | |
kmcEta | |
kmcHadron |
Definition at line 204 of file AliAnaInsideClusterInvariantMass.h.
AliAnaInsideClusterInvariantMass::AliAnaInsideClusterInvariantMass | ( | ) |
Default constructor Init array of histograms and default parameters.
Definition at line 46 of file AliAnaInsideClusterInvariantMass.cxx.
|
inlinevirtual |
Virtual destructor. Not implemeted.
Definition at line 38 of file AliAnaInsideClusterInvariantMass.h.
|
private |
Copy constructor not implemented.
void AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin | ( | AliVCluster * | cluster, |
Int_t | mcindex, | ||
Int_t | noverlaps, | ||
Float_t | e1, | ||
Float_t | e2, | ||
Float_t | mass | ||
) |
Check what is the particle depositing more energy at the defined local maxima towers, when cluster is tagged as merged pi0 decay by MC tagging.
Definition at line 541 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillAngleHistograms | ( | Int_t | nMax, |
Bool_t | matched, | ||
Int_t | mcindex, | ||
Float_t | en, | ||
Float_t | e1, | ||
Float_t | e2, | ||
Float_t | angle, | ||
Float_t | mass, | ||
Float_t | anglePrim, | ||
Float_t | m02, | ||
Float_t | asym, | ||
Int_t | pid, | ||
Int_t | noverlaps | ||
) |
Fill histograms related to opening angle of the split clusters.
Definition at line 1358 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillArmenterosHistograms | ( | Int_t | nMax, |
Int_t | ebin, | ||
Int_t | mcindex, | ||
Float_t | pi0E, | ||
Float_t | m02, | ||
Int_t | pid | ||
) |
Fill Armeteros type histograms of split clusters.
Definition at line 1527 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillEBinHistograms | ( | Int_t | ebin, |
Int_t | nMax, | ||
Int_t | mcindex, | ||
Float_t | splitFrac, | ||
Float_t | mass, | ||
Float_t | asym, | ||
Float_t | l0 | ||
) |
Fill some histograms integrating in few energy bins.
Definition at line 1717 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillHistograms1 | ( | Float_t | en, |
Float_t | e1, | ||
Float_t | e2, | ||
Int_t | nMax, | ||
Float_t | mass, | ||
Float_t | l0, | ||
Float_t | eta, | ||
Float_t | phi, | ||
Bool_t | matched, | ||
Int_t | mcindex | ||
) |
Fill histograms for clusters before any selection after spliting.
Definition at line 1749 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillHistograms2 | ( | Float_t | en, |
Float_t | eprim, | ||
Float_t | e1, | ||
Float_t | e2, | ||
Int_t | nMax, | ||
Float_t | mass, | ||
Float_t | l0, | ||
Bool_t | matched, | ||
Int_t | mcindex | ||
) |
Fill histograms for clusters passing the first M02 selection.
Definition at line 1842 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillIdConvHistograms | ( | Float_t | en, |
Int_t | nMax, | ||
Float_t | asym, | ||
Float_t | mass, | ||
Float_t | l0, | ||
Bool_t | matched, | ||
Int_t | mcindex | ||
) |
Fill histograms for clusters passing the photon selection.
Definition at line 2289 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillIdEtaHistograms | ( | Float_t | en, |
Float_t | e1, | ||
Float_t | e2, | ||
Int_t | nc, | ||
Int_t | nMax, | ||
Float_t | t12diff, | ||
Float_t | mass, | ||
Float_t | l0, | ||
Float_t | eta, | ||
Float_t | phi, | ||
Bool_t | matched, | ||
Int_t | mcindex | ||
) |
Fill histograms for clusters passing the eta selection.
Definition at line 2195 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillIdPi0Histograms | ( | Float_t | en, |
Float_t | e1, | ||
Float_t | e2, | ||
Int_t | nc, | ||
Int_t | nMax, | ||
Float_t | t12diff, | ||
Float_t | mass, | ||
Float_t | l0, | ||
Float_t | eta, | ||
Float_t | phi, | ||
Bool_t | matched, | ||
Int_t | mcindex | ||
) |
Fill histograms for clusters passing the pi0 selection.
Definition at line 2077 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillMCHistograms | ( | Float_t | en, |
Float_t | e1, | ||
Float_t | e2, | ||
Int_t | ebin, | ||
Int_t | mcindex, | ||
Int_t | noverlaps, | ||
Float_t | l0, | ||
Float_t | mass, | ||
Int_t | nMax, | ||
Bool_t | matched, | ||
Float_t | splitFrac, | ||
Float_t | asym, | ||
Float_t | eprim, | ||
Float_t | asymGen | ||
) |
Fill histograms depending on MC input.
Definition at line 2338 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillMCOverlapHistograms | ( | Float_t | en, |
Float_t | enprim, | ||
Int_t | nc, | ||
Float_t | mass, | ||
Float_t | l0, | ||
Float_t | asym, | ||
Float_t | splitFrac, | ||
Int_t | nlm, | ||
Int_t | ebin, | ||
Bool_t | matched, | ||
Int_t | mcindex, | ||
Int_t | noverlaps | ||
) |
Fill histograms depending on number of overlaps.
Definition at line 2467 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillNCellHistograms | ( | Int_t | ncells, |
Float_t | energy, | ||
Int_t | nMax, | ||
Bool_t | matched, | ||
Int_t | mcindex, | ||
Float_t | mass, | ||
Float_t | l0 | ||
) |
Fill optional histograms depending on the number of cells of the cluster.
Definition at line 2557 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillNLMDiffCutHistograms | ( | AliVCluster * | cluster, |
AliVCaloCells * | cells, | ||
Bool_t | matched | ||
) |
Calculate NLM for different settings and recalculate splitting.
Definition at line 2625 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillSSExtraHistograms | ( | AliVCluster * | cluster, |
Int_t | nMax, | ||
Bool_t | matched, | ||
Int_t | mcindex, | ||
Float_t | mass, | ||
Int_t | ebin | ||
) |
Fill optional histograms with more SS parameters.
Definition at line 2686 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillSSWeightHistograms | ( | AliVCluster * | cluster, |
Int_t | nlm, | ||
Int_t | absId1, | ||
Int_t | absId2 | ||
) |
Recalculate shower shape for different weights predifined in an array and fill histograms.
Definition at line 2777 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillThetaStarHistograms | ( | Int_t | nMax, |
Bool_t | matched, | ||
Int_t | mcindex, | ||
Float_t | pi0E, | ||
Float_t | m02, | ||
Int_t | pid | ||
) |
Definition at line 1629 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::FillTrackMatchingHistograms | ( | AliVCluster * | cluster, |
Int_t | nMax, | ||
Int_t | mcindex | ||
) |
Fill histograms related to cluster-track matching.
Definition at line 2900 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Save parameters used for analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3040 of file AliAnaInsideClusterInvariantMass.cxx.
|
virtual |
Create histograms to be saved in output file and store them in outputContainer.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3072 of file AliAnaInsideClusterInvariantMass.cxx.
void AliAnaInsideClusterInvariantMass::GetMCIndex | ( | AliVCluster * | cluster, |
Int_t & | mcindex, | ||
Int_t & | mcTag | ||
) |
Assign MC index depending on MC bit set, to be used in MC histograms arrays.
Definition at line 6260 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaInsideClusterInvariantMass::GetMCPrimaryKine | ( | AliVCluster * | cluster, |
Int_t | mcindex, | ||
Int_t | mcTag, | ||
Bool_t | matched, | ||
Float_t & | eprim, | ||
Float_t & | asymGen, | ||
Float_t & | angleGen, | ||
Int_t & | noverlaps | ||
) |
Check origin of the candidates, get primary kinematics if overlapped meson decay.
Definition at line 6281 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Init. Check that the calorimeter is EMCal that EMCal data is selected and that the data is not pure MC
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 6349 of file AliAnaInsideClusterInvariantMass.cxx.
|
virtual |
Initialize the parameters of the analysis with default values.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 6364 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by AliAnaInsideClusterInvariantMass().
|
virtual |
Main method. Search for pi0/eta in GetCalorimeter() with shower shape + split analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 6396 of file AliAnaInsideClusterInvariantMass.cxx.
|
private |
Assignment operator not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 6654 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by ConfigureInClusterIMAnalysis().
void AliAnaInsideClusterInvariantMass::RecalculateClusterShowerShapeParametersWithCellCut | ( | const AliEMCALGeometry * | geom, |
AliVCaloCells * | cells, | ||
AliVCluster * | cluster, | ||
Float_t & | l0, | ||
Float_t & | l1, | ||
Float_t & | disp, | ||
Float_t & | dEta, | ||
Float_t & | dPhi, | ||
Float_t & | sEta, | ||
Float_t & | sPhi, | ||
Float_t & | sEtaPhi, | ||
Float_t | eCellMin = 0. |
||
) |
Calculates new center of gravity in the local EMCAL-module coordinates and tranfers into global ALICE coordinates. Calculates Dispersion and main axis.
Definition at line 6675 of file AliAnaInsideClusterInvariantMass.cxx.
Referenced by FillSSWeightHistograms().
Definition at line 193 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 131 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 129 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 192 of file AliAnaInsideClusterInvariantMass.h.
Definition at line 189 of file AliAnaInsideClusterInvariantMass.h.
Definition at line 188 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 187 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 183 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
Definition at line 133 of file AliAnaInsideClusterInvariantMass.h.
Definition at line 184 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 136 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 139 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 172 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 145 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 148 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 151 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 154 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 175 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 163 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 178 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 169 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 166 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 142 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 157 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 160 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 181 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 135 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 138 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 171 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 144 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 147 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 150 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 153 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 174 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 162 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 177 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 168 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 165 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 141 of file AliAnaInsideClusterInvariantMass.h.
|
inline |
Definition at line 156 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 159 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
inline |
Definition at line 180 of file AliAnaInsideClusterInvariantMass.h.
Referenced by ConfigureInClusterIMAnalysis().
|
private |
Check the distance to bad channel and to EMCal borders of split clusters.
Definition at line 212 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffSplitClusterDistToBad(), and SwitchOnSplitClusterDistToBad().
|
private |
! Cluster momentum, temporary container
Definition at line 243 of file AliAnaInsideClusterInvariantMass.h.
Referenced by MakeAnalysisFillHistograms().
|
private |
Fill splitted clusters angle histograms.
Definition at line 214 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillAngleHistograms(), and SwitchOnFillAngleHistograms().
|
private |
Fill armenteros type histo.
Definition at line 227 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillArmenterosHistograms(), and SwitchOnFillArmenterosHistograms().
|
private |
Fill E bin histograms.
Definition at line 221 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillMCHistograms(), FillSSExtraHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillEbinHistograms(), and SwitchOnFillEbinHistograms().
|
private |
Fill centrality/event plane histograms.
Definition at line 226 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), FillIdPi0Histograms(), GetCreateOutputObjects(), SwitchOffFillHighMultHistograms(), and SwitchOnFillHighMultHistograms().
|
private |
Fill histograms for clusters identified as conversion.
Definition at line 224 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillIdConvHistograms(), and SwitchOnFillIdConvHistograms().
|
private |
Fill histograms for clusters identified as Eta.
Definition at line 225 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillIdEtaHistograms(), and SwitchOnFillIdEtaHistograms().
|
private |
Fill MC energy fraction histos.
Definition at line 218 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillMCPrimaryHistograms(), and SwitchOnFillMCPrimaryHistograms().
|
private |
Fill MC particles overlap histograms.
Definition at line 222 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), GetMCPrimaryKine(), MakeAnalysisFillHistograms(), SwitchOffFillMCOverlapHistograms(), and SwitchOnFillMCOverlapHistograms().
|
private |
Fill n cells in cluster dependent histograms.
Definition at line 223 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), FillIdPi0Histograms(), FillMCOverlapHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillNCellHistograms(), and SwitchOnFillNCellHistograms().
|
private |
Fill NLM histograms for different settings.
Definition at line 220 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillNLMDiffCutsHistograms(), and SwitchOnFillNLMDiffCutsHistograms().
|
private |
Fill shower shape extra histos.
Definition at line 217 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillExtraSSHistograms(), and SwitchOnFillExtraSSHistograms().
|
private |
Fill weigth histograms.
Definition at line 219 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), Print(), SwitchOffFillSSWeightHistograms(), and SwitchOnFillSSWeightHistograms().
|
private |
Fill cosThetaStar histos.
Definition at line 228 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillThetaStarHistograms(), and SwitchOnFillThetaStarHistograms().
|
private |
Fill track matching histos,.
Definition at line 215 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillMCOverlapHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillTMHistograms(), and SwitchOnFillTMHistograms().
|
private |
Fill track matching histos, residuals.
Definition at line 216 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillTMResidualHistograms(), and SwitchOnFillTMResidualHistograms().
|
private |
! Primary momentum, temporary container
Definition at line 250 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetMCPrimaryKine().
|
private |
! Pair opening angle vs E
Definition at line 508 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 509 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 510 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs M02 for E > 7 GeV
Definition at line 520 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs M02 for E > 7 GeV
Definition at line 521 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs M02 for E > 7 GeV
Definition at line 522 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs Mass for E > 7 GeV
Definition at line 516 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs Mass for E > 7 GeV
Definition at line 517 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs Mass for E > 7 GeV
Definition at line 518 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 504 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 505 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 506 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=1
Definition at line 532 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=1
Definition at line 536 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=2
Definition at line 533 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=2
Definition at line 537 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=N
Definition at line 534 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=N
Definition at line 538 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 512 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 513 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle vs E
Definition at line 514 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=1, prim pi0
Definition at line 540 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=2, prim pi0
Definition at line 541 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle / m02 vs E, NLM=N, prim pi0
Definition at line 542 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle pi0 generated/reconstructed vs E
Definition at line 524 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle pi0 generated/reconstructed vs E
Definition at line 525 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle pi0 generated/reconstructed vs E
Definition at line 526 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle pi0 generated vs reconstructed
Definition at line 528 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle pi0 generated vs reconstructed
Definition at line 529 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Pair opening angle pi0 generated vs reconstructed
Definition at line 530 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros after M02, asymmetry cuts for pi0, N Local Maxima = 1
Definition at line 548 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros after M02, asymmetry cuts for pi0, N Local Maxima = 2
Definition at line 549 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros after M02, asymmetry cuts for pi0, N Local Maxima > 2
Definition at line 550 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros of 2 highest energy cells when 1 local max vs E, 1-6 for different MC particle types
Definition at line 544 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros of 2 cells local maxima vs E, 1-6 for different MC particle types
Definition at line 545 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros of >2 cells local maxima vs E, 1-6 for different MC particle types
Definition at line 546 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros for selected pi0, N Local Maxima = 1
Definition at line 552 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros for selected pi0, N Local Maxima = 2
Definition at line 553 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Armenteros for selected pi0, N Local Maxima > 2
Definition at line 554 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillArmenterosHistograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around close to 0, N Local Maxima = 1
Definition at line 482 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around close to 0, N Local Maxima = 2
Definition at line 486 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around close to 0, N Local Maxima > 2
Definition at line 490 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around eta, N Local Maxima = 1
Definition at line 481 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around eta, N Local Maxima = 2
Definition at line 485 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around eta, N Local Maxima > 2
Definition at line 489 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! reconstructed-generated asymmetry of splitted clusters vs E from pi0, for 3 NLM cases
Definition at line 325 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! reconstructed-generated asymmetry of splitted clusters vs E from converted pi0, for 3 NLM cases
Definition at line 326 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! Generated vs reconstructed asymmetry of splitted clusters from pi0 when 1 local max, 4 E bins, neutral clusters
Definition at line 321 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! Generated vs reconstructed asymmetry of splitted clusters from pi0 when 2 local max, 4 E bins, neutral clusters
Definition at line 322 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! Generated vs reconstructed asymmetry of splitted clusters from pi0 when >2 local max, 4 E bins, neutral clusters
Definition at line 323 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! Asym(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1
Definition at line 297 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asym(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1
Definition at line 298 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asym(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM > 2
Definition at line 299 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asym(E) M02 selection, not matched, energy asymmetry of split clusters, NLM = 1
Definition at line 285 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asym(E) M02 selection, not matched, energy asymmetry of split clusters, NLM = 2
Definition at line 286 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asym(E) M02 selection, not matched, energy asymmetry of split clusters, NLM > 2
Definition at line 287 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asymmetry of 2 highest energy cells when 1 local max vs E, 1-6 for different MC particle types
Definition at line 265 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asymmetry of 2 cells local maxima vs E, 1-6 for different MC particle types
Definition at line 266 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asymmetry of >2 cells local maxima vs E, 1-6 for different MC particle types
Definition at line 267 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around pi0, N Local Maxima = 1
Definition at line 480 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around pi0, N Local Maxima = 2
Definition at line 484 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Asy for Mass around pi0, N Local Maxima > 2
Definition at line 488 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Centrality for selected eta, N Local Maxima = 1
Definition at line 590 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Centrality for selected eta, N Local Maxima = 2
Definition at line 592 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Centrality for selected eta, N Local Maxima > 2
Definition at line 594 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Centrality for selected pi0, N Local Maxima = 1
Definition at line 589 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Centrality for selected pi0, N Local Maxima = 2
Definition at line 591 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Centrality for selected pi0, N Local Maxima > 2
Definition at line 593 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi of clusters with N Local Maxima = 1, E > 8 GeV
Definition at line 603 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms1(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi of clusters with N Local Maxima = 2, E > 8 GeV
Definition at line 604 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms1(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi of clusters with N Local Maxima > 2, E > 8 GeV
Definition at line 605 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms1(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, after M02, asymmetry cuts, NLM=1
Definition at line 560 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, after M02, asymmetry cuts, NLM=2
Definition at line 561 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, after M02, asymmetry cuts, NLM>2
Definition at line 562 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, NLM=1
Definition at line 556 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, NLM=2
Definition at line 557 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, NLM>2
Definition at line 558 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, after M02, asymmetry and pi0 mass cuts, NLM=1
Definition at line 564 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, after M02, asymmetry and pi0 mass cuts, NLM=2
Definition at line 565 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! cos(theta^star) vs E, after M02, asymmetry and pi0 mass cuts, NLM>2
Definition at line 566 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillThetaStarHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Pair of clusters time difference vs E, for selected eta, NLM=1
Definition at line 628 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Pair of clusters time difference vs E, for selected eta, NLM=2
Definition at line 629 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Pair of clusters time difference vs E, for selected eta, NLM>2
Definition at line 630 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi of eta's with N Local Maxima = 1, E > 8 GeV
Definition at line 609 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi of eta's with N Local Maxima = 2, E > 8 GeV
Definition at line 610 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi of eta's with N Local Maxima > N, E > 8 GeV
Definition at line 611 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Event plane for selected eta, N Local Maxima = 1
Definition at line 597 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Event plane for selected eta, N Local Maxima = 2
Definition at line 599 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Event plane for selected eta, N Local Maxima > 2
Definition at line 601 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Event plane for selected pi0, N Local Maxima = 1
Definition at line 596 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Event plane for selected pi0, N Local Maxima = 2
Definition at line 598 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Event plane for selected pi0, N Local Maxima > 2
Definition at line 600 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
Fixed E cut for some histograms.
Definition at line 211 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillAngleHistograms(), FillHistograms1(), FillIdEtaHistograms(), FillIdPi0Histograms(), FillMCHistograms(), FillNCellHistograms(), FillSSExtraHistograms(), and InitParameters().
|
private |
! Split cluster 1 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types
Definition at line 359 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms1(), and GetCreateOutputObjects().
|
private |
! Split cluster 1 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, pi0 selection
Definition at line 361 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Split cluster 1 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, after SS cut
Definition at line 360 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split cluster 2 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types
Definition at line 363 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms1(), and GetCreateOutputObjects().
|
private |
! Split cluster 2 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, pi0 selection
Definition at line 365 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Split cluster 2 E distribution vs Number of maxima in cluster vs E, 1-6 for different MC particle types, after SS cut
Definition at line 364 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! M02(E) asym selection, not matched, M02, NLM = 1
Definition at line 277 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! M02(E) asym selection, not matched, M02, NLM = 2
Definition at line 278 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! M02(E) asym selection, not matched, M02, NLM > 2
Definition at line 279 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! M02 of clusters with second LM close to bad channel
Definition at line 783 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! M02 for Mass around close to 0, N Local Maxima = 1
Definition at line 439 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! M02 for Mass around close to 0, N Local Maxima = 2
Definition at line 443 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! M02 for Mass around close to 0, N Local Maxima > 2
Definition at line 447 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! M02 for selected pi0 with different cut on cell energy, with NLM = 1, = 2, > 2
Definition at line 623 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSWeightHistograms(), and GetCreateOutputObjects().
|
private |
! M02(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1
Definition at line 293 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! M02(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1
Definition at line 294 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! M02(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM > 2
Definition at line 295 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! M02 for Mass around eta, N Local Maxima = 1
Definition at line 438 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! M02 for Mass around eta, N Local Maxima = 2
Definition at line 442 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! M02 for Mass around eta, N Local Maxima > 2
Definition at line 446 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! M02 vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, not track matched
Definition at line 410 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! M02 vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, not track matched
Definition at line 411 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! M02 vs E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, not track matched
Definition at line 412 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! M02 vs E for N max in cluster = 1, 1-6 for different MC particle types
Definition at line 367 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms1(), and GetCreateOutputObjects().
|
private |
! M02 vs E for N max in cluster = 2, 1-6 for different MC particle types
Definition at line 368 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms1(), and GetCreateOutputObjects().
|
private |
! M02 for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks
Definition at line 789 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillNLMDiffCutHistograms(), and GetCreateOutputObjects().
|
private |
! M02 for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks, cluster selected as pi0
Definition at line 793 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillNLMDiffCutHistograms(), and GetCreateOutputObjects().
|
private |
! M02 vs E for N max in cluster > 2, 1-6 for different MC particle types
Definition at line 369 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms1(), and GetCreateOutputObjects().
|
private |
! M02 of clusters with second LM close to EMCAL border
Definition at line 785 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! M02 for Mass around pi0, N Local Maxima = 1
Definition at line 437 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! M02 for Mass around pi0, N Local Maxima = 2
Definition at line 441 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! M02 for Mass around pi0, N Local Maxima > 2
Definition at line 445 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! M02 for selected pi0 with different weight, with NLM = 1, = 2, > 2
Definition at line 622 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSWeightHistograms(), and GetCreateOutputObjects().
|
private |
! Mass after M02, asymmetry cuts for MC part, N Local Maxima = 1
Definition at line 468 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass after M02, asymmetry cuts for MC part, N Local Maxima = 2
Definition at line 469 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass after M02, asymmetry cuts for MC part, N Local Maxima > 2
Definition at line 470 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass(E) asym selection, not matched, Mass of split clusters, NLM = 1
Definition at line 273 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass(E) asym selection, not matched, Mass of split clusters, NLM = 1
Definition at line 274 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass(E) asym selection, not matched, Mass of split clusters, NLM > 2
Definition at line 275 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass of Mass of splitted clusters when 1 local max vs asymmetry, 4 E bins, neutral clusters
Definition at line 317 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of Mass of splitted clusters when 2 local max vs asymmetry, 4 E bins, neutral clusters
Definition at line 318 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of Mass of splitted clusters when >2 local max vs asymmetry, 4 E bins, neutral clusters
Definition at line 319 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Split mass of clusters with second LM close to bad channel
Definition at line 782 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Mass for selected around close to 0, N Local Maxima = 1
Definition at line 451 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! Mass for selected around close to 0, N Local Maxima = 2
Definition at line 455 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! Mass for selected around close to 0, N Local Maxima > 2
Definition at line 459 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdConvHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 highest energy cells when 1 local max, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 344 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 highest energy cells when 1 local max, vs M02, 4 E bins, neutral clusters
Definition at line 348 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 345 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 cells local maxima, vs M02, 4 E bins, neutral clusters
Definition at line 349 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of >2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 346 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of >2 cells local maxima, vs M02, 4 E bins, neutral clusters
Definition at line 350 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 highest energy cells when 1 local max, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 328 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 highest energy cells when 1 local max, vs M02, 4 E bins, neutral clusters
Definition at line 332 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 329 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 cells local maxima, vs M02, 4 E bins, neutral clusters
Definition at line 333 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of >2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 330 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of >2 cells local maxima, vs M02, 4 E bins, neutral clusters
Definition at line 334 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 highest energy cells when 1 local max, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 336 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 highest energy cells when 1 local max, vs M02, 4 E bins, neutral clusters
Definition at line 340 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 337 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of 2 cells local maxima, vs M02, 4 E bins, neutral clusters
Definition at line 341 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of >2 cells local maxima, vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 338 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of >2 cells local maxima, vs M02, 4 E bins, neutral clusters
Definition at line 342 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillSSExtraHistograms(), and GetCreateOutputObjects().
|
private |
! Mass(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1
Definition at line 289 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM = 1
Definition at line 290 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass(E) E sub-cluster cut selection, not matched, Mass of split clusters, NLM > 2
Definition at line 291 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass for selected around eta, N Local Maxima = 1
Definition at line 450 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Mass for selected around eta, N Local Maxima = 2
Definition at line 454 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Mass for selected around eta, N Local Maxima > 2
Definition at line 458 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdEtaHistograms(), and GetCreateOutputObjects().
|
private |
! Mass(E) M02 selection, not matched, Mass of split clusters, NLM = 1
Definition at line 281 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass(E) M02 selection, not matched, Mass of split clusters, NLM = 1
Definition at line 282 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass(E) M02 selection, not matched, Mass of split clusters, NLM > 2
Definition at line 283 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass of splitted clusters when 1 local max vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 309 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms1(), and GetCreateOutputObjects().
|
private |
! Mass of splitted clusters when 1 local max vs M02, 4 E bins, neutral clusters
Definition at line 313 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of splitted clusters when 2 local max vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 310 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms1(), and GetCreateOutputObjects().
|
private |
! Mass of splitted clusters when 2 local max vs M02, 4 E bins, neutral clusters
Definition at line 314 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Mass of splitted clusters when >2 local max vs M02, for E > 8 GeV, 1-6 for different MC particle types
Definition at line 311 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms1(), and GetCreateOutputObjects().
|
private |
! Mass of splitted clusters when >2 local max vs M02, 4 E bins, neutral clusters
Definition at line 315 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Mass vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, not track matched
Definition at line 414 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! Mass vs E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, not track matched
Definition at line 415 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! Mass vs E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, not track matched
Definition at line 416 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs cluster E, NLM=1, different MC particle types, track matching on/off
Definition at line 257 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs cluster E, NLM=2, different MC particle types, track matching on/off
Definition at line 258 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks
Definition at line 790 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillNLMDiffCutHistograms(), and GetCreateOutputObjects().
|
private |
! M02 for 3 kinds of number of maxima for different values of min Loc Max value and min difference between cells, matched/unmatched with tracks
Definition at line 794 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillNLMDiffCutHistograms(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs cluster E, NLM>2, different MC particle types, track matching on/off
Definition at line 259 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split mass of clusters with second LM on EMCAL border
Definition at line 784 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Mass for selected pi0, N Local Maxima = 1
Definition at line 449 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Mass for selected around pi0, N Local Maxima = 2
Definition at line 453 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Mass for selected around pi0, N Local Maxima > 2
Definition at line 457 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM=1, after M02, asymmetry cuts, different MC particle types, track matching on/off
Definition at line 472 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM=2, after M02, asymmetry cuts, different MC particle types, track matching on/off
Definition at line 473 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM>2, after M02, asymmetry cuts, different MC particle types, track matching on/off
Definition at line 474 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! 85% of split energy, not matched, Mass of split clusters, NLM = 1
Definition at line 305 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! 85% of split energy, not matched, Mass of split clusters, NLM = 1
Definition at line 306 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! 85% of split energy, not matched, Mass of split clusters, NLM > 2
Definition at line 307 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Mass vs sum of splitted cluster energy / cluster energy for N max in cluster = 1, 1-6 for different MC particle types, not track matched
Definition at line 500 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Mass vs sum of splitted cluster energy / cluster energy for N max in cluster = 2, 1-6 for different MC particle types, not track matched
Definition at line 501 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Mass vs sum of splitted cluster energy / cluster energy for N max in cluster > 2, 1-6 for different MC particle types, not track matched
Definition at line 502 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillEBinHistograms(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM=1, different MC particle types, track matching on/off
Definition at line 261 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM=2, different MC particle types, track matching on/off
Definition at line 262 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM>2, different MC particle types, track matching on/off
Definition at line 263 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillHistograms2(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM=1, after pi0 selection, different MC particle types, track matching on/off
Definition at line 476 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM=2, after pi0 selection, different MC particle types, track matching on/off
Definition at line 477 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! Split Inv Mass vs E1+E2, NLM>2, after pi0 selection, different MC particle types, track matching on/off
Definition at line 478 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillIdPi0Histograms(), and GetCreateOutputObjects().
|
private |
! M02 vs decay asymmetry for N max in cluster = 1, for 4 energy bins
Definition at line 371 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! M02 vs decay asymmetry for N max in cluster = 2, for 4 energy bins
Definition at line 372 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! M02 vs decay asymmetry for N max in cluster > 2, for 4 energy bins
Definition at line 373 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, neutral cluster
Definition at line 653 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, charged cluster
Definition at line 656 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, neutral cluster
Definition at line 654 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, charged cluster
Definition at line 657 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, neutral cluster
Definition at line 655 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, charged cluster
Definition at line 658 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E reco vs primary for different MC origin, no other MC particles contributes, neutral cluster
Definition at line 667 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E reco vs primary for different MC origin, no other MC particles contributes, neutral cluster, neutral clusters id as pi0
Definition at line 674 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! E reco vs primary for different MC origin, no other MC particles contributes, charged cluster
Definition at line 670 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E reco vs primary for different MC origin, 1 other MC particles contributes, neutral cluster
Definition at line 668 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E reco vs primary for different MC origin, 1 other MC particles contributes, neutral cluster, neutral clusters id as pi0
Definition at line 675 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! E reco vs primary for different MC origin, 1 other MC particles contributes, charged cluster
Definition at line 671 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E reco vs primary for different MC origin, N other MC particles contributes, neutral cluster
Definition at line 669 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E reco vs primary for different MC origin, 1 other MC particles contributes, neutral cluster, neutral clusters is as pi0
Definition at line 676 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! E reco vs primary for different MC origin, N other MC particles contributes, charged cluster
Definition at line 672 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs M02 for different MC origin, no other MC particles contributes, neutral cluster
Definition at line 632 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs M02 for different MC origin, no other MC particles contributes, charged cluster
Definition at line 635 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs M02 for different MC origin, 1 other MC particles contributes, neutral cluster
Definition at line 633 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs M02 for different MC origin, 1 other MC particles contributes, charged cluster
Definition at line 636 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs M02 for different MC origin, N other MC particles contributes, neutral cluster
Definition at line 634 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs M02 for different MC origin, N other MC particles contributes, charged cluster
Definition at line 637 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Mass for different MC origin, no other MC particles contributes, neutral cluster
Definition at line 639 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Mass for different MC origin, no other MC particles contributes, charged cluster
Definition at line 642 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Mass for different MC origin, 1 other MC particles contributes, neutral cluster
Definition at line 640 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Mass for different MC origin, 1 other MC particles contributes, charged cluster
Definition at line 643 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Mass for different MC origin, N other MC particles contributes, neutral cluster
Definition at line 641 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Mass for different MC origin, N other MC particles contributes, charged cluster
Definition at line 644 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, neutral cluster
Definition at line 660 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, no other MC particles contributes, charged cluster
Definition at line 663 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, neutral cluster
Definition at line 661 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, 1 other MC particles contributes, charged cluster
Definition at line 664 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, neutral cluster
Definition at line 662 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy asymmetry for different MC origin, N other MC particles contributes, charged cluster
Definition at line 665 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs number of Overlaps in MC, neutral cluster
Definition at line 685 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs number of Overlaps in MC, charged cluster
Definition at line 686 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! What particles overlap with pi0, neutral clusters
Definition at line 779 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), and GetMCPrimaryKine().
|
private |
! What particles overlap with pi0, charged clusters
Definition at line 780 of file AliAnaInsideClusterInvariantMass.h.
Referenced by GetCreateOutputObjects(), and GetMCPrimaryKine().
|
private |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, no other MC particles contributes, neutral cluster
Definition at line 646 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, no other MC particles contributes, charged cluster
Definition at line 649 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, 1 other MC particles contributes, neutral cluster
Definition at line 647 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, 1 other MC particles contributes, charged cluster
Definition at line 650 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, N other MC particles contributes, neutral cluster
Definition at line 648 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCOverlapHistograms(), and GetCreateOutputObjects().
|
private |
! E vs sum of splitted cluster energy / cluster energy for different MC origin, N other MC particles contributes, charged cluster
Definition at line 651 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E1+E2 reconstructed / E reconstructed for N max in cluster = 1, MC pi0
Definition at line 399 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E1+E2 reconstructed / E reconstructed for N max in cluster = 2, MC pi0
Definition at line 400 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E1+E2 reconstructed / E reconstructed for N max in cluster > 2, MC pi0
Definition at line 401 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle vs E1+E2 for N max in cluster = 1, 1-6 for different MC particle types
Definition at line 403 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle vs E1+E2 for N max in cluster = 2, 1-6 for different MC particle types
Definition at line 404 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle vs E1+E2 for N max in cluster > 2, 1-6 for different MC particle types
Definition at line 405 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, MCPi0 after M02 and asymmetry cut
Definition at line 383 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, MCPi0, after M02 and asymmetry cut
Definition at line 384 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, MCPi0, after M02 and asymmetry cut
Definition at line 385 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types
Definition at line 375 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, no overlap found
Definition at line 379 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types
Definition at line 376 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, no overlap found
Definition at line 380 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! NLM vs E generated particle / E reconstructed vs E reconstructed 1-6 for different MC particle types, not matched to track
Definition at line 407 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! NLM vs E generated particle / E reconstructed vs E reconstructed 1-6 for different MC particle types, matched to track
Definition at line 408 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types
Definition at line 377 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, no overlap found
Definition at line 381 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types
Definition at line 395 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types
Definition at line 396 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types
Definition at line 397 of file AliAnaInsideClusterInvariantMass.h.
Referenced by FillHistograms2(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types
Definition at line 387 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 1, 1-6 for different MC particle types, no overlap
Definition at line 391 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types
Definition at line 388 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster = 2, 1-6 for different MC particle types, no overlap
Definition at line 392 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types
Definition at line 389 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle / E1+E2 reconstructed vs E reconstructed for N max in cluster > 2, 1-6 for different MC particle types, no overlap
Definition at line 393 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), FillMCHistograms(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons
Definition at line 690 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons
Definition at line 695 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons, overlap
Definition at line 705 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and a both highest energy pairs and other pairs correspond to 2 photons, overlap
Definition at line 700 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM
Definition at line 712 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM
Definition at line 768 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM, overlap
Definition at line 719 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit adjacen cells, not 2 LM, overlap
Definition at line 775 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima
Definition at line 709 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima
Definition at line 723 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima
Definition at line 744 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima
Definition at line 733 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima
Definition at line 754 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima
Definition at line 765 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap
Definition at line 716 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap
Definition at line 728 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap
Definition at line 749 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap
Definition at line 738 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap
Definition at line 759 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the adjacent cell local maxima, overlap
Definition at line 772 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high
Definition at line 711 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high
Definition at line 725 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high
Definition at line 746 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high
Definition at line 735 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high
Definition at line 756 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high
Definition at line 767 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap
Definition at line 718 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap
Definition at line 730 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap
Definition at line 751 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap
Definition at line 740 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap
Definition at line 761 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the adjacent cell local maximas, not high, overlap
Definition at line 774 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 708 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 722 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 743 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 732 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 753 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 764 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the cell local maxima, overlap
Definition at line 715 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 727 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 748 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 737 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit cluster when cluster originated in pi0 merging and MC photon decay hit the cell local maxima
Definition at line 758 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the cell local maxima, overlap
Definition at line 771 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas
Definition at line 713 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas
Definition at line 769 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas, overlap
Definition at line 720 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay do not hit the cell local maximas, overlap
Definition at line 776 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high
Definition at line 710 of file AliAnaInsideClusterInvariantMass.h.
Referenced by CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high
Definition at line 724 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high
Definition at line 745 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high
Definition at line 734 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs Ephoton-Esplit when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high
Definition at line 755 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), and GetCreateOutputObjects().
|
private |
! E vs Mass when cluster originated in pi0 merging and MC photon decay hit the cell local maximas, not high
Definition at line 766 of file AliAnaInsideClusterInvariantMass.h.
Referenced by AliAnaInsideClusterInvariantMass(), CheckLocalMaximaMCOrigin(), and GetCreateOutputObjects().
|
private |
! E vs NLM when cluster origina