6 #include <TClonesArray.h> 10 #include <TLorentzVector.h> 12 #include "AliVCluster.h" 13 #include "AliVTrack.h" 15 #include "AliEMCALGeometry.h" 16 #include "AliVCaloCells.h" 25 fh2AmplitudeCellNumber(0x0)
30 SetMakeGeneralHistograms(kTRUE);
36 fh2AmplitudeCellNumber(0x0)
68 fGeom = AliEMCALGeometry::GetInstance();
73 Int_t absIdMin = 1000000;
78 for (
Int_t icell = 0; icell <
fCaloCells->GetNumberOfCells(); icell++) {
82 Double_t amp =0., time = 0., efrac = 0;
85 fCaloCells->GetCell(icell, absId, amp, time,mclabel,efrac);
86 if(absId<absIdMin) absIdMin=absId;
87 if(absId>absIdMax) absIdMax=absId;
Bool_t Run()
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.
TH2F * fh2AmplitudeCellNumber
Base task in the EMCAL framework.
virtual ~AliAnalysisTaskEmcalBadCells()
AliAnalysisTaskEmcalBadCells()
AliEMCALGeometry * fGeom
!emcal geometry
void Terminate(Option_t *option)
AliVCaloCells * fCaloCells
!cells
AliEmcalList * fOutput
!output list
void SetMakeGeneralHistograms(Bool_t g)
void UserCreateOutputObjects()
Main initialization function on the worker.
Bool_t FillHistograms()
Function filling histograms.
void UserCreateOutputObjects()