![]() |
AliPhysics
fceccc5 (fceccc5)
|
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 | 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... | |
Bool_t | fStudyClustersAsymmetry |
Study asymmetry of clusters, not QA related. More... | |
Bool_t | fStudyExotic |
Study the exotic cluster for different cuts, not QA related. More... | |
Bool_t | fStudyWeight |
Study the energy weight used in different cluster calculations, not QA related. More... | |
Bool_t | fStudyTCardCorrelation |
Study TCard channels cross correlation. More... | |
Bool_t | fStudyM02Dependence |
TH3 histograms where M02 and energy are 2 axes and. More... | |
Int_t | fNModules |
Number of EMCAL/PHOS modules. More... | |
Int_t | fNRCU |
Number of EMCAL/PHOS RCU. More... | |
Int_t | fNMaxCols |
Number of EMCAL/PHOS rows. More... | |
Int_t | fNMaxRows |
Number of EMCAL/PHOS columns. 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 More... | |
TH2F * | fhEnergyTime1Cell [2] |
! 1 cell cluster energy vs time More... | |
TH2F * | fhEnergyTMEtaResidual1Cell |
! 1 cell cluster energy vs eta track-cluster residual More... | |
TH2F * | fhEnergyTMPhiResidual1Cell |
! 1 cell cluster energy vs phi track-cluster residual More... | |
TH2F * | fhColRowExoticHighE1CellPosTime |
! cluster col-row cluster cell max, E > 8 GeV, t > 5 ns More... | |
TH2F * | fhColRowExoticHighE1CellNegTime |
! cluster col-row cluster cell max, E > 8 GeV, t < -5 ns More... | |
TH2F * | fhColRowExoticHighE1CellNulTime |
! cluster col-row cluster cell max, E > 8 GeV, -5 < t < 5 ns More... | |
TH2F * | fhColRowExoticLowE1Cell [2] |
! 1 cell cluster col-row cluster cell max, 5 < E < 8 GeV More... | |
TH2F * | fhColRowExoticHighE1Cell [2] |
! 1 cell cluster col-row cluster cell max, E > 8 GeV More... | |
TH2F * | fhEnergyTimeExotic [2] |
! cluster energy vs time, exo > 0.97, loose cuts More... | |
TH2F * | fhEnergyTMEtaResidualExotic |
! cluster energy vs eta track-cluster residual, exo > 0.97, loose cuts More... | |
TH2F * | fhEnergyTMPhiResidualExotic |
! cluster energy vs phi track-cluster residual, exo > 0.97, loose cuts More... | |
TH2F * | fhColRowExoticHighEPosTime |
! cluster col-row cluster cell max, E > 8 GeV, t > 5 ns exo > 0.97 More... | |
TH2F * | fhColRowExoticHighENegTime |
! cluster col-row cluster cell max, E > 8 GeV, t < -5 ns exo > 0.97 More... | |
TH2F * | fhColRowExoticHighENulTime |
! cluster col-row cluster cell max, E > 8 GeV, -5 < t < 5 ns exo > 0.97 More... | |
TH2F * | fhColRowExoticLowE [2] |
! col-row cluster cell max, 5 < E < 8 GeV, exo > 0.97, loose cuts More... | |
TH2F * | fhColRowExoticHighE [2] |
! col-row cluster cell max, E > 8 GeV, exo > 0.97, loose cuts More... | |
TH2F * | fhColRowExotic2ndCellDiffLowE [2] |
! secondary cell in diff TCard col vs row, 5 < E < 8 GeV, exo > 0.97, loose cuts More... | |
TH2F * | fhColRowExotic2ndCellDiffHighE [2] |
! secondary cell in diff TCard col vs row, E > 8 GeV, exo > 0.97, loose cuts More... | |
TH2F * | fhColRowExotic2ndCellSameLowE [2] |
! secondary cell in same TCard col vs row, 5 < E < 8 GeV, exo > 0.97, loose cuts More... | |
TH2F * | fhColRowExotic2ndCellSameHighE [2] |
! secondary cell in same TCard col vs row, E > 8 GeV, exo > 0.97, loose cuts More... | |
TH2F * | fhColRowHighEPosTime |
! cluster col-row cluster cell max, E > 8 GeV, t > 5 ns exo < 0.97, n cell > 1 More... | |
TH2F * | fhColRowHighENegTime |
! cluster col-row cluster cell max, E > 8 GeV, t < -5 ns exo < 0.97, n cell > 1 More... | |
TH2F * | fhColRowHighENulTime |
! cluster col-row cluster cell max, E > 8 GeV, -5 < t < 5 ns exo < 0.97, n cell > 1 More... | |
TH2F * | fhColRowTCardCorrNoSelectionExoticLowE [2] |
! col-row cluster cell max for those selected for TCard correlation studies, 5 < E < 8 GeV, exoticity > 0.97 More... | |
TH2F * | fhColRowTCardCorrNoSelectionExoticHighE [2] |
! col-row cluster cell max for those selected for TCard correlation studies, E > 8 GeV, exoticity > 0.97 More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellDiffLowE [2] |
! secondary cell in diff TCard col vs row, 5 < E < 8 GeV, exo > 0.97 More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellDiffHighE [2] |
! secondary cell in diff TCard col vs row, E > 8 GeV, exo > 0.97 More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellSameLowE [2] |
! secondary cell in same TCard col vs row, 5 < E < 8 GeV, exo > 0.97 More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellSameHighE [2] |
! secondary cell in same TCard col vs row, E > 8 GeV, exo > 0.97 More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellDiffNoSameLowE [2] |
! secondary cell in diff TCard col vs row, 5 < E < 8 GeV, exo > 0.97, 0 cells in same T-Card More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellDiffNoSameHighE [2] |
! secondary cell in diff TCard col vs row, E > 8 GeV, exo > 0.97, 0 cells in same T-Card More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellSameNoDiffLowE [2] |
! secondary cell in same TCard col vs row, 5 < E < 8 GeV, exo > 0.97, 0 cells in diff T-Card More... | |
TH2F * | fhColRowTCardCorrNoSelectionExotic2ndCellSameNoDiffHighE [2] |
! secondary cell in same TCard col vs row, E > 8 GeV, exo > 0.97, 0 cells in diff T-Card More... | |
TH2F * | fhColRowTCardCorrNoSelectionLowE [2] |
! col-row cluster cell max for those selected for TCard correlation studies, 5 < E < 8 GeV More... | |
TH2F * | fhColRowTCardCorrNoSelectionHighE [2] |
! col-row cluster cell max for those selected for TCard correlation studies, E > 8 GeV More... | |
TH2F * | fhEnergyTimeTCardCorrNoSelection1Cell [2] |
! 1 cell cluster energy vs time, T-Card strict cuts More... | |
TH2F * | fhEnergyTMEtaResidualTCardCorrNoSelection1Cell |
! 1 cell cluster energy vs eta track-cluster residual, T-Card strict cuts More... | |
TH2F * | fhEnergyTMPhiResidualTCardCorrNoSelection1Cell |
! 1 cell cluster energy vs phi track-cluster residual, T-Card strict cuts More... | |
TH2F * | fhEnergyTimeTCardCorrNoSelectionExotic [2] |
! cluster energy vs time, exo > 0.97, T-Card strict cuts More... | |
TH2F * | fhEnergyTMEtaResidualTCardCorrNoSelectionExotic |
! cluster energy vs eta track-cluster residual, exo > 0.97, T-Card strict cuts More... | |
TH2F * | fhEnergyTMPhiResidualTCardCorrNoSelectionExotic |
! cluster energy vs phi track-cluster residual, exo > 0.97, T-Card strict cuts More... | |
TH2F * | fhLambda0TCardCorrNoSelection [2] |
! Cluster m02 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhLambda1TCardCorrNoSelection [2] |
! Cluster m20 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhLambda0NLM1TCardCorrNoSelection [2] |
! Cluster m02 vs E for clusters selected for TCard correlation studies, nlm=1 More... | |
TH2F * | fhLambda1NLM1TCardCorrNoSelection [2] |
! Cluster m20 vs E for clusters selected for TCard correlation studies, nlm=1 More... | |
TH2F * | fhLambda0NLM2TCardCorrNoSelection [2] |
! Cluster m02 vs E for clusters selected for TCard correlation studies, nlm=2 More... | |
TH2F * | fhLambda1NLM2TCardCorrNoSelection [2] |
! Cluster m20 vs E for clusters selected for TCard correlation studies, nlm=2 More... | |
TH2F * | fhLambdaRTCardCorrNoSelection [2] |
! Cluster m20/m02 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhNLocMaxTCardCorrNoSelection [2] |
! Cluster Number of local Maxima vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhEMaxRatNLM1TCardCorrNoSelection [2] |
! Cluster E cell max / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhEMaxRatNLM2TCardCorrNoSelection [2] |
! Cluster E cell max / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhEMaxRatNLM3TCardCorrNoSelection [2] |
! Cluster E cell max / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndRatNLM1TCardCorrNoSelection [2] |
! Cluster E cell second max / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndRatNLM2TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndRatNLM3TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndEMaxRatNLM1TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E Max for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndEMaxRatNLM2TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E Max for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndEMaxRatNLM3TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E Max for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndSameRatNLM1TCardCorrNoSelection [2] |
! Cluster E cell second max / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndSameRatNLM2TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndSameRatNLM3TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndSameEMaxRatNLM1TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E Max for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndSameEMaxRatNLM2TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E Max for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhE2ndSameEMaxRatNLM3TCardCorrNoSelection [2] |
! Cluster E cell second loc max / E Max for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhECellClusRatNLM1TCardCorrNoSelection [2] |
! Cluster E cell / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhECellClusRatNLM2TCardCorrNoSelection [2] |
! Cluster E cell / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhECellClusRatNLM3TCardCorrNoSelection [2] |
! Cluster E cell / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhECellWeightNLM1TCardCorrNoSelection [2] |
! Cluster E cell weight for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhECellWeightNLM2TCardCorrNoSelection [2] |
! Cluster E cell weight for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhECellWeightNLM3TCardCorrNoSelection [2] |
! Cluster E cell weight for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhLogECellNLM1TCardCorrNoSelection [2] |
! Cluster Log E cell for NLM=1 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhLogECellNLM2TCardCorrNoSelection [2] |
! Cluster Log E cell for NLM=2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhLogECellNLM3TCardCorrNoSelection [2] |
! Cluster Log E cell for NLM>2 vs E for clusters selected for TCard correlation studies More... | |
TH2F * | fhECellSameClusRatNLM1TCardCorrNoSelection [2] |
! Cluster E cell / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhECellSameClusRatNLM2TCardCorrNoSelection [2] |
! Cluster E cell / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhECellSameClusRatNLM3TCardCorrNoSelection [2] |
! Cluster E cell / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhECellSameWeightNLM1TCardCorrNoSelection [2] |
! Cluster E cell weight for NLM=1 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhECellSameWeightNLM2TCardCorrNoSelection [2] |
! Cluster E cell weight for NLM=2 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhECellSameWeightNLM3TCardCorrNoSelection [2] |
! Cluster E cell weight for NLM>2 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhLogECellSameNLM1TCardCorrNoSelection [2] |
! Cluster Log E cell for NLM=1 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhLogECellSameNLM2TCardCorrNoSelection [2] |
! Cluster Log E cell for NLM=2 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhLogECellSameNLM3TCardCorrNoSelection [2] |
! Cluster Log E cell for NLM>2 vs E for clusters selected for TCard correlation studies, same Tcard as leading More... | |
TH2F * | fhNCellsTCardCorrNoSelection [2] |
! Ncells per cluster vs cluster energy, clusters selected for TCard correlation studies More... | |
TH2F * | fhNCellsTCardCorrWithWeightNoSelection [2] |
! Ncells per cluster vs cluster energy, select cells with w>0.01, clusters selected for TCard correlation studies More... | |
TH2F * | fhNCellsTCardCorrRatioWithWeightNoSelection [2] |
! Ncells per cluster/Ncells per cluster with w>0.01 vs cl. energy, clusters selected for TCard correlation studies More... | |
TH2F * | fhExoticTCardCorrNoSelection [2] |
! exoticity per cluster vs cluster energy, clusters selected for TCard correlation studies More... | |
TH2F * | fhLambda0Exoticity [14][2] |
! Cluster m02 vs exoticy, for different cluster energy bins More... | |
TH2F * | fhLambda1Exoticity [14][2] |
! Cluster m02 vs exoticy, for different cluster energy bins More... | |
TH2F * | fhLambdaRExoticity [14][2] |
! Cluster m02 vs exoticy, for different cluster energy bins More... | |
TH2F * | fhNCellsExoticity [14][2] |
! Cluster NCells vs exoticy, for different cluster energy bins More... | |
TH2F * | fhTimeExoticity [14][2] |
! Cluster time vs exoticy, for different cluster energy bins More... | |
TH2F * | fhLambda0Lambda1 [14][2] |
! Cluster m02 vs m20,for different cluster energy bins More... | |
TH2F * | fhNCellsTCardSameAndDiff [14][2] |
! Cluster NCells in same TCard as leading vs NCells on different TCard More... | |
TH2F * | fhNCellsTCardSameAndDiffExotic [14][2] |
! Cluster NCells in same TCard as leading vs NCells on different TCard, exoticity > 0.97 More... | |
TH2F * | fhTMPhiResidualExoticity [14] |
! Cluster-track matching residual in phi vs exoticity More... | |
TH2F * | fhTMEtaResidualExoticity [14] |
! Cluster-track matching residual in phi vs exoticity More... | |
TH2F * | fhTMPhiResidualExoticityLooseCut [14] |
! Cluster-track matching residual in phi vs exoticity, loose acceptance cut More... | |
TH2F * | fhTMEtaResidualExoticityLooseCut [14] |
! Cluster-track matching residual in phi vs exoticity, loose acceptance cut More... | |
TH2F * | fhLambda0TCardCorrelNCell [6][6][2] |
! Cluster m02 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhLambda1TCardCorrelNCell [6][6][2] |
! Cluster m20 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhLambda0NLM1TCardCorrelNCell [6][6][2] |
! Cluster m02 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=1 More... | |
TH2F * | fhLambda1NLM1TCardCorrelNCell [6][6][2] |
! Cluster m20 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=1 More... | |
TH2F * | fhLambda0NLM2TCardCorrelNCell [6][6][2] |
! Cluster m02 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=2 More... | |
TH2F * | fhLambda1NLM2TCardCorrelNCell [6][6][2] |
! Cluster m20 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=2 More... | |
TH2F * | fhNLocMaxTCardCorrelNCell [6][6][2] |
! Cluster nlocmax vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhEMaxRatNLM1TCardCorrelNCell [6][6][2] |
! Cluster E cell max / E cluster for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhEMaxRatNLM2TCardCorrelNCell [6][6][2] |
! Cluster E cell max / E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhEMaxRatNLM3TCardCorrelNCell [6][6][2] |
! Cluster E cell max / E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhE2ndRatNLM1TCardCorrelNCell [6][6][2] |
! Cluster E cell second max / E cluster for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhE2ndRatNLM2TCardCorrelNCell [6][6][2] |
! Cluster E cell second loc max / E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhE2ndRatNLM3TCardCorrelNCell [6][6][2] |
! Cluster E cell second loc max / E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhE2ndEMaxRatNLM1TCardCorrelNCell [6][6][2] |
! Cluster E cell second max / E cell max for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhE2ndEMaxRatNLM2TCardCorrelNCell [6][6][2] |
! Cluster E cell second loc max / E cell max for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhE2ndEMaxRatNLM3TCardCorrelNCell [6][6][2] |
! Cluster E cell second loc max / E cell max for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhECellClusRatNLM1TCardCorrelNCell [6][6][2] |
! Cluster E cell / E cluster vs E for NLM=1, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhECellClusRatNLM2TCardCorrelNCell [6][6][2] |
! Cluster E cell / E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhECellClusRatNLM3TCardCorrelNCell [6][6][2] |
! Cluster E cell / E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhLogECellNLM1TCardCorrelNCell [6][6][2] |
! Cluster log E cell vs E cluster for NLM=1, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhLogECellNLM2TCardCorrelNCell [6][6][2] |
! Cluster log E cell vs E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhLogECellNLM3TCardCorrelNCell [6][6][2] |
! Cluster log E cell vs E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhECellWeightNLM1TCardCorrelNCell [6][6][2] |
! Cluster E cell weight for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhECellWeightNLM2TCardCorrelNCell [6][6][2] |
! Cluster E cell weight for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhECellWeightNLM3TCardCorrelNCell [6][6][2] |
! Cluster E cell weight for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhMassEClusTCardCorrelNCell [6][6][2] |
! Cluster invariant mass vs E cluster, one of clusters 0.1<m02<0.4 contains 0 to more than 6 cells with w > 0.01, in same TCard or diff TCard More... | |
TH2F * | fhExoticTCardCorrelNCell [6][6][2] |
! Cluster exoticity vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhTimeDiffTCardCorrelNCell [6][6][2] |
! Cluster time-secondary cell time vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhTimeDiffExoTCardCorrelNCell [6][6][2] |
! Cluster time-secondary cell time vs E, for exotic luster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhColRowTCardCorrelNCellLowE [6][6][2] |
! Cluster max cell col vs row, E > 2 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhColRowTCardCorrelNCellHighE [6][6][2] |
! Cluster max cell col vs row, E > 8 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard More... | |
TH2F * | fhColRowTCardCorrelNCellExoticLowE [6][6][2] |
! Cluster max cell col vs row, E > 2 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, exoticity > 0.97 More... | |
TH2F * | fhColRowTCardCorrelNCellExoticHighE [6][6][2] |
! Cluster max cell col vs row, E > 8 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, exoticity < 0.97 More... | |
TH2F * | fhLambda0ExoticityPerNCell [6][6][2] |
! Cluster m02 vs exoticy,for E > 8 and n cell bins with w>0.01, in same TCard or diff TCard More... | |
TH2F * | fhLambda1ExoticityPerNCell [6][6][2] |
! Cluster m20 vs exoticy,for E > 8 and n cell bins with w>0.01, in same TCard or diff TCard More... | |
TH2F * | fhNCellsTCardSameAndDiffFraction [2] |
! Cluster fraction of NCells in same TCard as leading vs energy More... | |
TH2F * | fhNCellsTCardSameAndDiffFractionExotic [2] |
! Cluster fraction of NCells in same TCard as leading vs energy, exoticity > 0.97 More... | |
TH2F * | fhTCardCorrECellMaxDiff [12][2] |
! Cell max energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard More... | |
TH2F * | fhTCardCorrEClusterDiff [12][2] |
! Cluster energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard More... | |
TH2F * | fhTCardCorrTCellMaxDiff [12][2] |
! Cell max energy - secondary cell time in cell vs cluster energy, different secondary cell selections depending on TCard More... | |
TH2F * | fhTCardCorrECellMaxDiffExo [12][2] |
! Cell max energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard More... | |
TH2F * | fhTCardCorrEClusterDiffExo [12][2] |
! Cluster energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard More... | |
TH2F * | fhTCardCorrTCellMaxDiffExo [12][2] |
! Cell max energy - secondary cell time in cell vs cluster energy, different secondary cell selections depending on TCard More... | |
TH2F * | fhSameRowDiffColAndTCardCellsEnergyDiffClusterE [2] |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column More... | |
TH2F * | fhSameRowDiffColAndTCardCellsTimeDiffClusterE [2] |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column More... | |
TH2F * | fhSameRowDiffColAndTCardCellsEnergyDiffCellMaxE [2] |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column More... | |
TH2F * | fhSameRowDiffColAndTCardCellsTimeDiffCellMaxE [2] |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column More... | |
TH2F * | fhSameRowDiffColAndTCardCellsEnergyDiffClusterEExo [2] |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97 More... | |
TH2F * | fhSameRowDiffColAndTCardCellsTimeDiffClusterEExo [2] |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97 More... | |
TH2F * | fhSameRowDiffColAndTCardCellsEnergyDiffCellMaxEExo [2] |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97 More... | |
TH2F * | fhSameRowDiffColAndTCardCellsTimeDiffCellMaxEExo [2] |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97 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 * | fhDeltaIEtaDeltaIPhiE0 [2] |
! Difference between max cell index and farthest cell, eta vs phi, E < 2 GeV, with and without matching; More... | |
TH2F * | fhDeltaIEtaDeltaIPhiE2 [2] |
! Difference between max cell index and farthest cell, eta vs phi, 2 < E < 6 GeV, with and without matching; More... | |
TH2F * | fhDeltaIEtaDeltaIPhiE6 [2] |
! Difference between max cell index and farthest cell, eta vs phi, E > 6 GeV, with and without matching; More... | |
TH2F * | fhDeltaIA [2] |
! Cluster "asymmetry" in cell terms vs E, with and without matching More... | |
TH2F * | fhDeltaIAL0 [2] |
! Cluster "asymmetry" in cell units vs Lambda0 for E > 0.5 GeV, n cells in cluster > 3, with and without matching More... | |
TH2F * | fhDeltaIAL1 [2] |
! Cluster "asymmetry" in cell units vs Lambda1 for E > 0.5 GeV, n cells in cluster > 3, with and without matching More... | |
TH2F * | fhDeltaIANCells [2] |
! Cluster "asymmetry" in cell units vs number of cells in cluster for E > 0.5, with and without matching More... | |
TH2F * | fhDeltaIAMC [4] |
! Cluster "asymmetry" in cell terms vs E, from MC photon, electron, conversion or hadron. More... | |
TH2F * | fhBadClusterDeltaIEtaDeltaIPhiE0 |
! Difference between max cell index and farthest cell, eta vs phi, E < 2 GeV, with and without matching; bad clusters. More... | |
TH2F * | fhBadClusterDeltaIEtaDeltaIPhiE2 |
! Difference between max cell index and farthest cell, eta vs phi, 2 < E < 6 GeV, with and without matching; bad clusters. More... | |
TH2F * | fhBadClusterDeltaIEtaDeltaIPhiE6 |
! Difference between max cell index and farthest cell, eta vs phi, E > 6 GeV, with and without matching; bad clusters. More... | |
TH2F * | fhBadClusterDeltaIA |
! Cluster "asymmetry" in cell terms vs E, with and without matching; bad clusters. 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 * | fhECellClusterRatio |
! e cell / e cluster vs e cluster More... | |
TH2F * | fhECellClusterLogRatio |
! log (e cell / e cluster) vs e cluster More... | |
TH2F * | fhEMaxCellClusterRatio |
! e max cell / e cluster vs e cluster More... | |
TH2F * | fhEMaxCellClusterLogRatio |
! log (e max cell / e cluster) vs e cluster More... | |
TH2F * | fhLambda0ForW0AndCellCuts [12][4][3] |
! L0 for different w0 and cell cuts More... | |
TH2F * | fhLambda0ForW0AndCellCutsEta0 [12][4][3] |
! L0 for different w0 and cell cuts, |eta| < 0.15 More... | |
TH2F * | fhLambda0ForW0MC [12][5] |
! L0 for different w0, depending on the particle of origin More... | |
TH2F * | fhECellTotalRatio |
! e cell / e total vs e total More... | |
TH2F * | fhECellTotalLogRatio |
! log (e cell / e total) vs e total More... | |
TH2F ** | fhECellTotalRatioMod |
! e cell / e total vs e total, per SM More... | |
TH2F ** | fhECellTotalLogRatioMod |
! log (e cell / e total) vs e total, per SM 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... | |
TH3F * | fhClusterTimeEnergyM02 |
! Cluster Time vs Energy More... | |
TH3F * | fhCellTimeSpreadRespectToCellMaxM02 |
! Difference of the time of cell with maximum dep energy and the rest of cells More... | |
TH3F * | fhClusterMaxCellCloseCellRatioM02 |
! Ratio between max cell energy and cell energy of the same cluster More... | |
TH3F * | fhClusterMaxCellCloseCellDiffM02 |
! Difference between max cell energy and cell energy of the same cluster More... | |
TH3F * | fhClusterMaxCellDiffM02 |
! Difference between cluster energy and energy of cell with more energy, good clusters onl More... | |
TH3F * | fhClusterMaxCellECrossM02 |
! 1 - Energy in cross around max energy cell / max energy cell vs cluster energy, good clusters More... | |
TH3F * | fhNCellsPerClusterM02 |
! N cells per cluster vs cluster energy vs eta of cluster 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... | |
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 794 of file AliAnaCalorimeterQA.h.
AliAnaCalorimeterQA::AliAnaCalorimeterQA | ( | ) |
Default Constructor. Initialize parameters.
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 555 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
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 653 of file AliAnaCalorimeterQA.cxx.
void AliAnaCalorimeterQA::CellHistograms | ( | AliVCaloCells * | cells | ) |
Fill histograms related to cells only.
Definition at line 717 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaCalorimeterQA::CellInClusterPositionHistograms | ( | AliVCluster * | cluster | ) |
Fill histograms releated to cluster cell position.
Definition at line 1041 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
void AliAnaCalorimeterQA::ChannelCorrelationInTCard | ( | AliVCluster * | clus, |
AliVCaloCells * | cells, | ||
Bool_t | matched, | ||
Int_t | absIdMax, | ||
Float_t | exoticity | ||
) |
Check effect of T-Card channels correlation on shower shape/energy for EMCal
clus | cluster pointer |
cells | list with all cells |
matched | bool with loose track-matching info |
absIdMax | id of highest energy cell in cluster |
exoticity | cross energy fraction |
Definition at line 1118 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
void AliAnaCalorimeterQA::ClusterAsymmetryHistograms | ( | AliVCluster * | clus, |
Int_t | absIdMax, | ||
Bool_t | goodCluster | ||
) |
Definition at line 2006 of file AliAnaCalorimeterQA.cxx.
Referenced by BadClusterHistograms(), and ClusterHistograms().
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 2108 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
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 2302 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms().
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 2796 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
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.
Definition at line 2488 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
void AliAnaCalorimeterQA::Correlate | ( | ) |
Correlate information from PHOS and EMCal and DCal and with V0 and track multiplicity
Definition at line 2939 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Save parameters used for analysis in a string.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3120 of file AliAnaCalorimeterQA.cxx.
|
virtual |
Create histograms to be saved in output file and store them in the output container.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3230 of file AliAnaCalorimeterQA.cxx.
Float_t AliAnaCalorimeterQA::GetECross | ( | Int_t | absID, |
AliVCaloCells * | cells, | ||
Float_t | dtcut = 10000 |
||
) |
Get energy in cross axis around maximum cell. For both calorimeters. For EMCal, same procedure as in AliCalorimeterUtils
Definition at line 6706 of file AliAnaCalorimeterQA.cxx.
Referenced by CellHistograms(), ClusterLoopHistograms(), and IsGoodCluster().
|
inline |
Definition at line 111 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 117 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 120 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 129 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 135 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 138 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 141 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 126 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 132 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 114 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 123 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 145 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 144 of file AliAnaCalorimeterQA.h.
|
virtual |
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 7081 of file AliAnaCalorimeterQA.cxx.
|
virtual |
Initialize the parameters of the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 7093 of file AliAnaCalorimeterQA.cxx.
Referenced by 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 6823 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
Bool_t AliAnaCalorimeterQA::IsGoodCluster | ( | Int_t | absIdMax, |
Float_t | m02, | ||
Int_t | nCellsPerCluster, | ||
AliVCaloCells * | cells | ||
) |
Identify cluster as exotic or not.
Definition at line 7150 of file AliAnaCalorimeterQA.cxx.
Referenced by BadClusterHistograms(), ChannelCorrelationInTCard(), ClusterLoopHistograms(), and InvariantMassHistograms().
|
virtual |
Main task method, call all the methods filling QA histograms.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 7211 of file AliAnaCalorimeterQA.cxx.
void AliAnaCalorimeterQA::MCHistograms | ( | ) |
Access the generated particle kinematics and fill the corresponding histograms. Not dependent on cluster/cell.
Definition at line 7265 of file AliAnaCalorimeterQA.cxx.
Referenced by MakeAnalysisFillHistograms().
|
private |
Copy constructor not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 7186 of file AliAnaCalorimeterQA.cxx.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 225 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
Definition at line 150 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 112 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 118 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 121 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 130 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 136 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 139 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 142 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 127 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 133 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 149 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 115 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 124 of file AliAnaCalorimeterQA.h.
Definition at line 146 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 201 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 189 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 177 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 174 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 156 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 171 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 159 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 162 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 165 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 168 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 195 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 180 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 186 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 183 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 192 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 204 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 216 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 213 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 210 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 207 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 200 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 188 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 176 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 173 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 155 of file AliAnaCalorimeterQA.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureQAAnalysis().
|
inline |
Definition at line 170 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 158 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 161 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 164 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 167 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 194 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 179 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 185 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 182 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 191 of file AliAnaCalorimeterQA.h.
Referenced by ConfigureQAAnalysis().
|
inline |
Definition at line 203 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 215 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 212 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 209 of file AliAnaCalorimeterQA.h.
|
inline |
Definition at line 206 of file AliAnaCalorimeterQA.h.
void AliAnaCalorimeterQA::WeightHistograms | ( | AliVCluster * | clus, |
AliVCaloCells * | cells | ||
) |
Check cluster weights, check the effect of different w0 parameter on shower shape Check effect of time and energy cuts at cell level on the shower shape
Definition at line 7408 of file AliAnaCalorimeterQA.cxx.
Referenced by ClusterLoopHistograms().
|
private |
Amplitude Threshold on calorimeter cells, set at execution time.
Definition at line 271 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterLoopHistograms(), InitParameters(), and MakeAnalysisFillHistograms().
|
private |
! Cluster momentum, temporary container
Definition at line 296 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), ChannelCorrelationInTCard(), ClusterHistograms(), ClusterLoopHistograms(), ClusterMatchedWithTrackHistograms(), ClusterMCHistograms(), InvariantMassHistograms(), and WeightHistograms().
|
private |
! Cluster momentum, temporary container
Definition at line 297 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and InvariantMassHistograms().
|
private |
Apply a 600 ns time shift in case of simulation, shift in ns.
Definition at line 300 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), CellHistograms(), ChannelCorrelationInTCard(), ClusterHistograms(), ClusterLoopHistograms(), InvariantMassHistograms(), and SetConstantTimeShift().
|
private |
Correlate PHOS/EMCAL cells/clusters, also with V0 and track multiplicity.
Definition at line 249 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffCorrelation(), and SwitchOnCorrelation().
|
private |
Energy bins cut.
Definition at line 277 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ChannelCorrelationInTCard(), ClusterHistograms(), GetCreateOutputObjects(), InitParameters(), and SetEBinCutsAt().
|
private |
Amplitude Threshold on EMCal cells.
Definition at line 272 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), GetAnalysisCuts(), GetCreateOutputObjects(), GetEMCALCellAmpMin(), InitParameters(), MakeAnalysisFillHistograms(), Print(), and SetEMCALCellAmpMin().
|
private |
Minimum M02 on EMCal clusters.
Definition at line 274 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetEMCALM02Min(), InitParameters(), IsGoodCluster(), Print(), and SetEMCALM02Min().
|
private |
Minimum number of cells on EMCal clusters.
Definition at line 275 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 247 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllCellAbsIdHistogram(), and SwitchOnFillAllCellAbsIdHistogram().
|
private |
Fill all cell related histograms.
Definition at line 246 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllCellHistogram(), and SwitchOnFillAllCellHistogram().
|
private |
Fill all cell time histo.
Definition at line 232 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), CellHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllCellTimeHisto(), and SwitchOnFillAllCellTimeHisto().
|
private |
Fill invariant mass histograms.
Definition at line 239 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillAllPi0Histogram(), and SwitchOnFillAllPi0Histogram().
|
private |
Fill all the position related histograms.
Definition at line 233 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillAllPositionHistogram(), and SwitchOnFillAllPositionHistogram().
|
private |
Fill all the position related histograms 2.
Definition at line 234 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), GetCreateOutputObjects(), SwitchOffFillAllPositionHistogram2(), and SwitchOnFillAllPositionHistogram2().
|
private |
Fill TH3 histograms.
Definition at line 235 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), ClusterMatchedWithTrackHistograms(), GetCreateOutputObjects(), SwitchOffFillAllTH3Histogram(), and SwitchOnFillAllTH3Histogram().
|
private |
Fill track matching histograms.
Definition at line 236 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffFillAllTrackMatchingHistogram(), and SwitchOnFillAllTrackMatchingHistogram().
|
private |
Fill cluster cell max histograms.
Definition at line 238 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 244 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 242 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 240 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 241 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 825 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 832 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches
Definition at line 820 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, per SM
Definition at line 827 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2
Definition at line 824 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, per SM
Definition at line 831 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster (eta-phi units)
Definition at line 821 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster (eta-phi units), per SM
Definition at line 828 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for electron candidates
Definition at line 822 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx for electron candidates, per SM
Definition at line 829 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches
Definition at line 823 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx for all matches, per SM
Definition at line 830 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Amplitude measured in towers/crystals vs id of tower.
Definition at line 667 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 678 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Amplitude measured in towers/crystals
Definition at line 666 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cell amplitude distribution for different module, Reco
Definition at line 736 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cell amplitude distribution for different module, very large Amp, Reco
Definition at line 738 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster pairs invariant mass vs pair pT
Definition at line 329 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 605 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster "asymmetry" in cell terms vs E, with and without matching; bad clusters.
Definition at line 631 of file AliAnaCalorimeterQA.h.
Referenced by ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell index and farthest cell, eta vs phi, E < 2 GeV, with and without matching; bad clusters.
Definition at line 628 of file AliAnaCalorimeterQA.h.
Referenced by ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell index and farthest cell, eta vs phi, 2 < E < 6 GeV, with and without matching; bad clusters.
Definition at line 629 of file AliAnaCalorimeterQA.h.
Referenced by ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell index and farthest cell, eta vs phi, E > 6 GeV, with and without matching; bad clusters.
Definition at line 630 of file AliAnaCalorimeterQA.h.
Referenced by ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Energy of bad cluster
Definition at line 601 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Time Max cell of bad cluster
Definition at line 603 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Lambda0 vs Energy, clusters declared bad
Definition at line 615 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Lambda1 vs Energy, clusters declared bad
Definition at line 616 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 608 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 607 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between cluster energy and energy of cell with more energy
Definition at line 609 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 613 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Pair of clusters time difference vs E, bad cluster
Definition at line 604 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Time Max cell of bad cluster
Definition at line 602 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, total measured cell energy
Definition at line 724 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, total measured cluster energy
Definition at line 722 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, number of cells
Definition at line 723 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs centrality, number of clusters
Definition at line 721 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, total measured cell energy
Definition at line 731 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, total measured cluster energy
Definition at line 729 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, number of cells
Definition at line 730 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs event plane angle, number of clusters
Definition at line 728 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 Track Multipliticy, total measured cell energy
Definition at line 717 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs Track Multiplicity, total measured cluster energy
Definition at line 715 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 Track Multiplicity, number of cells
Definition at line 716 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs Track Multiplicity, number of clusters
Definition at line 714 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity, total measured cell energy
Definition at line 710 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity, total measured cluster energy
Definition at line 708 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity, number of cells
Definition at line 709 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 multiplicity , number of clusters
Definition at line 707 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal, total measured cell energy
Definition at line 706 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal, total measured cluster energy
Definition at line 704 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal, number of cells
Definition at line 705 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Calo vs V0 signal , number of clusters
Definition at line 703 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! 1 - Energy in cross around cell / cell energy
Definition at line 682 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells with large time respect to max (diff > 100 ns)
Definition at line 347 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 346 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 872 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 352 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 874 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 351 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 873 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 353 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between cluster energy and energy of cell with more energy, good clusters onl
Definition at line 875 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 354 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 358 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! 1 - Energy in cross around max energy cell / max energy cell vs cluster energy, good clusters
Definition at line 876 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Pair of clusters time difference vs E
Definition at line 348 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 334 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 337 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 338 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 335 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Pair of clusters time difference vs E, in same Mod
Definition at line 349 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Time vs Energy
Definition at line 345 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Time vs Energy
Definition at line 871 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! secondary cell in diff TCard col vs row, E > 8 GeV, exo > 0.97, loose cuts
Definition at line 386 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in diff TCard col vs row, 5 < E < 8 GeV, exo > 0.97, loose cuts
Definition at line 385 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in same TCard col vs row, E > 8 GeV, exo > 0.97, loose cuts
Definition at line 388 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in same TCard col vs row, 5 < E < 8 GeV, exo > 0.97, loose cuts
Definition at line 387 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! col-row cluster cell max, E > 8 GeV, exo > 0.97, loose cuts
Definition at line 383 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster col-row cluster cell max, E > 8 GeV
Definition at line 374 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, t < -5 ns
Definition at line 371 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, -5 < t < 5 ns
Definition at line 372 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, t > 5 ns
Definition at line 370 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, t < -5 ns exo > 0.97
Definition at line 380 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, -5 < t < 5 ns exo > 0.97
Definition at line 381 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, t > 5 ns exo > 0.97
Definition at line 379 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! col-row cluster cell max, 5 < E < 8 GeV, exo > 0.97, loose cuts
Definition at line 382 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster col-row cluster cell max, 5 < E < 8 GeV
Definition at line 373 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, t < -5 ns exo < 0.97, n cell > 1
Definition at line 391 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, -5 < t < 5 ns exo < 0.97, n cell > 1
Definition at line 392 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster col-row cluster cell max, E > 8 GeV, t > 5 ns exo < 0.97, n cell > 1
Definition at line 390 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster max cell col vs row, E > 8 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, exoticity < 0.97
Definition at line 557 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster max cell col vs row, E > 2 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, exoticity > 0.97
Definition at line 556 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster max cell col vs row, E > 8 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 555 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster max cell col vs row, E > 2 GeV, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 554 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in diff TCard col vs row, E > 8 GeV, exo > 0.97
Definition at line 398 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in diff TCard col vs row, 5 < E < 8 GeV, exo > 0.97
Definition at line 397 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in diff TCard col vs row, E > 8 GeV, exo > 0.97, 0 cells in same T-Card
Definition at line 403 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in diff TCard col vs row, 5 < E < 8 GeV, exo > 0.97, 0 cells in same T-Card
Definition at line 402 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in same TCard col vs row, E > 8 GeV, exo > 0.97
Definition at line 400 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in same TCard col vs row, 5 < E < 8 GeV, exo > 0.97
Definition at line 399 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in same TCard col vs row, E > 8 GeV, exo > 0.97, 0 cells in diff T-Card
Definition at line 405 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! secondary cell in same TCard col vs row, 5 < E < 8 GeV, exo > 0.97, 0 cells in diff T-Card
Definition at line 404 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! col-row cluster cell max for those selected for TCard correlation studies, E > 8 GeV, exoticity > 0.97
Definition at line 395 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! col-row cluster cell max for those selected for TCard correlation studies, 5 < E < 8 GeV, exoticity > 0.97
Definition at line 394 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! col-row cluster cell max for those selected for TCard correlation studies, E > 8 GeV
Definition at line 408 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! col-row cluster cell max for those selected for TCard correlation studies, 5 < E < 8 GeV
Definition at line 407 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, total measured cell energy
Definition at line 699 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, total measured cluster energy
Definition at line 697 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, number of cells
Definition at line 698 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! DCAL vs PHOS, number of clusters
Definition at line 696 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! R cluster - R cell distribution (cm) vs cluster energy
Definition at line 657 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! R cluster - R cell distribution (cm) vs N cells in cluster
Definition at line 652 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! X cluster - X cell distribution (cm) vs cluster energy
Definition at line 658 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! X cluster - X cell distribution (cm) vs N cells in cluster
Definition at line 653 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Y cluster - Y cell distribution (cm) vs cluster energy
Definition at line 659 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Y cluster - Y cell distribution (cm) vs N cells in cluster
Definition at line 654 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Z cluster - Z cell distribution (cm) vs cluster energy
Definition at line 660 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Z cluster - Z cell distribution (cm) vs N cells in cluster
Definition at line 655 of file AliAnaCalorimeterQA.h.
Referenced by CellInClusterPositionHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster "asymmetry" in cell terms vs E, with and without matching
Definition at line 623 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster "asymmetry" in cell units vs Lambda0 for E > 0.5 GeV, n cells in cluster > 3, with and without matching
Definition at line 624 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster "asymmetry" in cell units vs Lambda1 for E > 0.5 GeV, n cells in cluster > 3, with and without matching
Definition at line 625 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster "asymmetry" in cell terms vs E, from MC photon, electron, conversion or hadron.
Definition at line 627 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster "asymmetry" in cell units vs number of cells in cluster for E > 0.5, with and without matching
Definition at line 626 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell index and farthest cell, eta vs phi, E < 2 GeV, with and without matching;
Definition at line 620 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell index and farthest cell, eta vs phi, 2 < E < 6 GeV, with and without matching;
Definition at line 621 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! Difference between max cell index and farthest cell, eta vs phi, E > 6 GeV, with and without matching;
Definition at line 622 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterAsymmetryHistograms(), and GetCreateOutputObjects().
|
private |
! E distribution, Reco
Definition at line 305 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second max / E cell max for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 535 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E Max for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 432 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cell max for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 536 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E Max for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 433 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cell max for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 537 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E Max for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 434 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second max / E cluster for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 532 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second max / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 429 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 533 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 430 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 534 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 431 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E Max for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 439 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E Max for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 440 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E Max for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 441 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second max / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 436 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 437 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell second loc max / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 438 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Column and row location of cell in different energy bins.
Definition at line 869 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 868 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Eta-Phi location of cluster in different energy bins.
Definition at line 867 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster vs E for NLM=1, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 539 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 443 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 540 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 444 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 541 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 445 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! log (e cell / e cluster) vs e cluster
Definition at line 762 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and WeightHistograms().
|
private |
! e cell / e cluster vs e cluster
Definition at line 761 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and WeightHistograms().
|
private |
! Cluster E cell / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 453 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 454 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 455 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM=1 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 456 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM=2 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 457 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM>2 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 458 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! log (e cell / e total) vs e total
Definition at line 774 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! log (e cell / e total) vs e total, per SM
Definition at line 776 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! e cell / e total vs e total
Definition at line 773 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! e cell / e total vs e total, per SM
Definition at line 775 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 545 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 446 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 546 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 447 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 547 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell weight for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 448 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! E distribution, Reco, matched with track
Definition at line 311 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! log (e max cell / e cluster) vs e cluster
Definition at line 764 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and WeightHistograms().
|
private |
! e max cell / e cluster vs e cluster
Definition at line 763 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and WeightHistograms().
|
private |
! Cluster E cell max / E cluster for NLM=1 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 529 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell max / E cluster for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 426 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell max / E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 530 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell max / E cluster for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 427 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell max / E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 531 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster E cell max / E cluster for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 428 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, total measured cell energy
Definition at line 694 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, total measured cluster energy
Definition at line 692 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, number of cells
Definition at line 693 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs DCAL, number of clusters
Definition at line 691 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, total measured cell energy
Definition at line 689 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, total measured cluster energy
Definition at line 687 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, number of cells
Definition at line 688 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! EMCAL vs PHOS, number of clusters
Definition at line 686 of file AliAnaCalorimeterQA.h.
Referenced by Correlate(), and GetCreateOutputObjects().
|
private |
! Cluster E distribution for different module, Reco
Definition at line 735 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Electromagnetic distance to vertex vs rec energy
Definition at line 814 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Electromagnetic particle production vertex
Definition at line 813 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster energy vs time
Definition at line 367 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster energy vs time, exo > 0.97, loose cuts
Definition at line 376 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster energy vs time, T-Card strict cuts
Definition at line 410 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster energy vs time, exo > 0.97, T-Card strict cuts
Definition at line 413 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster energy vs eta track-cluster residual
Definition at line 368 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster energy vs eta track-cluster residual, exo > 0.97, loose cuts
Definition at line 377 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster energy vs eta track-cluster residual, T-Card strict cuts
Definition at line 411 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster energy vs eta track-cluster residual, exo > 0.97, T-Card strict cuts
Definition at line 414 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster energy vs phi track-cluster residual
Definition at line 369 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster energy vs phi track-cluster residual, exo > 0.97, loose cuts
Definition at line 378 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! 1 cell cluster energy vs phi track-cluster residual, T-Card strict cuts
Definition at line 412 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! cluster energy vs phi track-cluster residual, exo > 0.97, T-Card strict cuts
Definition at line 415 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! eta distribution, Reco
Definition at line 308 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! eta-phi distribution, Reco, matched with track
Definition at line 314 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! eta-phi distribution, Reco
Definition at line 309 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi vs amplitude, cells
Definition at line 668 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi, cells
Definition at line 669 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! eta distribution, Reco, matched with track
Definition at line 315 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi vs E, Reco
Definition at line 310 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! eta vs phi vs E, Reco, matched with track
Definition at line 316 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster E distribution for different module, very large E, Reco
Definition at line 737 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster exoticity vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 551 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! exoticity per cluster vs cluster energy, clusters selected for TCard correlation studies
Definition at line 467 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! pt of primary particle, in acceptance
Definition at line 809 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! eta vs phi of primary particle, in acceptance
Definition at line 811 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! pt of primary particle, in acceptance
Definition at line 810 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! pt of primary particle
Definition at line 806 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! eta vs phi of primary particle
Definition at line 808 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! pt of primary particle
Definition at line 807 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and MCHistograms().
|
private |
! Cells ordered in column/row for different module, Reco
Definition at line 750 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 751 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 754 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cells ordered in column/row for different module, Reco, low gain
Definition at line 753 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 752 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 755 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Hadron distance to vertex vs rec energy
Definition at line 816 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Hadron production vertex
Definition at line 815 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 318 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal pairs
Definition at line 321 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal pairs
Definition at line 323 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal-PHOS pairs
Definition at line 324 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal-PHOS pairs
Definition at line 325 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs invariant mass vs pair pT, for DCal pairs
Definition at line 322 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 320 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 326 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 327 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! cluster pairs invariant mass, different module,
Definition at line 757 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 319 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster pairs opening angle vs mass
Definition at line 332 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! Cluster Lambda0 vs Energy
Definition at line 361 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs exoticy, for different cluster energy bins
Definition at line 497 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs exoticy,for E > 8 and n cell bins with w>0.01, in same TCard or diff TCard
Definition at line 559 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! L0 for different w0 and cell cuts
Definition at line 766 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and WeightHistograms().
|
private |
! L0 for different w0 and cell cuts, |eta| < 0.15
Definition at line 767 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and WeightHistograms().
|
private |
! L0 for different w0, depending on the particle of origin
Definition at line 770 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), GetCreateOutputObjects(), and WeightHistograms().
|
private |
! Cluster m02 vs m20,for different cluster energy bins
Definition at line 502 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=1
Definition at line 522 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs E for clusters selected for TCard correlation studies, nlm=1
Definition at line 419 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=2
Definition at line 524 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs E for clusters selected for TCard correlation studies, nlm=2
Definition at line 421 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 520 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs E for clusters selected for TCard correlation studies
Definition at line 417 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Lambda1 vs Energy
Definition at line 362 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs exoticy, for different cluster energy bins
Definition at line 498 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m20 vs exoticy,for E > 8 and n cell bins with w>0.01, in same TCard or diff TCard
Definition at line 560 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m20 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=1
Definition at line 523 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m20 vs E for clusters selected for TCard correlation studies, nlm=1
Definition at line 420 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m20 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard, nlm=2
Definition at line 525 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m20 vs E for clusters selected for TCard correlation studies, nlm=2
Definition at line 422 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m20 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 521 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m20 vs E for clusters selected for TCard correlation studies
Definition at line 418 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster m02 vs exoticy, for different cluster energy bins
Definition at line 499 of file AliAnaCalorimeterQA.h.
|
private |
! Cluster m20/m02 vs E for clusters selected for TCard correlation studies
Definition at line 423 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster log E cell vs E cluster for NLM=1, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 542 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Log E cell for NLM=1 vs E for clusters selected for TCard correlation studies
Definition at line 449 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster log E cell vs E cluster for NLM=2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 543 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Log E cell for NLM=2 vs E for clusters selected for TCard correlation studies
Definition at line 450 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster log E cell vs E cluster for NLM>2 vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 544 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Log E cell for NLM>2 vs E for clusters selected for TCard correlation studies
Definition at line 451 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Log E cell for NLM=1 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 459 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Log E cell for NLM=2 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 460 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Log E cell for NLM>2 vs E for clusters selected for TCard correlation studies, same Tcard as leading
Definition at line 461 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster invariant mass vs E cluster, one of clusters 0.1<m02<0.4 contains 0 to more than 6 cells with w > 0.01, in same TCard or diff TCard
Definition at line 549 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster, MC charged hadrons
Definition at line 839 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 851 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, MC charged hadrons
Definition at line 838 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 847 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches, MC charged
Definition at line 840 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! distance between projected track and cluster, MC electrons
Definition at line 835 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 850 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, MC electrons
Definition at line 834 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, MC electrons
Definition at line 846 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches, MC electrons
Definition at line 836 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Distance between projected track and cluster, MC neutral
Definition at line 843 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 852 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, MC neutral
Definition at line 842 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! p/E for track-cluster matches, dR < 0.2, MC neutral
Definition at line 848 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! dE/dx vs. momentum for all matches, MC neutral
Definition at line 844 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! Number of towers/crystals with signal
Definition at line 664 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Number of towers/crystals with signal, with min amplitude
Definition at line 665 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster NCells vs exoticy, for different cluster energy bins
Definition at line 500 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Number of towers/crystals with signal for different module, Reco
Definition at line 741 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per cluster vs cluster energy
Definition at line 340 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per cluster vs cluster energy vs eta of cluster
Definition at line 877 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per clusters different module, Reco
Definition at line 746 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per clusters different module, Reco, No cut
Definition at line 747 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per cluster vs cluster energy, before cuts
Definition at line 341 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N cells per clusters different module, Reco, ridiculously large energy
Definition at line 748 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 749 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N cells vs sum of amplitude in different modules, Reco
Definition at line 744 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Ncells per cluster vs cluster energy, clusters selected for TCard correlation studies
Definition at line 464 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Ncells per cluster/Ncells per cluster with w>0.01 vs cl. energy, clusters selected for TCard correlation studies
Definition at line 466 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Ncells per cluster vs cluster energy, select cells with w>0.01, clusters selected for TCard correlation studies
Definition at line 465 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster NCells in same TCard as leading vs NCells on different TCard
Definition at line 510 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster NCells in same TCard as leading vs NCells on different TCard, exoticity > 0.97
Definition at line 511 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster fraction of NCells in same TCard as leading vs energy
Definition at line 563 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster fraction of NCells in same TCard as leading vs energy, exoticity > 0.97
Definition at line 564 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Number of clusters
Definition at line 343 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! Number of clusters for different module, Reco
Definition at line 740 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! N clusters vs sum of energies in different module, Reco
Definition at line 745 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster Number of local Maxima
Definition at line 363 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster nlocmax vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 527 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster Number of local Maxima vs E for clusters selected for TCard correlation studies
Definition at line 424 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster pairs opening angle vs pair pT
Definition at line 331 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects(), and InvariantMassHistograms().
|
private |
! phi distribution, Reco
Definition at line 307 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! phi distribution, Reco, matched with track
Definition at line 313 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! pT distribution, Reco
Definition at line 306 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! pT distribution, Reco, matched with track
Definition at line 312 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 646 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 640 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Gen-Reco E generated particle vs reconstructed E
Definition at line 801 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Gen-Reco eta generated particle vs reconstructed E
Definition at line 804 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Gen-Reco phi generated particle vs reconstructed E
Definition at line 803 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! E generated particle vs reconstructed E
Definition at line 798 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! eta generated particle vs reconstructed Eta
Definition at line 800 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! phi generated particle vs reconstructed phi
Definition at line 799 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ClusterMCHistograms(), and GetCreateOutputObjects().
|
private |
! Reco/Gen E generated particle vs reconstructed E
Definition at line 802 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 635 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column
Definition at line 592 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97
Definition at line 596 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column
Definition at line 590 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97
Definition at line 594 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column
Definition at line 593 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs leading cell energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97
Definition at line 597 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column
Definition at line 591 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Secondary cell energy difference vs cluster energy, one in same TCard as cell max, the other not, both in same row and 1 column, exo > 0.97
Definition at line 595 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Sum of towers/crystals signal for different module, Reco
Definition at line 743 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Sum of clusters energy for different module, Reco
Definition at line 742 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), and GetCreateOutputObjects().
|
private |
! Cell max energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard
Definition at line 578 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cell max energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard
Definition at line 584 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard
Definition at line 579 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster energy - secondary cell energy in cluster vs cluster energy, different secondary cell selections depending on TCard
Definition at line 585 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cell max energy - secondary cell time in cell vs cluster energy, different secondary cell selections depending on TCard
Definition at line 582 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cell max energy - secondary cell time in cell vs cluster energy, different secondary cell selections depending on TCard
Definition at line 588 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Time measured in towers/crystals
Definition at line 671 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Amplitude
Definition at line 675 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Amplitude, low gain
Definition at line 680 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Amplitude measured in towers/crystals different RCU
Definition at line 756 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster time-secondary cell time vs E, for exotic luster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 553 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster time-secondary cell time vs E, cluster contains 0 to more than 6 cells with w > 0.01 in same TCard or diff TCard
Definition at line 552 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster time vs exoticy, for different cluster energy bins
Definition at line 501 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Time vs Absolute cell Id
Definition at line 673 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs Absolute cell Id, low gain
Definition at line 679 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time (not corrected for L1 phase) vs Absolute cell Id
Definition at line 674 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cell time distribution for different module, Reco
Definition at line 739 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Time vs SM number for BC%4=0,1,2,3
Definition at line 676 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), CellHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster-track matching residual in phi vs exoticity
Definition at line 514 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster-track matching residual in phi vs exoticity, loose acceptance cut
Definition at line 516 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster-track matching residual in phi vs exoticity
Definition at line 513 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Cluster-track matching residual in phi vs exoticity, loose acceptance cut
Definition at line 515 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), ChannelCorrelationInTCard(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before
Definition at line 856 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 860 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 854 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 862 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 858 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 864 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 855 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 863 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 859 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 865 of file AliAnaCalorimeterQA.h.
Referenced by ClusterMatchedWithTrackHistograms(), and GetCreateOutputObjects().
|
private |
! X (cm) cell distribution vs cell energy
Definition at line 647 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! X (cm) cluster distribution vs cluster energy
Definition at line 641 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! X (cm) cluster distribution vs N cells in cluster
Definition at line 636 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! cluster X vs Y vs Z (cm)
Definition at line 644 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! cell X vs Y vs Z (cm)
Definition at line 650 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Y (cm) cell distribution vs cell energy
Definition at line 648 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Y (cm) cluster distribution vs cluster energy
Definition at line 642 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Y (cm) cluster distribution vs N cells in cluster
Definition at line 637 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Z (cm) cell distribution vs cell energy
Definition at line 649 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), and GetCreateOutputObjects().
|
private |
! Z (cm) cluster distribution vs cluster energy
Definition at line 643 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
! Z (cm) cluster distribution vs N cells in cluster
Definition at line 638 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), and GetCreateOutputObjects().
|
private |
Maximum energy cut value for clusters entering the invariant mass calculation.
Definition at line 283 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), 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 285 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), ClusterLoopHistograms(), GetAnalysisCuts(), GetInvMassMaxM02Cut(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMaxM02Cut().
|
private |
Combine clusters within with a maximum opening angle between them. In radians.
Definition at line 286 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), 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 287 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), GetAnalysisCuts(), GetInvMassMaxTimeDifference(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMaxTimeDifference().
|
private |
Minimum energy cut value for clusters entering the invariant mass calculation.
Definition at line 282 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), 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 284 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), ClusterLoopHistograms(), GetAnalysisCuts(), GetInvMassMinM02Cut(), InitParameters(), InvariantMassHistograms(), Print(), and SetInvMassMinM02Cut().
|
private |
Number of energy bin cuts.
Definition at line 278 of file AliAnaCalorimeterQA.h.
Referenced by AliAnaCalorimeterQA(), CellHistograms(), ChannelCorrelationInTCard(), ClusterHistograms(), GetCreateOutputObjects(), InitParameters(), and SetNEBinCuts().
|
private |
Number of EMCAL/PHOS rows.
Definition at line 264 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects().
|
private |
Number of EMCAL/PHOS columns.
Definition at line 265 of file AliAnaCalorimeterQA.h.
Referenced by GetCreateOutputObjects().
|
private |
Number of EMCAL/PHOS modules.
Definition at line 262 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterHistograms(), ClusterLoopHistograms(), GetCreateOutputObjects(), InitParameters(), and InvariantMassHistograms().
|
private |
Number of EMCAL/PHOS RCU.
Definition at line 263 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), GetCreateOutputObjects(), and InitParameters().
|
private |
Amplitude Threshold on PHOS cells.
Definition at line 273 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 276 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetPHOSNCellsPerClusterMin(), InitParameters(), IsGoodCluster(), Print(), and SetPHOSNCellsPerClusterMin().
|
private |
! Primary MC momentum, temporary container
Definition at line 298 of file AliAnaCalorimeterQA.h.
Referenced by MCHistograms().
|
private |
Study bad clusters not passing selection criteria (exotic, shower shape, n cells).
Definition at line 250 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffStudyBadClusters(), and SwitchOnStudyBadClusters().
|
private |
Study asymmetry of clusters, not QA related.
Definition at line 254 of file AliAnaCalorimeterQA.h.
Referenced by BadClusterHistograms(), ClusterHistograms(), GetCreateOutputObjects(), SwitchOffStudyClustersAsymmetry(), and SwitchOnStudyClustersAsymmetry().
|
private |
Study the exotic cluster for different cuts, not QA related.
Definition at line 255 of file AliAnaCalorimeterQA.h.
Referenced by ChannelCorrelationInTCard(), GetCreateOutputObjects(), SwitchOffStudyExotic(), and SwitchOnStudyExotic().
|
private |
TH3 histograms where M02 and energy are 2 axes and.
Definition at line 258 of file AliAnaCalorimeterQA.h.
Referenced by ClusterHistograms(), GetCreateOutputObjects(), SwitchOffStudyM02Dependence(), and SwitchOnStudyM02Dependence().
|
private |
Study TCard channels cross correlation.
Definition at line 257 of file AliAnaCalorimeterQA.h.
Referenced by ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffStudyTCardCorrelation(), and SwitchOnStudyTCardCorrelation().
|
private |
Study the energy weight used in different cluster calculations, not QA related.
Definition at line 256 of file AliAnaCalorimeterQA.h.
Referenced by CellHistograms(), ClusterLoopHistograms(), GetCreateOutputObjects(), SwitchOffStudyWeight(), and SwitchOnStudyWeight().
|
private |
Remove clusters/cells with time larger than this value, in ns.
Definition at line 270 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 269 of file AliAnaCalorimeterQA.h.
Referenced by GetAnalysisCuts(), GetTimeCutMin(), InitParameters(), Print(), and SetTimeCut().