![]() |
AliPhysics
fc9925d (fc9925d)
|
Fill histograms with basic QA information for EMCAL offline trigger. More...
#include <AliAnalysisTaskEMCALTriggerQA.h>
Private Types | |
enum | triggerType { kMBTrig = 0, kL0Trig = 1, kL0TrigD = 2, kL1GammaTrig = 3, kL1GammaTrigD = 4, kL1GammaTrig2 = 5, kL1GammaTrig2D = 6, kL1JetTrig = 7, kL1JetTrigD = 8, kL1JetTrig2 = 9, kL1JetTrig2D = 10, kL1GammaOnlyTrig = 11, kL1GammaOnlyTrigD = 12, kL1JetOnlyTrig = 13, kL1JetOnlyTrigD = 14, kL1Gamma2OnlyGammaTrig = 15, kL1Gamma2OnlyGammaTrigD = 16, kL1Jet2OnlyJetTrig = 17, kL1Jet2OnlyJetTrigD = 18, kL0TrigPureEMC = 19, kL0TrigPureDMC = 20, kL1GTrigPureEMC = 21, kL1GTrigPureDMC = 22, kL1JTrigPureEMC = 23, kL1JTrigPureDMC = 24, kCentralTrig = 25, kSemiCentralTrig = 26 } |
Private Member Functions | |
AliAnalysisTaskEMCALTriggerQA (const AliAnalysisTaskEMCALTriggerQA &) | |
Copy constructor not implemented. More... | |
AliAnalysisTaskEMCALTriggerQA & | operator= (const AliAnalysisTaskEMCALTriggerQA &) |
Assignment operator not implemented. More... | |
Private Attributes | |
TList * | fOutputList |
! Output list More... | |
AliEMCALRecoUtils * | fRecoUtils |
RecoUtils. More... | |
Bool_t | fGeoSet |
Geometry already set. More... | |
AliEMCALGeometry * | fGeometry |
Access to EMCAL geometry utils. More... | |
TString | fGeoName |
Name of geometry used. More... | |
Bool_t | fOADBSet |
AODB parameters already set. More... | |
Bool_t | fAccessOADB |
Get calibration from OADB for EMCAL. More... | |
TString | fOADBFilePath |
Default path $ALICE_PHYSICS/OADB/EMCAL, if needed change. More... | |
Int_t | fBitEGA |
EGA trigger bit. More... | |
Int_t | fBitEJE |
EJE trigger bit. More... | |
Float_t | fEtaPhiEnMin |
Min energy for Eta/Phi histograms. More... | |
Int_t | fSTUTotal |
Sum of STU time sums. More... | |
Float_t | fTRUTotal |
Sum of TRU amplitudes. More... | |
Float_t | fV0Trigger |
V0 signal from trigger. More... | |
Float_t | fV0A |
V0 A signal. More... | |
Float_t | fV0C |
V0 C signal. More... | |
Bool_t | fFillV0SigHisto |
V0 signal creation and fill. More... | |
Bool_t | fFillCenHisto |
Centrality histograms creation and fill. More... | |
Bool_t | fFillClusAcceptHisto |
Fill eta/phi distributions. More... | |
Bool_t | fMCData |
Simulation On/Off. More... | |
Int_t | fFirstSM |
Fill SM histograms for SM >= fFirstSM. More... | |
Int_t | fLastSM |
Fill SM histograms for SM <= fLastSM. More... | |
TString | fCentEstimator |
Centrality estimator string: V0M, TKL, FMD, ZEMvsZDC, ... More... | |
Bool_t | fUseAliCentrality |
Use the centrality estimator from AliCentrality or AliMultSelection. More... | |
Bool_t | fEventMB |
Bit for MB events. More... | |
Bool_t | fEventL0 |
Bit for L0 events. More... | |
Bool_t | fEventL0D |
Bit for L0 events, DCal. More... | |
Bool_t | fEventL1G |
Bit for L1 Gamma 1 events. More... | |
Bool_t | fEventL1GD |
Bit for L1 Gamma 1 events, DCal. More... | |
Bool_t | fEventL1G2 |
Bit for L1 Gamma 2 events. More... | |
Bool_t | fEventL1G2D |
Bit for L1 Gamma 2 events, DCal. More... | |
Bool_t | fEventL1J |
Bit for L1 Jet 1 events. More... | |
Bool_t | fEventL1JD |
Bit for L1 Jet 1 events, DCal. More... | |
Bool_t | fEventL1J2 |
Bit for L1 JEt 2 events. More... | |
Bool_t | fEventL1J2D |
Bit for L1 JEt 2 events, DCal. More... | |
Bool_t | fEventCen |
Bit for Central events. More... | |
Bool_t | fEventSem |
Bit for Semi Central events. More... | |
TLorentzVector | fMomentum |
Cluster kinematics, temporal, avoid recreation per event. More... | |
TH1F * | fhNEvents |
! Number of selected events More... | |
TH2F * | fhFORAmp |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column More... | |
TH2F * | fhFORAmpL1G |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Gamma trigger event More... | |
TH2F * | fhFORAmpL1G2 |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Gamma2 trigger event More... | |
TH2F * | fhFORAmpL1J |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Jet trigger event More... | |
TH2F * | fhFORAmpL1J2 |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Jet2 trigger event More... | |
TH2F * | fhL0Amp |
! FALTRO signal per Row and Column for FOR involves L0 patch More... | |
TH2F * | fhL0AmpL1G |
! FALTRO signal per Row and Column for FOR involves L0 patch, with L1G trigger event More... | |
TH2F * | fhL0AmpL1J |
! FALTRO signal per Row and Column for FOR involves L0 patch, with L1J trigger event More... | |
TH2F * | fhL1Amp |
! STU signal per Row and Column for FOR involves L0 patch More... | |
TH2F * | fhL1GAmp |
! STU signal per Row and Column for FOR position of L1 Gamma patch (top-left) More... | |
TH2F * | fhL1G2Amp |
! STU signal per Row and Column for FOR position of L1 Gamma2 patch (top-left) More... | |
TH2F * | fhL1JAmp |
! STU signal per Row and Column for FOR position of L1 Jet patch (top-left) More... | |
TH2F * | fhL1J2Amp |
! STU signal per Row and Column for FOR position of L1 Jet2 patch (top-left) More... | |
TH2F * | fhL1FOREnergy |
! STU signal per Row and Column for FOR position vs FOR energy More... | |
TH2F * | fhL0Patch |
! FOR with L0 patch associated More... | |
TH2F * | fhL1GPatch |
! FOR with L1 Gamma patch associated More... | |
TH2F * | fhL1G2Patch |
! FOR with L1 Gamma patch associated More... | |
TH2F * | fhL1GPatchNotFake |
! FOR with L1 Gamma patch associated but no energy in the related cells More... | |
TH2F * | fhL1GPatchFake |
! FOR with L1 Gamma patch associated More... | |
TH2F * | fhL1GPatchNotAllFake |
! FOR with at least 1 L1 Gamma patch associated that has energy in the related celles : not a fake event More... | |
TH2F * | fhL1GPatchAllFake |
! FOR without any L1 Gamma patch associated with energy in the related cells: fake patch More... | |
TH2F * | fhL1GPatchNotAllFakeMax |
! FOR with at least one L1 Gamma patch associated with energy in the related cell, maximal energy patch : not fake events More... | |
TH2F * | fhL1GPatchAllFakeMax |
! FOR without any L1 Gamma patch associated with energy in the related cell, maximal energy patch : fake events More... | |
TH1F * | fhL1GPatchNotAllFakeMaxE |
! Energy distrib of FOR for non fake events, patch of maximal energy More... | |
TH1F * | fhL1GPatchAllFakeMaxE |
! Energy distrib FOR for fake events, patch of maximal energy More... | |
TH1F * | fhL1GPatchNotAllFakeE |
! Energy distrib of FOR for non fake events, all patch energy More... | |
TH1F * | fhL1GPatchAllFakeE |
! Energy distrib of FOR forfake events, all patch energy More... | |
TH1F * | fhL1GPatchFakeE |
! Energy distrib of FOR for fake events, all patch energy More... | |
TH1F * | fhL1GPatchNotFakeE |
! Energy distrib of FOR for non fake events, all patch energy More... | |
TH2F * | fhNPatchFake |
! number of fake patchs per event vs. if all were fakes or not More... | |
TH2F * | fhNPatchNotFake |
! number of non fake patchs per events vs. if all were fakes or not More... | |
TH2F * | fhL1JPatch |
! FOR with L1 Jet patch associated More... | |
TH2F * | fhL1J2Patch |
! FOR with L1 Jet patch associated More... | |
TH2F * | fhFEESTU |
! Correlation FEE vs STU More... | |
TH2F * | fhTRUSTU |
! Correlation TRU vs STU More... | |
TH2I * | fhV0STU |
! Total signal STU vs V0C+V0S More... | |
TH2F * | fhGPMaxVV0TT |
! V0 signal vs maximum gamma L1 patch More... | |
TH2F * | fhJPMaxVV0TT |
! V0 signal vs maximum jet L1 patch More... | |
TProfile2D * | fhFORMeanAmp |
! Mean FastOR(FEE) signal per Row and Column More... | |
TProfile2D * | fhL0MeanAmp |
! Mean FastOR(TRU) signal per Row and Column More... | |
TProfile2D * | fhL1MeanAmp |
! Mean FastOR(STU) signal per Row and Column More... | |
TH2F * | fhL1GPatchMax |
! FOR of max. amplitude patch with L1 Gamma patch associated More... | |
TH2F * | fhL1G2PatchMax |
! FOR of max. amplitude patch with L1 Gamma patch associated More... | |
TH2F * | fhL1JPatchMax |
! FOR of max. amplitude patch with L1 Jet patch associated More... | |
TH2F * | fhL1J2PatchMax |
! FOR of max. amplitude patch with L1 Jet patch associated More... | |
TH1F * | fhClusMBPure [3] |
! Clusters E distribution for pure MB trigger More... | |
TH1F * | fhClusMaxMBPure [3] |
! Maximum E Cluster per event distribution for pure MB trigger More... | |
TH1F * | fhClus [fgkTriggerCombi] |
! Clusters E distribution for a trigger More... | |
TH1F * | fhClusMax [fgkTriggerCombi] |
! Maximum E Cluster per event distribution for MB trigger More... | |
TH2F * | fhClusCen [fgkTriggerCombi] |
! Clusters Centrality vs E distribution for a trigger More... | |
TH2F * | fhClusCenMax [fgkTriggerCombi] |
! Maximum E Cluster vs Centrality per event distribution for a trigger More... | |
TH2F * | fhClusV0 [fgkTriggerCombi] |
! Clusters V0 vs E distribution for a trigger More... | |
TH2F * | fhClusV0Max [fgkTriggerCombi] |
! Maximum E Cluster vs Centrality per event distribution for a trigger More... | |
TH1F * | fhClusSM [fgkTriggerCombi][20] |
! Clusters E distribution for a trigger, per SM More... | |
TH2F * | fhClusCenSM [fgkTriggerCombi][20] |
! Clusters Centrality vs E distribution for a trigger, per SM More... | |
TH2F * | fhClusV0SM [fgkTriggerCombi][20] |
! Clusters V0 vs E distribution for a trigger, per SM More... | |
TH2F * | fhClusEta [fgkTriggerCombi] |
! Clusters eta vs E distribution for a trigger More... | |
TH2F * | fhClusEtaMax [fgkTriggerCombi] |
! Maximum E Cluster vs Eta per event distribution for a trigger More... | |
TH2F * | fhClusPhi [fgkTriggerCombi] |
! Clusters Phi vs E distribution for a trigger More... | |
TH2F * | fhClusPhiMax [fgkTriggerCombi] |
! Maximum E Cluster vs Phi per event distribution for a trigger More... | |
TH2F * | fhClusEtaPhiHigh [fgkTriggerCombi] |
! Clusters eta vs phi distribution for a trigger, energy above fEtaPhiEnMin GeV More... | |
TH2F * | fhClusEtaPhiHighCluMax [fgkTriggerCombi] |
! Maximum E Cluster, Phi vs Eta per event distribution for a trigger, energy above fEtaPhiEnMin GeV More... | |
TH2F * | fhClusEtaPhiHighCellMax [fgkTriggerCombi] |
! Clusters maximum energy cell index eta vs phi distribution for a trigger, energy above fEtaPhiEnMin GeV More... | |
TH2F * | fhClusEtaPhiHighCellMaxCluMax [fgkTriggerCombi] |
! Maximum E Cluster, maximum energy cell index Phi vs Eta per event distribution for MB trigger, energy above fEtaPhiEnMin GeV More... | |
TH2F * | fhClusEtaPhiLow [fgkTriggerCombi] |
! Clusters eta vs phi distribution for a trigger, energy below fEtaPhiEnMin GeV More... | |
TH2F * | fhClusEtaPhiLowCluMax [fgkTriggerCombi] |
! Maximum E Cluster, Phi vs Eta per event distribution for MB trigger, energy below fEtaPhiEnMin GeV More... | |
TH2F * | fhClusEtaPhiLowCellMax [fgkTriggerCombi] |
! Clusters maximum energy cell index eta vs phi distribution for a trigger, energy below fEtaPhiEnMin GeV More... | |
TH2F * | fhClusEtaPhiLowCellMaxCluMax [fgkTriggerCombi] |
! Maximum E Cluster, maximum energy cell index Phi vs Eta per event distribution for MB trigger, energy below fEtaPhiEnMin GeV More... | |
TH1F * | fhV0 [fgkTriggerCombi] |
! V0 distribution for a triggered event More... | |
TH1F * | fhCentrality [fgkTriggerCombi] |
! Centrality distribution for a triggered event More... | |
Int_t | fNBinsSTUSignal |
Float_t | fMaxSTUSignal |
Int_t | fNBinsTRUSignal |
Float_t | fMaxTRUSignal |
Int_t | fNBinsV0Signal |
Float_t | fMaxV0Signal |
Int_t | fNBinsSTUFEERatio |
Float_t | fMaxSTUFEERatio |
Int_t | fNBinsSTUTRURatio |
Float_t | fMaxSTUTRURatio |
Int_t | fNBinsClusterE |
Float_t | fMaxClusterE |
Int_t | fNBinsClusterPhi |
Float_t | fMaxClusterPhi |
Float_t | fMinClusterPhi |
Int_t | fNBinsClusterEta |
Float_t | fMaxClusterEta |
Double_t | fMapCell [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapCellL1G [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapCellL1G2 [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapCellL1J [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapCellL1J2 [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL0 [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL1 [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL0L1G [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL0L1J [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL1G [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL1G2 [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL1J [fgkFALTRORows][fgkFALTROCols] |
Double_t | fMapTrigL1J2 [fgkFALTRORows][fgkFALTROCols] |
Static Private Attributes | |
static const int | fgkTriggerCombi = 27 |
Total number of trigger combinations defined above. More... | |
static const int | fgkFALTRORows = 104 |
Total number of fake altro rows in EMCAL, temporary, not considers DCal yet (ALTRO channels in one SM times 5 SM divided by 2 per FALTRO) More... | |
static const int | fgkFALTROCols = AliEMCALGeoParams::fgkEMCALSTUCols |
Total number of fake altro collumns in EMCAL, (ALTRO channels in one SM times 2 SM divided by 2 per FALTRO) More... | |
Fill histograms with basic QA information for EMCAL offline trigger.
Fill histograms with basic QA information for EMCAL offline trigger.
Definition at line 29 of file AliAnalysisTaskEMCALTriggerQA.h.
|
private |
Definition at line 234 of file AliAnalysisTaskEMCALTriggerQA.h.
AliAnalysisTaskEMCALTriggerQA::AliAnalysisTaskEMCALTriggerQA | ( | ) |
Default Constructor. Init stuff. Needed by alien plugin.
Definition at line 49 of file AliAnalysisTaskEMCALTriggerQA.cxx.
AliAnalysisTaskEMCALTriggerQA::AliAnalysisTaskEMCALTriggerQA | ( | const char * | name | ) |
Constructor. Init stuff.
Definition at line 113 of file AliAnalysisTaskEMCALTriggerQA.cxx.
|
inlinevirtual |
Definition at line 37 of file AliAnalysisTaskEMCALTriggerQA.h.
|
private |
Copy constructor not implemented.
void AliAnalysisTaskEMCALTriggerQA::AccessOADB | ( | ) |
Set the AODB bad channels at least once.
Definition at line 179 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by ClusterAnalysis().
void AliAnalysisTaskEMCALTriggerQA::ClusterAnalysis | ( | ) |
Loop on clusters and fill the corresponding histograms. Not used in case of MC analysis, REVISE in future.
Definition at line 428 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::FillCellMaps | ( | ) |
Cells analysis. Fill FEE energy per channel array.
Definition at line 235 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::FillClusterHistograms | ( | Int_t | triggerNumber, |
Bool_t | max, | ||
Float_t | e, | ||
Float_t | eta, | ||
Float_t | phi, | ||
Float_t | ieta, | ||
Float_t | iphi, | ||
Int_t | nSupMod, | ||
Float_t | centrality, | ||
Float_t | fV0AC | ||
) |
Fill normal cluster related histograms depending on the trigger type selection, 10 options, MB, L0, L1 Gamma ... defined in enum triggerType.
Definition at line 650 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by ClusterAnalysis().
void AliAnalysisTaskEMCALTriggerQA::FillCorrelationHistograms | ( | ) |
FEE-TRU-STU correlation checks.
Definition at line 719 of file AliAnalysisTaskEMCALTriggerQA.cxx.
void AliAnalysisTaskEMCALTriggerQA::FillEventCounterHistogram | ( | ) |
Fill a TH1 histogram, each bin corresponds to a even trigger type.
Definition at line 767 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::FillL1GammaPatchHistograms | ( | ) |
L1 Gamma trigger patches histograms.
Definition at line 832 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::FillL1JetPatchHistograms | ( | ) |
L1 jet trigger patches histograms.
Definition at line 986 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::FillMapHistograms | ( | ) |
Matrix with signal per channel.
Definition at line 1026 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::FillTriggerPatchMaps | ( | TString | triggerclasses | ) |
Fill L0, L1 patch arrays.
Definition at line 307 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::FillV0Histograms | ( | ) |
Fill V0 histograms, only for ESDs.
Definition at line 1057 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
|
inline |
Definition at line 74 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AddTaskEMCALTriggerQA().
void AliAnalysisTaskEMCALTriggerQA::Init | ( | ) |
Init analysis parameters not set before.
Definition at line 1106 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by LocalInit().
void AliAnalysisTaskEMCALTriggerQA::InitCellPatchMaps | ( | ) |
Init to 0 and per event different cell/patch maps, depending on trigger type.
Definition at line 1119 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::InitGeometry | ( | ) |
Init geometry and set the geometry matrix, for the first event, skip the rest Also set once the run dependent calibrations
Definition at line 1147 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
void AliAnalysisTaskEMCALTriggerQA::InitHistogramArrays | ( | ) |
Histograms array initialization called in constructor.
Definition at line 1203 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by AliAnalysisTaskEMCALTriggerQA().
|
inline |
Definition at line 68 of file AliAnalysisTaskEMCALTriggerQA.h.
|
private |
Assignment operator not implemented.
|
inline |
Definition at line 112 of file AliAnalysisTaskEMCALTriggerQA.h.
Definition at line 123 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 124 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 125 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 77 of file AliAnalysisTaskEMCALTriggerQA.h.
Definition at line 87 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 85 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 114 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 121 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 119 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 122 of file AliAnalysisTaskEMCALTriggerQA.h.
Definition at line 110 of file AliAnalysisTaskEMCALTriggerQA.h.
void AliAnalysisTaskEMCALTriggerQA::SetTriggerEventBit | ( | TString | list | ) |
Check what trigger is the event, set the corresponding bit.
Definition at line 1233 of file AliAnalysisTaskEMCALTriggerQA.cxx.
Referenced by UserExec().
|
inline |
Definition at line 118 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 120 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 105 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 102 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 108 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 93 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 96 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AddTaskEMCALTriggerQA().
|
inline |
Definition at line 99 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AddTaskEMCALTriggerQA().
|
inline |
Definition at line 104 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 101 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 107 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 92 of file AliAnalysisTaskEMCALTriggerQA.h.
|
inline |
Definition at line 95 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AddTaskEMCALTriggerQA().
|
inline |
Definition at line 98 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AddTaskEMCALTriggerQA().
void AliAnalysisTaskEMCALTriggerQA::UserCreateOutputObjects | ( | ) |
Init histograms and geometry.
Definition at line 1309 of file AliAnalysisTaskEMCALTriggerQA.cxx.
void AliAnalysisTaskEMCALTriggerQA::UserExec | ( | Option_t * | option | ) |
Definition at line 1894 of file AliAnalysisTaskEMCALTriggerQA.cxx.
|
private |
Get calibration from OADB for EMCAL.
Definition at line 139 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), SwitchOffEMCALOADB(), and SwitchOnEMCALOADB().
|
private |
EGA trigger bit.
Definition at line 142 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), InitGeometry(), and SetEventTriggerL1Bit().
|
private |
EJE trigger bit.
Definition at line 143 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), InitGeometry(), and SetEventTriggerL1Bit().
|
private |
Centrality estimator string: V0M, TKL, FMD, ZEMvsZDC, ...
Definition at line 160 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), and SetCentralityEstimator().
|
private |
Min energy for Eta/Phi histograms.
Definition at line 145 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), SetEtaPhiEnMin(), and UserCreateOutputObjects().
|
private |
Bit for Central events.
Definition at line 176 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillEventCounterHistogram(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Bit for L0 events.
Definition at line 165 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillEventCounterHistogram(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Bit for L0 events, DCal.
Definition at line 166 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillEventCounterHistogram(), and SetTriggerEventBit().
|
private |
Bit for L1 Gamma 1 events.
Definition at line 167 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillEventCounterHistogram(), FillL1GammaPatchHistograms(), FillTriggerPatchMaps(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Bit for L1 Gamma 2 events.
Definition at line 169 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillEventCounterHistogram(), FillL1GammaPatchHistograms(), FillTriggerPatchMaps(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Bit for L1 Gamma 2 events, DCal.
Definition at line 170 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillTriggerPatchMaps(), FillV0Histograms(), and SetTriggerEventBit().
|
private |
Bit for L1 Gamma 1 events, DCal.
Definition at line 168 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillEventCounterHistogram(), FillTriggerPatchMaps(), FillV0Histograms(), and SetTriggerEventBit().
|
private |
Bit for L1 Jet 1 events.
Definition at line 171 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillEventCounterHistogram(), FillL1JetPatchHistograms(), FillTriggerPatchMaps(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Bit for L1 JEt 2 events.
Definition at line 173 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillEventCounterHistogram(), FillL1JetPatchHistograms(), FillTriggerPatchMaps(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Bit for L1 JEt 2 events, DCal.
Definition at line 174 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillTriggerPatchMaps(), FillV0Histograms(), and SetTriggerEventBit().
|
private |
Bit for L1 Jet 1 events, DCal.
Definition at line 172 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillEventCounterHistogram(), FillTriggerPatchMaps(), FillV0Histograms(), and SetTriggerEventBit().
|
private |
Bit for MB events.
Definition at line 164 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillEventCounterHistogram(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Bit for Semi Central events.
Definition at line 177 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillEventCounterHistogram(), FillV0Histograms(), SetTriggerEventBit(), and UserExec().
|
private |
Centrality histograms creation and fill.
Definition at line 154 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillClusterHistograms(), SwitchOffCentralityHistograms(), SwitchOnCentralityHistograms(), and UserCreateOutputObjects().
|
private |
Fill eta/phi distributions.
Definition at line 155 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), SwitchOffClusterAcceptanceHistograms(), SwitchOnClusterAcceptanceHistograms(), and UserCreateOutputObjects().
|
private |
V0 signal creation and fill.
Definition at line 153 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), FillL1GammaPatchHistograms(), FillL1JetPatchHistograms(), FillV0Histograms(), SwitchOffV0SignalHistograms(), SwitchOnV0SignalHistograms(), and UserCreateOutputObjects().
|
private |
Fill SM histograms for SM >= fFirstSM.
Definition at line 157 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), SetSuperModulesRange(), and UserCreateOutputObjects().
|
private |
Access to EMCAL geometry utils.
Definition at line 135 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AccessOADB(), ClusterAnalysis(), FillCellMaps(), FillCorrelationHistograms(), and InitGeometry().
|
private |
Name of geometry used.
Definition at line 136 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by InitGeometry(), and SetGeometryName().
|
private |
Geometry already set.
Definition at line 134 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by InitGeometry().
|
staticprivate |
Total number of fake altro collumns in EMCAL, (ALTRO channels in one SM times 2 SM divided by 2 per FALTRO)
Definition at line 314 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillCorrelationHistograms(), FillL1GammaPatchHistograms(), FillMapHistograms(), InitCellPatchMaps(), and UserCreateOutputObjects().
|
staticprivate |
Total number of fake altro rows in EMCAL, temporary, not considers DCal yet (ALTRO channels in one SM times 5 SM divided by 2 per FALTRO)
Definition at line 311 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillCellMaps(), FillCorrelationHistograms(), FillL1GammaPatchHistograms(), FillMapHistograms(), InitCellPatchMaps(), and UserCreateOutputObjects().
|
staticprivate |
Total number of trigger combinations defined above.
Definition at line 252 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Centrality distribution for a triggered event
Definition at line 286 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters E distribution for a trigger
Definition at line 254 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters Centrality vs E distribution for a trigger
Definition at line 257 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster vs Centrality per event distribution for a trigger
Definition at line 258 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters Centrality vs E distribution for a trigger, per SM
Definition at line 264 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters eta vs E distribution for a trigger
Definition at line 267 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster vs Eta per event distribution for a trigger
Definition at line 268 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters eta vs phi distribution for a trigger, energy above fEtaPhiEnMin GeV
Definition at line 273 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters maximum energy cell index eta vs phi distribution for a trigger, energy above fEtaPhiEnMin GeV
Definition at line 276 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster, maximum energy cell index Phi vs Eta per event distribution for MB trigger, energy above fEtaPhiEnMin GeV
Definition at line 277 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster, Phi vs Eta per event distribution for a trigger, energy above fEtaPhiEnMin GeV
Definition at line 274 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters eta vs phi distribution for a trigger, energy below fEtaPhiEnMin GeV
Definition at line 279 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters maximum energy cell index eta vs phi distribution for a trigger, energy below fEtaPhiEnMin GeV
Definition at line 282 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster, maximum energy cell index Phi vs Eta per event distribution for MB trigger, energy below fEtaPhiEnMin GeV
Definition at line 283 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster, Phi vs Eta per event distribution for MB trigger, energy below fEtaPhiEnMin GeV
Definition at line 280 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster per event distribution for MB trigger
Definition at line 255 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster per event distribution for pure MB trigger
Definition at line 250 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters E distribution for pure MB trigger
Definition at line 249 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters Phi vs E distribution for a trigger
Definition at line 270 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster vs Phi per event distribution for a trigger
Definition at line 271 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters E distribution for a trigger, per SM
Definition at line 263 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters V0 vs E distribution for a trigger
Definition at line 260 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Maximum E Cluster vs Centrality per event distribution for a trigger
Definition at line 261 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Clusters V0 vs E distribution for a trigger, per SM
Definition at line 265 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Correlation FEE vs STU
Definition at line 219 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCorrelationHistograms().
|
private |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column
Definition at line 184 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Gamma trigger event
Definition at line 185 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Gamma2 trigger event
Definition at line 186 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Jet trigger event
Definition at line 187 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FEE cells deposited energy, grouped like FastOR 2x2 per Row and Column, with L1 Jet2 trigger event
Definition at line 188 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! Mean FastOR(FEE) signal per Row and Column
Definition at line 225 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! V0 signal vs maximum gamma L1 patch
Definition at line 223 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! V0 signal vs maximum jet L1 patch
Definition at line 224 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1JetPatchHistograms(), and UserCreateOutputObjects().
|
private |
! FALTRO signal per Row and Column for FOR involves L0 patch
Definition at line 189 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FALTRO signal per Row and Column for FOR involves L0 patch, with L1G trigger event
Definition at line 190 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FALTRO signal per Row and Column for FOR involves L0 patch, with L1J trigger event
Definition at line 191 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! Mean FastOR(TRU) signal per Row and Column
Definition at line 226 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with L0 patch associated
Definition at line 199 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), and UserCreateOutputObjects().
|
private |
! STU signal per Row and Column for FOR involves L0 patch
Definition at line 192 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! STU signal per Row and Column for FOR position vs FOR energy
Definition at line 197 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! STU signal per Row and Column for FOR position of L1 Gamma2 patch (top-left)
Definition at line 194 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with L1 Gamma patch associated
Definition at line 201 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), and UserCreateOutputObjects().
|
private |
! FOR of max. amplitude patch with L1 Gamma patch associated
Definition at line 229 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! STU signal per Row and Column for FOR position of L1 Gamma patch (top-left)
Definition at line 193 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with L1 Gamma patch associated
Definition at line 200 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), and UserCreateOutputObjects().
|
private |
! FOR without any L1 Gamma patch associated with energy in the related cells: fake patch
Definition at line 205 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Energy distrib of FOR forfake events, all patch energy
Definition at line 211 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! FOR without any L1 Gamma patch associated with energy in the related cell, maximal energy patch : fake events
Definition at line 207 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Energy distrib FOR for fake events, patch of maximal energy
Definition at line 209 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with L1 Gamma patch associated
Definition at line 203 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Energy distrib of FOR for fake events, all patch energy
Definition at line 212 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! FOR of max. amplitude patch with L1 Gamma patch associated
Definition at line 228 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with at least 1 L1 Gamma patch associated that has energy in the related celles : not a fake event
Definition at line 204 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Energy distrib of FOR for non fake events, all patch energy
Definition at line 210 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with at least one L1 Gamma patch associated with energy in the related cell, maximal energy patch : not fake events
Definition at line 206 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Energy distrib of FOR for non fake events, patch of maximal energy
Definition at line 208 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with L1 Gamma patch associated but no energy in the related cells
Definition at line 202 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Energy distrib of FOR for non fake events, all patch energy
Definition at line 213 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! STU signal per Row and Column for FOR position of L1 Jet2 patch (top-left)
Definition at line 196 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with L1 Jet patch associated
Definition at line 218 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), and UserCreateOutputObjects().
|
private |
! FOR of max. amplitude patch with L1 Jet patch associated
Cluster vs trigger histograms enum with trigger types.
Definition at line 231 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1JetPatchHistograms(), and UserCreateOutputObjects().
|
private |
! STU signal per Row and Column for FOR position of L1 Jet patch (top-left)
Definition at line 195 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! FOR with L1 Jet patch associated
Definition at line 217 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), and UserCreateOutputObjects().
|
private |
! FOR of max. amplitude patch with L1 Jet patch associated
Definition at line 230 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1JetPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Mean FastOR(STU) signal per Row and Column
Definition at line 227 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), and UserCreateOutputObjects().
|
private |
! Number of selected events
Definition at line 183 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillEventCounterHistogram(), and UserCreateOutputObjects().
|
private |
! number of fake patchs per event vs. if all were fakes or not
Definition at line 214 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! number of non fake patchs per events vs. if all were fakes or not
Definition at line 215 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), and UserCreateOutputObjects().
|
private |
! Correlation TRU vs STU
Definition at line 220 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCorrelationHistograms().
|
private |
! V0 distribution for a triggered event
Definition at line 285 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillV0Histograms(), InitHistogramArrays(), and UserCreateOutputObjects().
|
private |
! Total signal STU vs V0C+V0S
Definition at line 221 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillV0Histograms(), and UserCreateOutputObjects().
|
private |
Fill SM histograms for SM <= fLastSM.
Definition at line 158 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillClusterHistograms(), SetSuperModulesRange(), and UserCreateOutputObjects().
|
private |
Definition at line 317 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCellMaps(), FillCorrelationHistograms(), FillMapHistograms(), and InitCellPatchMaps().
|
private |
Definition at line 318 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCellMaps(), FillL1GammaPatchHistograms(), FillMapHistograms(), and InitCellPatchMaps().
|
private |
Definition at line 319 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCellMaps(), FillMapHistograms(), and InitCellPatchMaps().
|
private |
Definition at line 320 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCellMaps(), FillMapHistograms(), and InitCellPatchMaps().
|
private |
Definition at line 321 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCellMaps(), FillMapHistograms(), and InitCellPatchMaps().
|
private |
Definition at line 322 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCorrelationHistograms(), FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 324 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 325 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 323 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCorrelationHistograms(), FillL1JetPatchHistograms(), FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 326 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 327 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 328 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 329 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillMapHistograms(), FillTriggerPatchMaps(), and InitCellPatchMaps().
|
private |
Definition at line 301 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetClusterEHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 306 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetClusterEtaHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 303 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetClusterPhiHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 297 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCorrelationHistograms(), SetSTUFEERatioHistogramsRange(), and SetSTUTRURatioHistogramsRange().
|
private |
Definition at line 291 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), SetSTUTotalSignalHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 299 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillCorrelationHistograms().
|
private |
Definition at line 293 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), and SetTRUTotalSignalHistogramsRange().
|
private |
Definition at line 295 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillV0Histograms(), SetV0TotalSignalHistogramsRange(), and UserCreateOutputObjects().
|
private |
Simulation On/Off.
Definition at line 156 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), FillV0Histograms(), SetTriggerEventBit(), SwitchOffMCData(), SwitchOnMCData(), UserCreateOutputObjects(), and UserExec().
|
private |
Definition at line 304 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetClusterPhiHistogramsRange(), and UserCreateOutputObjects().
|
private |
Cluster kinematics, temporal, avoid recreation per event.
Definition at line 179 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis().
|
private |
Definition at line 300 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetClusterEHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 305 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetClusterEtaHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 302 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetClusterPhiHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 296 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetSTUFEERatioHistogramsRange().
|
private |
Definition at line 290 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetSTUTotalSignalHistogramsRange(), and UserCreateOutputObjects().
|
private |
Definition at line 298 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetSTUTRURatioHistogramsRange().
|
private |
Definition at line 292 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetTRUTotalSignalHistogramsRange().
|
private |
Definition at line 294 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by SetV0TotalSignalHistogramsRange(), and UserCreateOutputObjects().
|
private |
Default path $ALICE_PHYSICS/OADB/EMCAL, if needed change.
Definition at line 140 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AccessOADB(), and SetOADBFilePath().
|
private |
AODB parameters already set.
Definition at line 138 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AccessOADB().
|
private |
! Output list
Definition at line 130 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by UserCreateOutputObjects(), and UserExec().
|
private |
RecoUtils.
Definition at line 132 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by AccessOADB(), ClusterAnalysis(), GetRecoUtils(), and Init().
|
private |
Sum of STU time sums.
Definition at line 147 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps(), and FillV0Histograms().
|
private |
Sum of TRU amplitudes.
Definition at line 148 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillTriggerPatchMaps().
|
private |
Use the centrality estimator from AliCentrality or AliMultSelection.
Definition at line 161 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), SwitchOffAliCentrality(), and SwitchOnAliCentrality().
|
private |
V0 A signal.
Definition at line 150 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), and FillV0Histograms().
|
private |
V0 C signal.
Definition at line 151 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by ClusterAnalysis(), and FillV0Histograms().
|
private |
V0 signal from trigger.
Definition at line 149 of file AliAnalysisTaskEMCALTriggerQA.h.
Referenced by FillL1GammaPatchHistograms(), FillL1JetPatchHistograms(), and FillTriggerPatchMaps().