![]() |
AliPhysics
5e2c166 (5e2c166)
|
Class for the Calorimeter QA analysis. More...
#include <AliAnaCalorimeterQA.h>
Private Types | |
enum | mcTypes { kmcPhoton = 0, kmcPi0 = 1, kmcEta = 2, kmcElectron = 3, kmcPhotonConv = 4, kmcNeHadron = 5, kmcChHadron = 6 } |
Enumerator with indeces for MC histograms array indicating the particle type generating the cluster. More... | |
Private Member Functions | |
AliAnaCalorimeterQA & | operator= (const AliAnaCalorimeterQA &qa) |
Copy constructor not implemented. More... | |
AliAnaCalorimeterQA (const AliAnaCalorimeterQA &qa) | |
Assignment operator not implemented. More... | |
Private Attributes | |
Bool_t | fFillAllCellTimeHisto |
Fill all cell time histo. More... | |
Bool_t | fFillAllPosHisto |
Fill all the position related histograms. More... | |
Bool_t | fFillAllPosHisto2 |
Fill all the position related histograms 2. More... | |
Bool_t | fFillAllTH3 |
Fill TH3 histograms. More... | |
Bool_t | fFillAllTMHisto |
Fill track matching histograms. More... | |
Bool_t | fFillClusterMaxCellHisto |
Fill cluster cell max histograms. More... | |
Bool_t | fFillAllPi0Histo |
Fill invariant mass histograms. More... | |
Bool_t | fFillInvMassOpenAngle |
Fill opening angle histograms of cluster pairs, only if fFillAllPi0Histo=kTRUE. More... | |
Bool_t | fFillPi0PairDiffTime |
Fill time difference histograms of cluster pairs in pi0 mass window, only if fFillAllPi0Histo=kTRUE. More... | |
Bool_t | fFillInvMassInEMCALWithPHOSDCalAcc |
Fill invariant mass histograms of EMCal clusters in DCal and PHOS eta acceptance each, only if fFillAllPi0Histo=kTRUE. More... | |
Bool_t | fFillEBinAcceptanceHisto |
Fill histograms with cluster eta-phi distribution and column-row cell, for different energy bins. More... | |
Bool_t | fFillAllClusterHistograms |
Fill all cluster related histograms. More... | |
Bool_t | fFillAllCellHistograms |
Fill all cell related histograms. More... | |
Bool_t | fFillAllCellAbsIdHistograms |
Fill all cell related histograms where one axis is the cell absId. More... | |
Bool_t | fCorrelate |
Correlate PHOS/EMCAL cells/clusters, also with V0 and track multiplicity. More... | |
Bool_t | fStudyBadClusters |
Study bad clusters not passing selection criteria (exotic, shower shape, n cells). More... | |
Double_t | fTimeCutMin |
Remove clusters/cells with time smaller than this value, in ns. More... | |
Double_t | fTimeCutMax |
Remove clusters/cells with time larger than this value, in ns. More... | |
Float_t | fCellAmpMin |
Amplitude Threshold on calorimeter cells, set at execution time. More... | |
Float_t | fEMCALCellAmpMin |
Amplitude Threshold on EMCal cells. More... | |
Float_t | fPHOSCellAmpMin |
Amplitude Threshold on PHOS cells. More... | |
Float_t | fEMCALClusterM02Min |
Minimum M02 on EMCal clusters. More... | |
Int_t | fEMCALClusterNCellMin |
Minimum number of cells on EMCal clusters. More... | |
Int_t | fPHOSClusterNCellMin |
Minimum number of cells on PHOS clusters. More... | |
Float_t | fEBinCuts [15] |
Energy bins cut. More... | |
Int_t | fNEBinCuts |
Number of energy bin cuts. More... | |
Float_t | fInvMassMinECut |
Minimum energy cut value for clusters entering the invariant mass calculation. More... | |
Float_t | fInvMassMaxECut |
Maximum energy cut value for clusters entering the invariant mass calculation. More... | |
Float_t | fInvMassMinM02Cut |
Minimum M02 shower shape cut value for clusters entering the invariant mass calculation. More... | |
Float_t | fInvMassMaxM02Cut |
Maximum M02 shower shape cut value for clusters entering the invariant mass calculation. More... | |
Float_t | fInvMassMaxOpenAngle |
Combine clusters within with a maximum opening angle between them. In radians. More... | |
Float_t | fInvMassMaxTimeDifference |
Maximum difference between the time of the 2 clusters to be considered in invariant mass. In ns. More... | |
TLorentzVector | fClusterMomentum |
! Cluster momentum, temporary container More... | |
TLorentzVector | fClusterMomentum2 |
! Cluster momentum, temporary container More... | |
TLorentzVector | fPrimaryMomentum |
! Primary MC momentum, temporary container More... | |
Float_t | fConstantTimeShift |
Apply a 600 ns time shift in case of simulation, shift in ns. More... | |
TH1F * | fhE |
! E distribution, Reco More... | |
TH1F * | fhPt |
! pT distribution, Reco More... | |
TH1F * | fhPhi |
! phi distribution, Reco More... | |
TH1F * | fhEta |
! eta distribution, Reco More... | |
TH2F * | fhEtaPhi |
! eta-phi distribution, Reco More... | |
TH3F * | fhEtaPhiE |
! eta vs phi vs E, Reco More... | |
TH1F * | fhECharged |
! E distribution, Reco, matched with track More... | |
TH1F * | fhPtCharged |
! pT distribution, Reco, matched with track More... | |
TH1F * | fhPhiCharged |
! phi distribution, Reco, matched with track More... | |
TH1F * | fhEtaCharged |
! eta-phi distribution, Reco, matched with track More... | |
TH2F * | fhEtaPhiCharged |
! eta distribution, Reco, matched with track More... | |
TH3F * | fhEtaPhiECharged |
! eta vs phi vs E, Reco, matched with track More... | |
TH2F * | fhIM |
! Cluster pairs invariant mass vs pair pT, for EMCAL or PHOS pairs More... | |
TH2F * | fhIMSame |
! Cluster pairs invariant mass vs pair pT, for EMCAL or PHOS pairs More... | |
TH2F * | fhIMDiff |
! Cluster pairs invariant mass vs pair pT, for EMCAL or PHOS pairs More... | |
TH2F * | fhIMDCAL |
! Cluster pairs invariant mass vs pair pT, for DCal pairs More... | |
TH2F * | fhIMDCALSame |
! Cluster pairs invariant mass vs pair pT, for DCal pairs More... | |
TH2F * | fhIMDCALDiff |
! Cluster pairs invariant mass vs pair pT, for DCal pairs More... | |
TH2F * | fhIMDCALPHOS |
! Cluster pairs invariant mass vs pair pT, for DCal-PHOS pairs More... | |
TH2F * | fhIMDCALPHOSSame |
! Cluster pairs invariant mass vs pair pT, for DCal-PHOS pairs More... | |
TH2F * | fhIMEMCALPHOS |
! Cluster pairs invariant mass vs pair pT, for EMCAL(DCal eta acceptance)-EMCAL (PHOS eta acceptance) pairs More... | |
TH2F * | fhIMEMCALPHOSSame |
! Cluster pairs invariant mass vs pair pT, for EMCAL(DCal eta acceptance)-EMCAL (PHOS eta acceptance) pairs More... | |
TH2F * | fhAsym |
! Cluster pairs invariant mass vs pair pT More... | |
TH2F * | fhOpAngle |
! Cluster pairs opening angle vs pair pT More... | |
TH2F * | fhIMvsOpAngle |
! Cluster pairs opening angle vs mass More... | |
TH2F * | fhClusterPairDiffTimeEPi0Mass |
! EMCal/PHOS Cluster time TOF difference, for pairs in 0.1 < mass < 0.18 More... | |
TH2F * | fhClusterPairDiffTimeEPi0MassSame |
! EMCal/PHOS Cluster time TOF difference, for pairs in 0.1 < mass < 0.18, pairs in same Module More... | |
TH2F * | fhClusterPairDiffTimeEPi0MassDCal |
! DCal Cluster time TOF difference, for pairs in 0.1 < mass < 0.18 More... | |
TH2F * | fhClusterPairDiffTimeEPi0MassDCalSame |
! DCal Cluster time TOF difference, for pairs in 0.1 < mass < 0.18, pairs in same Module More... | |
TH2F * | fhNCellsPerCluster |
! N cells per cluster vs cluster energy More... | |
TH2F * | fhNCellsPerClusterNoCut |
! N cells per cluster vs cluster energy, before cuts More... | |
TH1F * | fhNClusters |
! Number of clusters More... | |
TH2F * | fhClusterTimeEnergy |
! Cluster Time vs Energy More... | |
TH2F * | fhCellTimeSpreadRespectToCellMax |
! Difference of the time of cell with maximum dep energy and the rest of cells More... | |
TH1F * | fhCellIdCellLargeTimeSpread |
! Cells with large time respect to max (diff > 100 ns) More... | |
TH2F * | fhClusterPairDiffTimeE |
! Pair of clusters time difference vs E More... | |
TH2F * | fhClusterPairDiffTimeESameMod |
! Pair of clusters time difference vs E, in same Mod More... | |
TH2F * | fhClusterMaxCellCloseCellRatio |
! Ratio between max cell energy and cell energy of the same cluster More... | |
TH2F * | fhClusterMaxCellCloseCellDiff |
! Difference between max cell energy and cell energy of the same cluster More... | |
TH2F * | fhClusterMaxCellDiff |
! Difference between cluster energy and energy of cell with more energy, good clusters only More... | |
TH2F * | fhClusterMaxCellDiffNoCut |
! Difference between cluster energy and energy of cell with more energy, no bad cluster rejection More... | |
TH2F * | fhClusterMaxCellECross |
! 1 - Energy in cross around max energy cell / max energy cell vs cluster energy, good clusters More... | |
TH2F * | fhLambda0 |
! Cluster Lambda0 vs Energy More... | |
TH2F * | fhLambda1 |
! Cluster Lambda1 vs Energy More... | |
TH2F * | fhNLocMax |
! Cluster Number of local Maxima, from CaloUtils More... | |
TH2F * | fhNLocMaxStd |
! Cluster Number of local Maxima, stored More... | |
TH1F * | fhBadClusterEnergy |
! Energy of bad cluster More... | |
TH2F * | fhBadClusterTimeEnergy |
! Time Max cell of bad cluster More... | |
TH2F * | fhBadClusterEtaPhi |
! Time Max cell of bad cluster More... | |
TH2F * | fhBadClusterPairDiffTimeE |
! Pair of clusters time difference vs E, bad cluster More... | |
TH2F * | fhBadCellTimeSpreadRespectToCellMax |
! Difference of the time of cell with maximum dep energy and the rest of cells for bad clusters More... | |
TH2F * | fhBadClusterMaxCellCloseCellRatio |
! Ratio between max cell energy and cell energy of the same cluster for bad clusters More... | |
TH2F * | fhBadClusterMaxCellCloseCellDiff |
! Difference between max cell energy and cell energy of the same cluster for bad clusters More... | |
TH2F * | fhBadClusterMaxCellDiff |
! Difference between cluster energy and energy of cell with more energy More... | |
TH2F * | fhBadClusterMaxCellECross |
! 1 - Energy in cross around max energy cell / max energy cell vs cluster energy, bad clusters More... | |
TH2F * | fhBadClusterLambda0 |
! Cluster Lambda0 vs Energy, clusters declared bad More... | |
TH2F * | fhBadClusterLambda1 |
! Cluster Lambda1 vs Energy, clusters declared bad More... | |
TH2F * | fhRNCells |
! R=sqrt(x^2+y^2) (cm) cluster distribution vs N cells in cluster More... | |
TH2F * | fhXNCells |
! X (cm) cluster distribution vs N cells in cluster More... | |
TH2F * | fhYNCells |
! Y (cm) cluster distribution vs N cells in cluster More... | |
TH2F * | fhZNCells |
! Z (cm) cluster distribution vs N cells in cluster More... | |
TH2F * | fhRE |
! R=sqrt(x^2+y^2) (cm) cluster distribution vs cluster energy More... | |
TH2F * | fhXE |
! X (cm) cluster distribution vs cluster energy More... | |
TH2F * | fhYE |
! Y (cm) cluster distribution vs cluster energy More... | |
TH2F * | fhZE |
! Z (cm) cluster distribution vs cluster energy More... | |
TH3F * | fhXYZ |
! cluster X vs Y vs Z (cm) More... | |
TH2F * | fhRCellE |
! R=sqrt(x^2+y^2) (cm) cell distribution vs cell energy More... | |
TH2F * | fhXCellE |
! X (cm) cell distribution vs cell energy More... | |
TH2F * | fhYCellE |
! Y (cm) cell distribution vs cell energy More... | |
TH2F * | fhZCellE |
! Z (cm) cell distribution vs cell energy More... | |
TH3F * | fhXYZCell |
! cell X vs Y vs Z (cm) More... | |
TH2F * | fhDeltaCellClusterRNCells |
! R cluster - R cell distribution (cm) vs N cells in cluster More... | |
TH2F * | fhDeltaCellClusterXNCells |
! X cluster - X cell distribution (cm) vs N cells in cluster More... | |
TH2F * | fhDeltaCellClusterYNCells |
! Y cluster - Y cell distribution (cm) vs N cells in cluster More... | |
TH2F * | fhDeltaCellClusterZNCells |
! Z cluster - Z cell distribution (cm) vs N cells in cluster More... | |
TH2F * | fhDeltaCellClusterRE |
! R cluster - R cell distribution (cm) vs cluster energy More... | |
TH2F * | fhDeltaCellClusterXE |
! X cluster - X cell distribution (cm) vs cluster energy More... | |
TH2F * | fhDeltaCellClusterYE |
! Y cluster - Y cell distribution (cm) vs cluster energy More... | |
TH2F * | fhDeltaCellClusterZE |
! Z cluster - Z cell distribution (cm) vs cluster energy More... | |
TH1F * | fhNCells |
! Number of towers/crystals with signal More... | |
TH1F * | fhNCellsCutAmpMin |
! Number of towers/crystals with signal, with min amplitude More... | |
TH1F * | fhAmplitude |
! Amplitude measured in towers/crystals More... | |
TH2F * | fhAmpId |
! Amplitude measured in towers/crystals vs id of tower. More... | |
TH3F * | fhEtaPhiAmpCell |
! eta vs phi vs amplitude, cells More... | |
TH2F * | fhEtaPhiCell |
! eta vs phi, cells More... | |
TH1F * | fhTime |
! Time measured in towers/crystals More... | |
TH2F * | fhTimeId |
! Time vs Absolute cell Id More... | |
TH2F * | fhTimeL1UnCorrId |
! Time (not corrected for L1 phase) vs Absolute cell Id More... | |
TH2F * | fhTimeAmp |
! Time vs Amplitude More... | |
TH2F * | fhTimePerSMPerBC [4] |
! Time vs SM number for BC%4=0,1,2,3 More... | |
TH2F * | fhAmpIdLowGain |
! Amplitude measured in towers/crystals vs id of tower, low gain towers More... | |
TH2F * | fhTimeIdLowGain |
! Time vs Absolute cell Id, low gain More... | |
TH2F * | fhTimeAmpLowGain |
! Time vs Amplitude, low gain More... | |
TH2F * | fhCellECross |
! 1 - Energy in cross around cell / cell energy More... | |
TH2F * | fhEMCALPHOSCorrNClusters |
! EMCAL vs PHOS, number of clusters More... | |
TH2F * | fhEMCALPHOSCorrEClusters |
! EMCAL vs PHOS, total measured cluster energy More... | |
TH2F * | fhEMCALPHOSCorrNCells |
! EMCAL vs PHOS, number of cells More... | |
TH2F * | fhEMCALPHOSCorrECells |
! EMCAL vs PHOS, total measured cell energy More... | |
TH2F * | fhEMCALDCALCorrNClusters |
! EMCAL vs DCAL, number of clusters More... | |
TH2F * | fhEMCALDCALCorrEClusters |
! EMCAL vs DCAL, total measured cluster energy More... | |
TH2F * | fhEMCALDCALCorrNCells |
! EMCAL vs DCAL, number of cells More... | |
TH2F * | fhEMCALDCALCorrECells |
! EMCAL vs DCAL, total measured cell energy More... | |
TH2F * | fhDCALPHOSCorrNClusters |
! DCAL vs PHOS, number of clusters More... | |
TH2F * | fhDCALPHOSCorrEClusters |
! DCAL vs PHOS, total measured cluster energy More... | |
TH2F * | fhDCALPHOSCorrNCells |
! DCAL vs PHOS, number of cells More... | |
TH2F * | fhDCALPHOSCorrECells |
! DCAL vs PHOS, total measured cell energy More... | |
TH2F * | fhCaloV0SCorrNClusters |
! Calo vs V0 signal , number of clusters More... | |
TH2F * | fhCaloV0SCorrEClusters |
! Calo vs V0 signal, total measured cluster energy More... | |
TH2F * | fhCaloV0SCorrNCells |
! Calo vs V0 signal, number of cells More... | |
TH2F * | fhCaloV0SCorrECells |
! Calo vs V0 signal, total measured cell energy More... | |
TH2F * | fhCaloV0MCorrNClusters |
! Calo vs V0 multiplicity , number of clusters More... | |
TH2F * | fhCaloV0MCorrEClusters |
! Calo vs V0 multiplicity, total measured cluster energy More... | |
TH2F * | fhCaloV0MCorrNCells |
! Calo vs V0 multiplicity, number of cells More... | |
TH2F * | fhCaloV0MCorrECells |
! Calo vs V0 multiplicity, total measured cell energy More... | |
TH2F * | fhCaloTrackMCorrNClusters |
! Calo vs Track Multiplicity, number of clusters More... | |
TH2F * | fhCaloTrackMCorrEClusters |
! Calo vs Track Multiplicity, total measured cluster energy More... | |
TH2F * | fhCaloTrackMCorrNCells |
! Calo vs V0 Track Multiplicity, number of cells More... | |
TH2F * | fhCaloTrackMCorrECells |
! Calo vs V0 Track Multipliticy, total measured cell energy More... | |
TH2F * | fhCaloCenNClusters |
! Calo vs centrality, number of clusters More... | |
TH2F * | fhCaloCenEClusters |
! Calo vs centrality, total measured cluster energy More... | |
TH2F * | fhCaloCenNCells |
! Calo vs centrality, number of cells More... | |
TH2F * | fhCaloCenECells |
! Calo vs centrality, total measured cell energy More... | |
TH2F * | fhCaloEvPNClusters |
! Calo vs event plane angle, number of clusters More... | |
TH2F * | fhCaloEvPEClusters |
! Calo vs event plane angle, total measured cluster energy More... | |
TH2F * | fhCaloEvPNCells |
! Calo vs event plane angle, number of cells More... | |
TH2F * | fhCaloEvPECells |
! Calo vs event plane angle, total measured cell energy More... | |
TH2F * | fhEMod |
! Cluster E distribution for different module, Reco More... | |
TH2F * | fhAmpMod |
! Cell amplitude distribution for different module, Reco More... | |
TH2F * | fhEWeirdMod |
! Cluster E distribution for different module, very large E, Reco More... | |
TH2F * | fhAmpWeirdMod |
! Cell amplitude distribution for different module, very large Amp, Reco More... | |
TH2F * | fhTimeMod |
! Cell time distribution for different module, Reco More... | |
TH2F * | fhNClustersMod |
! Number of clusters for different module, Reco More... | |
TH2F * | fhNCellsMod |
! Number of towers/crystals with signal for different module, Reco More... | |
TH2F * | fhSumClustersEnergyMod |
! Sum of clusters energy for different module, Reco More... | |
TH2F * | fhSumCellsAmpMod |
! Sum of towers/crystals signal for different module, Reco More... | |
TH2F ** | fhNCellsSumAmpPerMod |
! N cells vs sum of amplitude in different modules, Reco More... | |
TH2F ** | fhNClustersSumEnergyPerMod |
! N clusters vs sum of energies in different module, Reco More... | |
TH2F ** | fhNCellsPerClusterMod |
! N cells per clusters different module, Reco More... | |
TH2F ** | fhNCellsPerClusterModNoCut |
! N cells per clusters different module, Reco, No cut More... | |
TH2F * | fhNCellsPerClusterWeirdMod |
! N cells per clusters different module, Reco, ridiculously large energy More... | |
TH2F * | fhNCellsPerClusterWeirdModNoCut |
! N cells per clusters different module, Reco, No cut, ridiculously large energy More... | |
TH2F * | fhGridCells |
! Cells ordered in column/row for different module, Reco More... | |
TH2F * | fhGridCellsE |
! Cells ordered in column/row for different module, weighted with energy, Reco More... | |
TH2F * | fhGridCellsTime |
! Cells ordered in column/row for different module, weighted with time, Reco More... | |
TH2F * | fhGridCellsLowGain |
! Cells ordered in column/row for different module, Reco, low gain More... | |
TH2F * | fhGridCellsELowGain |
! Cells ordered in column/row for different module, weighted with energy, Reco, low gain More... | |
TH2F * | fhGridCellsTimeLowGain |
! Cells ordered in column/row for different module, weighted with time, Reco, low gain More... | |
TH2F ** | fhTimeAmpPerRCU |
! Time vs Amplitude measured in towers/crystals different RCU More... | |
TH2F ** | fhIMMod |
! cluster pairs invariant mass, different module, More... | |
TH2F * | fhRecoMCE [7][2] |
! E generated particle vs reconstructed E More... | |
TH2F * | fhRecoMCPhi [7][2] |
! phi generated particle vs reconstructed phi More... | |
TH2F * | fhRecoMCEta [7][2] |
! eta generated particle vs reconstructed Eta More... | |
TH2F * | fhRecoMCDeltaE [7][2] |
! Gen-Reco E generated particle vs reconstructed E More... | |
TH2F * | fhRecoMCRatioE [7][2] |
! Reco/Gen E generated particle vs reconstructed E More... | |
TH2F * | fhRecoMCDeltaPhi [7][2] |
! Gen-Reco phi generated particle vs reconstructed E More... | |
TH2F * | fhRecoMCDeltaEta [7][2] |
! Gen-Reco eta generated particle vs reconstructed E More... | |
TH1F * | fhGenMCE [4] |
! pt of primary particle More... | |
TH1F * | fhGenMCPt [4] |
! pt of primary particle More... | |
TH2F * | fhGenMCEtaPhi [4] |
! eta vs phi of primary particle More... | |
TH1F * | fhGenMCAccE [4] |
! pt of primary particle, in acceptance More... | |
TH1F * | fhGenMCAccPt [4] |
! pt of primary particle, in acceptance More... | |
TH2F * | fhGenMCAccEtaPhi [4] |
! eta vs phi of primary particle, in acceptance More... | |
TH2F * | fhEMVxyz |
! Electromagnetic particle production vertex More... | |
TH2F * | fhEMR |
! Electromagnetic distance to vertex vs rec energy More... | |
TH2F * | fhHaVxyz |
! Hadron production vertex More... | |
TH2F * | fhHaR |
! Hadron distance to vertex vs rec energy More... | |
TH2F * | fh1EOverP |
! p/E for track-cluster matches More... | |
TH2F * | fh2dR |
! distance between projected track and cluster (eta-phi units) More... | |
TH2F * | fh2EledEdx |
! dE/dx vs. momentum for electron candidates More... | |
TH2F * | fh2MatchdEdx |
! dE/dx vs. momentum for all matches More... | |
TH2F * | fh1EOverPR02 |
! p/E for track-cluster matches, dR < 0.2 More... | |
TH2F * | fh1EleEOverP |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100 More... | |
TH2F * | fh1EOverPMod |
! p/E for track-cluster matches, per SM More... | |
TH2F * | fh2dRMod |
! distance between projected track and cluster (eta-phi units), per SM More... | |
TH2F * | fh2EledEdxMod |
! dE/dx for electron candidates, per SM More... | |
TH2F * | fh2MatchdEdxMod |
! dE/dx for all matches, per SM More... | |
TH2F * | fh1EOverPR02Mod |
! p/E for track-cluster matches, dR < 0.2, per SM More... | |
TH2F * | fh1EleEOverPMod |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, per SM More... | |
TH2F * | fhMCEle1EOverP |
! p/E for track-cluster matches, MC electrons More... | |
TH1F * | fhMCEle1dR |
! distance between projected track and cluster, MC electrons More... | |
TH2F * | fhMCEle2MatchdEdx |
! dE/dx vs. momentum for all matches, MC electrons More... | |
TH2F * | fhMCChHad1EOverP |
! p/E for track-cluster matches, MC charged hadrons More... | |
TH1F * | fhMCChHad1dR |
! distance between projected track and cluster, MC charged hadrons More... | |
TH2F * | fhMCChHad2MatchdEdx |
! dE/dx vs. momentum for all matches, MC charged More... | |
TH2F * | fhMCNeutral1EOverP |
! p/E for track-cluster matches, MC neutral More... | |
TH1F * | fhMCNeutral1dR |
! Distance between projected track and cluster, MC neutral More... | |
TH2F * | fhMCNeutral2MatchdEdx |
! dE/dx vs. momentum for all matches, MC neutral More... | |
TH2F * | fhMCEle1EOverPR02 |
! p/E for track-cluster matches, dR < 0.2, MC electrons More... | |
TH2F * | fhMCChHad1EOverPR02 |
! p/E for track-cluster matches, dR < 0.2, MC charged hadrons More... | |
TH2F * | fhMCNeutral1EOverPR02 |
! p/E for track-cluster matches, dR < 0.2, MC neutral More... | |
TH2F * | fhMCEle1EleEOverP |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, MC electrons More... | |
TH2F * | fhMCChHad1EleEOverP |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, MC charged hadrons More... | |
TH2F * | fhMCNeutral1EleEOverP |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, MC neutral More... | |
TH2F * | fhTrackMatchedDEtaNeg |
! Eta distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhiNeg |
! Phi distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaDPhiNeg |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before More... | |
TH2F * | fhTrackMatchedDEtaPos |
! Eta distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhiPos |
! Phi distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaDPhiPos |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before More... | |
TH2F * | fhTrackMatchedDEtaNegMod |
! Eta distance between negative track and cluster vs module for E > 0.5 GeV More... | |
TH2F * | fhTrackMatchedDPhiNegMod |
! Phi distance between negative track and cluster vs module for E > 0.5 GeV More... | |
TH2F * | fhTrackMatchedDEtaPosMod |
! Eta distance between positive track and cluster vs module for E > 0.5 GeV More... | |
TH2F * | fhTrackMatchedDPhiPosMod |
! Phi distance between positive track and cluster vs module for E > 0.5 GeV More... | |
TH2F * | fhEBinClusterEtaPhi [14] |
! Eta-Phi location of cluster in different energy bins. More... | |
TH2F * | fhEBinClusterColRow [14] |
! Column and row location of cluster max E cell in different energy bins. More... | |
TH2F * | fhEBinCellColRow [14] |
! Column and row location of cell in different energy bins. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
Int_t | fNModules |
Number of EMCAL/PHOS modules to use in analysis, set in CaloUtils. More... | |
Int_t | fNRCU |
Number of EMCAL/PHOS RCU. More... | |
Int_t | fFirstModule |
First EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fLastModule |
Last EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fNMaxCols |
Number of EMCAL/PHOS columns per SM. More... | |
Int_t | fNMaxRows |
Number of EMCAL/PHOS rows per SM. More... | |
Int_t | fNMaxColsFull |
Number of EMCAL/PHOS columns full detector. More... | |
Int_t | fNMaxRowsFull |
Number of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMin |
Last of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMax |
First of EMCAL/PHOS rows full detector. More... | |
Class for the Calorimeter QA analysis.
Task filling basic histograms to check reconstructed data (real or MC) of calorimeters. EMCal official QA executed with this task although it also works for PHOS. The output of this task is also used for the tagging of channels as bad. Output and conclusions of this task when executed on data can be found in the following pages
More information on the code can be found in this twiki and particularly in this section.
Definition at line 46 of file AliAnaCalorimeterQA.h.
|
private |
Enumerator with indeces for MC histograms array indicating the particle type generating the cluster.
Enumerator | |
---|---|
kmcPhoton | |
kmcPi0 | |
kmcEta | |
kmcElectron | |
kmcPhotonConv | |
kmcNeHadron | |
kmcChHadron |
Definition at line 460 of file AliAnaCalorimeterQA.h.
AliAnaCalorimeterQA::AliAnaCalorimeterQA | ( | ) |
Default Constructor. Initialize parameters. Init histogram arrays to 0.
Definition at line 48 of file AliAnaCalorimeterQA.cxx.
|
inlinevirtual |
Virtual destructor. Not implemented.
Definition at line 53 of file AliAnaCalorimeterQA.h.
|
private |
Assignment operator not implemented.
void AliAnaCalorimeterQA::BadClusterHistograms | ( | AliVCluster * | clus, |
const TObjArray * | caloClusters, | ||
AliVCaloCells * | cells, | ||
Int_t | absIdMax, | ||
Double_t | maxCellFraction, | ||
Float_t | eCrossFrac, | ||
Double_t | tmax | ||
) |
Fill histograms with parameters of clusters declared bad when calling the method.
clus | calorimeter cluster pointer. |
caloClusters | full list of clusters, used for comparison of bad and good clusters timing. |
cells | list of cells, needed to get the cell with highest energy in cluster. |
absIdMax | id number of cell with highest energy in the cluster. |
maxCellFraction | ratio E_cell_max/ E_cluster. |
eCrossFrac | exoticity fraction. |
tmax | time of highest energy cell in cluster. |
Definition at line 242 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms(), and ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::CalculateAverageTime | ( | AliVCluster * | clus, |
AliVCaloCells * | cells, | ||
Double_t | timeAverages[2] | ||
) |
Calculate time averages and weights in clusters.
clus | calorimeter cluster pointer. |
cells | list of cells, needed to get the cell with highest energy in cluster. |
timeAverages | return average weighted time in cluster. |
Definition at line 338 of file AliAnaCalorimeterQA.cxx.
Referenced by ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::CellHistograms | ( | AliVCaloCells * | cells | ) |
Fill histograms related to cells only.
cells | cells info list container |
Definition at line 403 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms(), and ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::CellInClusterPositionHistograms | ( | AliVCluster * | clus | ) |
Fill histograms related to cluster cell position.
clus | pointer to cluster information |
Definition at line 661 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms(), and ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::ClusterAsymmetryHistograms | ( | AliVCluster * | clus, |
Int_t | absIdMax, | ||
Bool_t | goodCluster | ||
) |
Referenced by ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::ClusterHistograms | ( | AliVCluster * | clus, |
const TObjArray * | caloClusters, | ||
AliVCaloCells * | cells, | ||
Int_t | absIdMax, | ||
Double_t | maxCellFraction, | ||
Float_t | eCrossFrac, | ||
Double_t | tmax | ||
) |
Fill calorimeter cluster related histograms. Only good clusters, excluded bad previously.
clus | calorimeter cluster pointer. |
caloClusters | full list of clusters, used for comparison of bad and good clusters timing. |
cells | list of cells, needed to get the cell with highest energy in cluster. |
absIdMax | id number of cell with highest energy in the cluster. |
maxCellFraction | ratio E_cell_max/ E_cluster. |
eCrossFrac | exoticity fraction. |
tmax | time of highest energy cell in cluster. |
Definition at line 737 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms(), and ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::ClusterLoopHistograms | ( | const TObjArray * | caloClusters, |
AliVCaloCells * | cells | ||
) |
Fill clusters related histograms, execute here the loop of clusters apply basic selection cuts (track matching, goondess, exoticity, timing) and the call to the different methods filling different type of histograms:
caloClusters | full list of clusters |
cells | full list of cells |
Definition at line 911 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms(), and ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::ClusterMatchedWithTrackHistograms | ( | AliVCluster * | clus, |
Bool_t | okPrimary, | ||
Int_t | pdg | ||
) |
Histograms for clusters matched with tracks.
clus | cluster pointer. |
okPrimary | primary was found before. |
pdg | primary pdg number found earlier. |
Definition at line 1317 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms(), and ~AliAnaCalorimeterQA().
Bool_t AliAnaCalorimeterQA::ClusterMCHistograms | ( | Bool_t | matched, |
const Int_t * | labels, | ||
Int_t | nLabels, | ||
Int_t & | pdg | ||
) |
Fill histograms depending on the MC origin information. Only possible for simulations.
matched | true if matched to a track |
labels | list of mc label indexes |
nLabels | number of mc labels |
pdg | id of primary particle originating the cluster |
Definition at line 1109 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms(), and ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::Correlate | ( | ) |
Correlate information from PHOS and EMCal and DCal and with V0 and track multiplicity
Definition at line 1460 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms(), and ~AliAnaCalorimeterQA().
|
virtual |
Save parameters used for analysis in a string.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1641 of file AliAnaCalorimeterQA.cxx.
Referenced by ~AliAnaCalorimeterQA().
|
virtual |
Create histograms to be saved in output file and store them in the output container.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1681 of file AliAnaCalorimeterQA.cxx.
Referenced by ~AliAnaCalorimeterQA().
|
inline |
Definition at line 101 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 107 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 110 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 119 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 125 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 128 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 131 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 116 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 122 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 104 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 113 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 135 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 134 of file AliAnaCalorimeterQA.h.
|
virtual |
Check if the calorimeter setting is ok, if not abort.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3426 of file AliAnaCalorimeterQA.cxx.
Referenced by ~AliAnaCalorimeterQA().
|
virtual |
Initialize the parameters of the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3438 of file AliAnaCalorimeterQA.cxx.
Referenced by AliAnaCalorimeterQA(), and ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::InvariantMassHistograms | ( | Int_t | iclus, |
Int_t | nModule, | ||
const TObjArray * | caloClusters, | ||
AliVCaloCells * | cells | ||
) |
Fill Invariant mass histograms.
iclus | main loop cluster index |
nModule | (super)module number of iclus. |
caloClusters | array with the clusters. |
cells | array with cells. |
Definition at line 3168 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms(), and ~AliAnaCalorimeterQA().
Bool_t AliAnaCalorimeterQA::IsGoodCluster | ( | Int_t | absIdMax, |
Float_t | m02, | ||
Int_t | nCellsPerCluster, | ||
AliVCaloCells * | cells | ||
) |
Identify cluster as exotic or not.
absIdMax | absolute ID of main cell in clusrter |
m02 | shower shape main axis of cluster |
nCellsPerCluster | number of cells in cluster |
cells | list of cells |
Definition at line 3488 of file AliAnaCalorimeterQA.cxx.
Referenced by BadClusterHistograms(), ClusterLoopHistograms(), InvariantMassHistograms(), and ~AliAnaCalorimeterQA().
|
virtual |
Main task method, call all the methods filling QA histograms.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3554 of file AliAnaCalorimeterQA.cxx.
Referenced by ~AliAnaCalorimeterQA().
void AliAnaCalorimeterQA::MCHistograms | ( | ) |
Access the generated particle kinematics and fill the corresponding histograms. Not dependent on cluster/cell.
Definition at line 3608 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms(), and ~AliAnaCalorimeterQA().
|
private |
Copy constructor not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3529 of file AliAnaCalorimeterQA.cxx.
Referenced by AddTaskCalorimeterQA(), ConfigureQAAnalysis(), and ~AliAnaCalorimeterQA().
|
inline |
Definition at line 193 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
Definition at line 140 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 102 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 108 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 111 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 120 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 126 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 129 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 132 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 117 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 123 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 139 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 105 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 114 of file AliAnaCalorimeterQA.h.
Definition at line 136 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 191 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 182 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 170 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 167 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 146 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 164 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 161 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 149 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 152 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 155 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 158 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 188 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 173 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 179 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 176 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 185 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 190 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 181 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 169 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 166 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 145 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 163 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 160 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 148 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 151 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 154 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 157 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 187 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 172 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 178 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 175 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 184 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
private |
Amplitude Threshold on calorimeter cells, set at execution time.
Definition at line 224 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterLoopHistograms(), InitParameters(), and MakeAnalysisFillHistograms().
|
private |
! Cluster momentum, temporary container
Definition at line 242 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), ClusterHistograms(), ClusterLoopHistograms(), ClusterMatchedWithTrackHistograms(), ClusterMCHistograms(), and InvariantMassHistograms().
|
private |
! Cluster momentum, temporary container
Definition at line 243 of file AliAnaCalorimeterQA.h.
Referenced by InvariantMassHistograms().
|
private |
Apply a 600 ns time shift in case of simulation, shift in ns.
Definition at line 246 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), CellHistograms(), ClusterHistograms(), ClusterLoopHistograms(), InvariantMassHistograms(), and SetConstantTimeShift().
|
private |
Correlate PHOS/EMCAL cells/clusters, also with V0 and track multiplicity.
Definition at line 217 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffCorrelation(), and SwitchOnCorrelation().
|
private |
Energy bins cut.
Definition at line 230 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), InitParameters(), and SetEBinCutsAt().
|
private |
Amplitude Threshold on EMCal cells.
Definition at line 225 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), GetAnalysisCuts(), GetCreateOutputObjects(), GetEMCALCellAmpMin(), InitParameters(), MakeAnalysisFillHistograms(), Print(), and SetEMCALCellAmpMin().
|
private |
Minimum M02 on EMCal clusters.
Definition at line 227 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetEMCALM02Min(), InitParameters(), IsGoodCluster(), Print(), and SetEMCALM02Min().
|
private |
Minimum number of cells on EMCal clusters.
Definition at line 228 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetEMCALNCellsPerClusterMin(), InitParameters(), IsGoodCluster(), Print(), and SetEMCALNCellsPerClusterMin().
|
private |
Fill all cell related histograms where one axis is the cell absId.
Definition at line 215 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllCellAbsIdHistogram(), and SwitchOnFillAllCellAbsIdHistogram().
|
private |
Fill all cell related histograms.
Definition at line 214 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllCellHistogram(), and SwitchOnFillAllCellHistogram().
|
private |
Fill all cell time histo.
Definition at line 199 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllCellTimeHisto(), and SwitchOnFillAllCellTimeHisto().
|
private |
Fill all cluster related histograms.
Definition at line 213 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillAllClusterHistogram(), and SwitchOnFillAllClusterHistogram().
|
private |
Fill invariant mass histograms.
Definition at line 206 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillAllPi0Histogram(), and SwitchOnFillAllPi0Histogram().
|
private |
Fill all the position related histograms.
Definition at line 200 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillAllPositionHistogram(), and SwitchOnFillAllPositionHistogram().
|
private |
Fill all the position related histograms 2.
Definition at line 201 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllPositionHistogram2(), and SwitchOnFillAllPositionHistogram2().
|
private |
Fill TH3 histograms.
Definition at line 202 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), ClusterMatchedWithTrackHistograms(), GetCreateOutputObjects(), SwitchOffFillAllTH3Histogram(), and SwitchOnFillAllTH3Histogram().
|
private |
Fill track matching histograms.
Definition at line 203 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillAllTrackMatchingHistogram(), and SwitchOnFillAllTrackMatchingHistogram().
|
private |
Fill cluster cell max histograms.
Definition at line 205 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), ClusterHistograms(), ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillClusterCellMaxHisto(), and SwitchOnFillClusterCellMaxHisto().
|
private |
Fill histograms with cluster eta-phi distribution and column-row cell, for different energy bins.
Definition at line 211 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffAcceptanceHistoPerEBin(), and SwitchOnAcceptanceHistoPerEBin().
|
private |
Fill invariant mass histograms of EMCal clusters in DCal and PHOS eta acceptance each, only if fFillAllPi0Histo=kTRUE.
Definition at line 209 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), InvariantMassHistograms(), SwitchOffFillInvMassReducedEMCALHistogram(), and SwitchOnFillInvMassReducedEMCALHistogram().
|
private |
Fill opening angle histograms of cluster pairs, only if fFillAllPi0Histo=kTRUE.
Definition at line 207 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), InvariantMassHistograms(), SwitchOffFillInvMassOpAngleHistogram(), and SwitchOnFillInvMassOpAngleHistogram().
|
private |
Fill time difference histograms of cluster pairs in pi0 mass window, only if fFillAllPi0Histo=kTRUE.
Definition at line 208 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), ClusterHistograms(), GetCreateOutputObjects(), InvariantMassHistograms(), SwitchOffFillPi0PairDiffTimeHistogram(), and SwitchOnFillPi0PairDiffTimeHistogram().
|
private |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100
Definition at line 491 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, per SM
Definition at line 498 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches
Definition at line 486 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, per SM
Definition at line 493 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2
Definition at line 490 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, per SM
Definition at line 497 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster (eta-phi units)
Definition at line 487 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster (eta-phi units), per SM
Definition at line 494 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for electron candidates
Definition at line 488 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx for electron candidates, per SM
Definition at line 495 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches
Definition at line 489 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx for all matches, per SM
Definition at line 496 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Amplitude measured in towers/crystals vs id of tower.
Definition at line 365 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Amplitude measured in towers/crystals vs id of tower, low gain towers
Definition at line 376 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Amplitude measured in towers/crystals
Definition at line 364 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cell amplitude distribution for different module, Reco
Definition at line 434 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cell amplitude distribution for different module, very large Amp, Reco
Definition at line 436 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster pairs invariant mass vs pair pT
Definition at line 275 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Difference of the time of cell with maximum dep energy and the rest of cells for bad clusters
Definition at line 318 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Energy of bad cluster
Definition at line 314 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Time Max cell of bad cluster
Definition at line 316 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Lambda0 vs Energy, clusters declared bad
Definition at line 328 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Lambda1 vs Energy, clusters declared bad
Definition at line 329 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell energy and cell energy of the same cluster for bad clusters
Definition at line 321 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Ratio between max cell energy and cell energy of the same cluster for bad clusters
Definition at line 320 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between cluster energy and energy of cell with more energy
Definition at line 322 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! 1 - Energy in cross around max energy cell / max energy cell vs cluster energy, bad clusters
Definition at line 326 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Pair of clusters time difference vs E, bad cluster
Definition at line 317 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Time Max cell of bad cluster
Definition at line 315 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, total measured cell energy
Definition at line 422 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, total measured cluster energy
Definition at line 420 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, number of cells
Definition at line 421 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, number of clusters
Definition at line 419 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, total measured cell energy
Definition at line 429 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, total measured cluster energy
Definition at line 427 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, number of cells
Definition at line 428 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, number of clusters
Definition at line 426 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 Track Multipliticy, total measured cell energy
Definition at line 415 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs Track Multiplicity, total measured cluster energy
Definition at line 413 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 Track Multiplicity, number of cells
Definition at line 414 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs Track Multiplicity, number of clusters
Definition at line 412 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity, total measured cell energy
Definition at line 408 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity, total measured cluster energy
Definition at line 406 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity, number of cells
Definition at line 407 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity , number of clusters
Definition at line 405 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal, total measured cell energy
Definition at line 404 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal, total measured cluster energy
Definition at line 402 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal, number of cells
Definition at line 403 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal , number of clusters
Definition at line 401 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! 1 - Energy in cross around cell / cell energy
Definition at line 380 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells with large time respect to max (diff > 100 ns)
Definition at line 293 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of the time of cell with maximum dep energy and the rest of cells
Definition at line 292 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell energy and cell energy of the same cluster
Definition at line 298 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Ratio between max cell energy and cell energy of the same cluster
Definition at line 297 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between cluster energy and energy of cell with more energy, good clusters only
Definition at line 299 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between cluster energy and energy of cell with more energy, no bad cluster rejection
Definition at line 300 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! 1 - Energy in cross around max energy cell / max energy cell vs cluster energy, good clusters
Definition at line 304 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Pair of clusters time difference vs E
Definition at line 294 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! EMCal/PHOS Cluster time TOF difference, for pairs in 0.1 < mass < 0.18
Definition at line 280 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! DCal Cluster time TOF difference, for pairs in 0.1 < mass < 0.18
Definition at line 283 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! DCal Cluster time TOF difference, for pairs in 0.1 < mass < 0.18, pairs in same Module
Definition at line 284 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! EMCal/PHOS Cluster time TOF difference, for pairs in 0.1 < mass < 0.18, pairs in same Module
Definition at line 281 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Pair of clusters time difference vs E, in same Mod
Definition at line 295 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Time vs Energy
Definition at line 291 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, total measured cell energy
Definition at line 397 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, total measured cluster energy
Definition at line 395 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, number of cells
Definition at line 396 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, number of clusters
Definition at line 394 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! R cluster - R cell distribution (cm) vs cluster energy
Definition at line 355 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! R cluster - R cell distribution (cm) vs N cells in cluster
Definition at line 350 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! X cluster - X cell distribution (cm) vs cluster energy
Definition at line 356 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! X cluster - X cell distribution (cm) vs N cells in cluster
Definition at line 351 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Y cluster - Y cell distribution (cm) vs cluster energy
Definition at line 357 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Y cluster - Y cell distribution (cm) vs N cells in cluster
Definition at line 352 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Z cluster - Z cell distribution (cm) vs cluster energy
Definition at line 358 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Z cluster - Z cell distribution (cm) vs N cells in cluster
Definition at line 353 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! E distribution, Reco
Definition at line 251 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Column and row location of cell in different energy bins.
Definition at line 535 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), CellHistograms(), and GetCreateOutputObjects().
|
private |
! Column and row location of cluster max E cell in different energy bins.
Definition at line 534 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Eta-Phi location of cluster in different energy bins.
Definition at line 533 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! E distribution, Reco, matched with track
Definition at line 257 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, total measured cell energy
Definition at line 392 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, total measured cluster energy
Definition at line 390 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, number of cells
Definition at line 391 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, number of clusters
Definition at line 389 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, total measured cell energy
Definition at line 387 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, total measured cluster energy
Definition at line 385 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, number of cells
Definition at line 386 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, number of clusters
Definition at line 384 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Cluster E distribution for different module, Reco
Definition at line 433 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Electromagnetic distance to vertex vs rec energy
Definition at line 480 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Electromagnetic particle production vertex
Definition at line 479 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! eta distribution, Reco
Definition at line 254 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! eta-phi distribution, Reco, matched with track
Definition at line 260 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! eta-phi distribution, Reco
Definition at line 255 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi vs amplitude, cells
Definition at line 366 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi, cells
Definition at line 367 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! eta distribution, Reco, matched with track
Definition at line 261 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi vs E, Reco
Definition at line 256 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi vs E, Reco, matched with track
Definition at line 262 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster E distribution for different module, very large E, Reco
Definition at line 435 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! pt of primary particle, in acceptance
Definition at line 475 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! eta vs phi of primary particle, in acceptance
Definition at line 477 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! pt of primary particle, in acceptance
Definition at line 476 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! pt of primary particle
Definition at line 472 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! eta vs phi of primary particle
Definition at line 474 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! pt of primary particle
Definition at line 473 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! Cells ordered in column/row for different module, Reco
Definition at line 448 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells ordered in column/row for different module, weighted with energy, Reco
Definition at line 449 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells ordered in column/row for different module, weighted with energy, Reco, low gain
Definition at line 452 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells ordered in column/row for different module, Reco, low gain
Definition at line 451 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells ordered in column/row for different module, weighted with time, Reco
Definition at line 450 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells ordered in column/row for different module, weighted with time, Reco, low gain
Definition at line 453 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Hadron distance to vertex vs rec energy
Definition at line 482 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Hadron production vertex
Definition at line 481 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster pairs invariant mass vs pair pT, for EMCAL or PHOS pairs
Definition at line 264 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal pairs
Definition at line 267 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal pairs
Definition at line 269 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal-PHOS pairs
Definition at line 270 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal-PHOS pairs
Definition at line 271 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal pairs
Definition at line 268 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for EMCAL or PHOS pairs
Definition at line 266 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for EMCAL(DCal eta acceptance)-EMCAL (PHOS eta acceptance) pairs
Definition at line 272 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for EMCAL(DCal eta acceptance)-EMCAL (PHOS eta acceptance) pairs
Definition at line 273 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! cluster pairs invariant mass, different module,
Definition at line 455 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for EMCAL or PHOS pairs
Definition at line 265 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs opening angle vs mass
Definition at line 278 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster Lambda0 vs Energy
Definition at line 307 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Lambda1 vs Energy
Definition at line 308 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster, MC charged hadrons
Definition at line 505 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, MC charged hadrons
Definition at line 517 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, MC charged hadrons
Definition at line 504 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, MC charged hadrons
Definition at line 513 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches, MC charged
Definition at line 506 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster, MC electrons
Definition at line 501 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, MC electrons
Definition at line 516 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, MC electrons
Definition at line 500 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, MC electrons
Definition at line 512 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches, MC electrons
Definition at line 502 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Distance between projected track and cluster, MC neutral
Definition at line 509 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, 60 < dEdx < 100, MC neutral
Definition at line 518 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, MC neutral
Definition at line 508 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, MC neutral
Definition at line 514 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches, MC neutral
Definition at line 510 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Number of towers/crystals with signal
Definition at line 362 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Number of towers/crystals with signal, with min amplitude
Definition at line 363 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Number of towers/crystals with signal for different module, Reco
Definition at line 439 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per cluster vs cluster energy
Definition at line 286 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per clusters different module, Reco
Definition at line 444 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per clusters different module, Reco, No cut
Definition at line 445 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per cluster vs cluster energy, before cuts
Definition at line 287 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per clusters different module, Reco, ridiculously large energy
Definition at line 446 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per clusters different module, Reco, No cut, ridiculously large energy
Definition at line 447 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N cells vs sum of amplitude in different modules, Reco
Definition at line 442 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Number of clusters
Definition at line 289 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! Number of clusters for different module, Reco
Definition at line 438 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N clusters vs sum of energies in different module, Reco
Definition at line 443 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Number of local Maxima, from CaloUtils
Definition at line 309 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Number of local Maxima, stored
Definition at line 310 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster pairs opening angle vs pair pT
Definition at line 277 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! phi distribution, Reco
Definition at line 253 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! phi distribution, Reco, matched with track
Definition at line 259 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! pT distribution, Reco
Definition at line 252 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! pT distribution, Reco, matched with track
Definition at line 258 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! R=sqrt(x^2+y^2) (cm) cell distribution vs cell energy
Definition at line 344 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! R=sqrt(x^2+y^2) (cm) cluster distribution vs cluster energy
Definition at line 338 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Gen-Reco E generated particle vs reconstructed E
Definition at line 467 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Gen-Reco eta generated particle vs reconstructed E
Definition at line 470 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Gen-Reco phi generated particle vs reconstructed E
Definition at line 469 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle vs reconstructed E
Definition at line 464 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! eta generated particle vs reconstructed Eta
Definition at line 466 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! phi generated particle vs reconstructed phi
Definition at line 465 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Reco/Gen E generated particle vs reconstructed E
Definition at line 468 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! R=sqrt(x^2+y^2) (cm) cluster distribution vs N cells in cluster
Definition at line 333 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Sum of towers/crystals signal for different module, Reco
Definition at line 441 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Sum of clusters energy for different module, Reco
Definition at line 440 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! Time measured in towers/crystals
Definition at line 369 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Amplitude
Definition at line 373 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Amplitude, low gain
Definition at line 378 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Amplitude measured in towers/crystals different RCU
Definition at line 454 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Absolute cell Id
Definition at line 371 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Absolute cell Id, low gain
Definition at line 377 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time (not corrected for L1 phase) vs Absolute cell Id
Definition at line 372 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cell time distribution for different module, Reco
Definition at line 437 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs SM number for BC%4=0,1,2,3
Definition at line 374 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), CellHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before
Definition at line 522 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before
Definition at line 526 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 520 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between negative track and cluster vs module for E > 0.5 GeV
Definition at line 528 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 524 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between positive track and cluster vs module for E > 0.5 GeV
Definition at line 530 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 521 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between negative track and cluster vs module for E > 0.5 GeV
Definition at line 529 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 525 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between positive track and cluster vs module for E > 0.5 GeV
Definition at line 531 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! X (cm) cell distribution vs cell energy
Definition at line 345 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! X (cm) cluster distribution vs cluster energy
Definition at line 339 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! X (cm) cluster distribution vs N cells in cluster
Definition at line 334 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! cluster X vs Y vs Z (cm)
Definition at line 342 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! cell X vs Y vs Z (cm)
Definition at line 348 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Y (cm) cell distribution vs cell energy
Definition at line 346 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Y (cm) cluster distribution vs cluster energy
Definition at line 340 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Y (cm) cluster distribution vs N cells in cluster
Definition at line 335 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Z (cm) cell distribution vs cell energy
Definition at line 347 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Z (cm) cluster distribution vs cluster energy
Definition at line 341 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Z (cm) cluster distribution vs N cells in cluster
Definition at line 336 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
Maximum energy cut value for clusters entering the invariant mass calculation.
Definition at line 236 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetAnalysisCuts(), GetInvMassMaxECut(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMaxECut().
|
private |
Maximum M02 shower shape cut value for clusters entering the invariant mass calculation.
Definition at line 238 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetAnalysisCuts(), GetInvMassMaxM02Cut(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMaxM02Cut().
|
private |
Combine clusters within with a maximum opening angle between them. In radians.
Definition at line 239 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), GetInvMassMaxOpenAngle(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMaxOpenAngle().
|
private |
Maximum difference between the time of the 2 clusters to be considered in invariant mass. In ns.
Definition at line 240 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetInvMassMaxTimeDifference(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMaxTimeDifference().
|
private |
Minimum energy cut value for clusters entering the invariant mass calculation.
Definition at line 235 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetAnalysisCuts(), GetInvMassMinECut(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMinECut().
|
private |
Minimum M02 shower shape cut value for clusters entering the invariant mass calculation.
Definition at line 237 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetAnalysisCuts(), GetInvMassMinM02Cut(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMinM02Cut().
|
private |
Number of energy bin cuts.
Definition at line 231 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), InitParameters(), and SetNEBinCuts().
|
private |
Amplitude Threshold on PHOS cells.
Definition at line 226 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), GetAnalysisCuts(), GetCreateOutputObjects(), GetPHOSCellAmpMin(), InitParameters(), MakeAnalysisFillHistograms(), Print(), and SetPHOSCellAmpMin().
|
private |
Minimum number of cells on PHOS clusters.
Definition at line 229 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetPHOSNCellsPerClusterMin(), InitParameters(), IsGoodCluster(), Print(), and SetPHOSNCellsPerClusterMin().
|
private |
! Primary MC momentum, temporary container
Definition at line 244 of file AliAnaCalorimeterQA.h.
Referenced by MCHistograms().
|
private |
Study bad clusters not passing selection criteria (exotic, shower shape, n cells).
Definition at line 218 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffStudyBadClusters(), and SwitchOnStudyBadClusters().
|
private |
Remove clusters/cells with time larger than this value, in ns.
Definition at line 223 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterLoopHistograms(), GetAnalysisCuts(), GetTimeCutMax(), InitParameters(), Print(), and SetTimeCut().
|
private |
Remove clusters/cells with time smaller than this value, in ns.
Definition at line 222 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetTimeCutMin(), InitParameters(), Print(), and SetTimeCut().