AliPhysics  958ad07 (958ad07)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskEMCALClusterize.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCALCLUSTERIZE_H
2 #define ALIANALYSISTASKEMCALCLUSTERIZE_H
3 
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice */
6 
7 //_________________________________________________________________________
18 //_________________________________________________________________________
19 
20 // Root
21 class TTree;
22 class TClonesArray;
23 #include <TRandom3.h>
24 
25 // EMCAL
26 class AliEMCALGeometry;
27 class AliEMCALClusterizer;
28 class AliEMCALAfterBurnerUF;
29 class AliEMCALRecPoint;
30 class AliAODCaloCluster;
31 class AliCentrality;
32 class AliMultSelection;
33 class AliVCaloCells;
34 
35 #include "AliEMCALRecParam.h"
36 #include "AliEMCALRecoUtils.h"
37 
38 #include "AliAnalysisTaskSE.h"
39 
41 
42  public:
43 
45  AliAnalysisTaskEMCALClusterize(const char *name);
47 
48  virtual void UserCreateOutputObjects();
49  virtual void UserExec(Option_t *option);
50  virtual void Init();
51  virtual void LocalInit() { Init() ; }
52 
53  // Event methods, settings
54 
59  void SetEMCALNcellsCut(Int_t cut) { fEMCALNcellsCut = cut ; }
60 
63 
64  void CheckAndGetEvent();
65 
69 
70  Bool_t IsLEDEvent(const Int_t run);
73 
74  // OCDB, avoid acessing OCDB!
75 
77  void SwitchOnAccessOCDB() { fAccessOCDB = kTRUE ; }
78  void SwitchOffAccessOCDB() { fAccessOCDB = kFALSE ; }
79  void SetOCDBPath(const char *path) { fOCDBpath = path ; }
80 
81  // Geometry methods
82 
83  void InitGeometry();
84  void SetGeometryName(TString &name) { fGeomName = name ; }
85  TString GeometryName() const { return fGeomName ; }
88  void SetGeometryMatrixInSM(TGeoHMatrix* m, Int_t i) { fGeomMatrix[i] = m ; }
89 
91  TString pa = "") { fImportGeometryFromFile = im ;
92  fImportGeometryFilePath = pa ; }
93  // Outout AOD branch methods
94 
96  void FillAODFile(Bool_t yesno) { fFillAODFile = yesno ; }
97  void FillAODCaloCells();
98  void FillAODHeader();
100  void SwitchOffFillAODHeader() { fFillAODHeader = kFALSE ; }
103 
106 
107  // Algorithms settings
108 
109  AliEMCALRecParam * GetRecParam() { if(!fRecParam) fRecParam = new AliEMCALRecParam ;
110  return fRecParam ; }
111 
112  AliEMCALRecoUtils* GetRecoUtils() { if(!fRecoUtils) fRecoUtils = new AliEMCALRecoUtils ;
113  return fRecoUtils ; }
114 
115  void InitClusterization();
116  void ClusterizeCells();
117  void ClusterUnfolding();
118  void JustUnfold(Bool_t yesno) { fJustUnfold = yesno ; }
119  void UpdateCells();
120 
121  void SetConfigFileName(TString name) { fConfigName = name ; }
122  void SetMaxEvent(Int_t max) { fMaxEvent = max ; }
123 
126 
127  void SwitchOnUpdateCell() { fUpdateCell = kTRUE ; }
128  void SwitchOffUpdateCell() { fUpdateCell = kFALSE ; }
129 
130  // Cell selection after unfolding
131 
135  fSelectCellMinFrac = frac ; }
137 
138  // OADB options settings
139 
140  void AccessOADB() ;
141 
142  TString GetPass() ;
143 
144  void SwitchOnEMCALOADB() { fAccessOADB = kTRUE ; }
145  void SwitchOffEMCALOADB() { fAccessOADB = kFALSE ; }
146 
147  void SetOADBFilePath(TString path) { fOADBFilePath = path ; }
148 
150 
151  // Centrality selection
152 
153  AliCentrality* GetCentrality() const { return InputEvent()->GetCentrality() ; }
154  AliMultSelection* GetMultSelCen() const { return (AliMultSelection * ) InputEvent()->FindListObject("MultSelection") ; }
157 
160  Float_t GetEventCentrality() const ;
161  void SetCentralityBin(Int_t min, Int_t max) //Set the centrality bin to select the event. If used, then need to get percentile
162  { fCentralityBin[0]=min ; fCentralityBin[1]=max ; }
163  Float_t GetCentralityBin(Int_t i) const { if(i < 0 || i > 1) return -1 ;
164  else return fCentralityBin[i] ; }
165 
166  // MC label properly assignation methods
167 
168  void RemapMCLabelForAODs(Int_t &label);
171 
172  void SetClustersMCLabelFrom2SelectedLabels(AliEMCALRecPoint* recPoint, AliAODCaloCluster *clus) ;
173  void SetClustersMCLabelFromOriginalClusters(AliAODCaloCluster * clus) ;
174 
177 
181 
182  //-----------------------------------------
183  // T-Card correlation emulation, do on MC
184 
185  void MakeCellTCardCorrelation() ;
187 
190  void SwitchOnTCardCorrelation(Bool_t conservEnergy = kFALSE) { fTCardCorrEmulation = kTRUE ; fTCardCorrClusEnerConserv = conservEnergy ; }
191 
194 
201 
204 
205 
212 
216  void SetInducedEnergyLossProbabilityPerSM(Float_t prob, Int_t sm) { if ( sm < 22 && sm >= 0 ) fTCardCorrInduceEnerProb[sm] = prob ; }
217  //------------------------------------------
218 
219 private:
220 
221  virtual void FillCaloClusterInEvent();
222 
223  virtual void RecPoints2Clusters();
224 
225  virtual void ResetArrays();
226 
227  AliVEvent *fEvent;
228 
229  // Geometry
230  AliEMCALGeometry *fGeom;
232  TGeoHMatrix *fGeomMatrix[22];
235 
236  // OCDB
239 
240  // Temporal arrays
241  TClonesArray *fDigitsArr;
244  AliVCaloCells *fCaloCells;
245 
246  // Clusterizers
247  AliEMCALRecParam *fRecParam;
248  AliEMCALClusterizer *fClusterizer;
249  AliEMCALAfterBurnerUF *fUnfolder;
251 
252  // AOD
253  TClonesArray *fOutputAODBranch;
260 
262 
263  AliEMCALRecoUtils* fRecoUtils;
265 
266  static const Int_t fgkNEMCalCells = 17664;
267 
274 
276 
278 
287 
290 
295 
296  // Centrality
300 
301  // Event selection with some signal in EMCAL
305 
311 
315 
317 
319 
320 
321  // T-Card correlation emulation, do on MC
326 
331  TRandom3 fRandom ;
332 
335 
338 
340  ClassDef(AliAnalysisTaskEMCALClusterize, 34) ;
342 
343 };
344 
345 #endif //ALIANALYSISTASKEMCALCLUSTERIZE_H
void FillAODCaloCells()
Put calo cells in standard branch.
AliVCaloCells * fCaloCells
! CaloCells container
Bool_t fTCardCorrEmulation
Activate T-Card cells energy correlation.
double Double_t
Definition: External.C:58
virtual void ResetArrays()
Reset arrays containing information for all possible cells.
void SetCellCuts(Float_t e, Float_t frac)
TString GetPass()
Get or guess pass number/string from path of filename.
Bool_t fFillAODHeader
Copy header to standard branch.
TClonesArray * fDigitsArr
! Digits array
Bool_t fTCardCorrClusEnerConserv
When making correlation, subtract from the reference cell the induced energy on the neighbour cells...
void SetInducedEnergyLossFractionWidth(Float_t ud, Float_t udlr, Float_t lr)
AliEMCALClusterizer * fClusterizer
! EMCAL clusterizer
Bool_t fJustUnfold
Just unfold, do not recluster.
Bool_t fImportGeometryFromFile
Import geometry settings in geometry.root file.
Bool_t fSelectCell
Reject cells from cluster if energy is too low and recalculate position/energy and other...
TString fConfigName
Name of analysis configuration file.
Int_t fCellSecondLabels[fgkNEMCalCells]
Array with Second MC label to be passed to digit.
void SwitchOffTCardCorrelation()
De-activate T-Card cells correlation,.
void SetClustersMCLabelFrom2SelectedLabels(AliEMCALRecPoint *recPoint, AliAODCaloCluster *clus)
Float_t fCellMatchdEta[fgkNEMCalCells]
Array with cluster-track dPhi.
TClonesArray * fOutputAODBranch
! AOD Branch with output clusters
TString fOADBFilePath
Default path $ALICE_PHYSICS/OADB/EMCAL, if needed change.
Float_t fTCardCorrCellsEner[fgkNEMCalCells]
Array with induced cell energy in T-Card neighbour cells.
Float_t fTCardCorrInduceEnerFrac[3]
Induced energy loss gauss mean on 0-same row, diff col, 1-up/down cells left/right col 2-left/righ co...
TString fImportGeometryFilePath
path fo geometry.root file
Bool_t fSelectEMCALEvent
Process the event if there is some high energy cluster.
Float_t GetEventCentrality() const
Get centrality/multiplicity percentile.
Bool_t fInputFromFilter
Get the input from AODs from the filter.
Float_t fTCardCorrInduceEnerFracWidth[3]
Induced energy loss gauss witdth on 0-same row, diff col, 1-up/down cells left/right col 2-left/righ ...
TString fOutputAODBranchName
New of output AOD branch.
AliEMCALGeometry * fGeom
EMCAL geometry.
void ClusterUnfolding()
Take the event clusters and unfold them.
int Int_t
Definition: External.C:63
Bool_t fAccessOADB
Get calibration from OADB for EMCAL.
Bool_t fRemoveLEDEvents
Remove LED events, use only for LHC11a.
AliEMCALRecoUtils * fRecoUtils
Access to factorized reconstruction algorithms.
float Float_t
Definition: External.C:68
Bool_t fRejectBelowThreshold
split (false-default) or reject (true) cell energy below threshold after UF
Float_t fConstantTimeShift
Apply a 600 ns time shift in case of simulation, shift in ns.
void SetClustersMCLabelFromOriginalClusters(AliAODCaloCluster *clus)
Bool_t fUpdateCell
On/Off the upate of the CaloCells container.
Float_t fSelectCellMinE
Min energy cell threshold, after unfolding.
Bool_t fOADBSet
AODB parameters already set.
Int_t fCellLabels[fgkNEMCalCells]
Array with MC label to be passed to digit.
Bool_t fRemoveExoticEvents
Remove exotic events.
void SwitchOnTCardCorrelation(Bool_t conservEnergy=kFALSE)
Bool_t fDoTrackMatching
On/Off the matching recalculation to speed up analysis in PbPb.
Float_t fCellMatchdPhi[fgkNEMCalCells]
Array with cluster-track dEta.
void SetInducedEnergyLossFractionP1(Float_t ud, Float_t udlr, Float_t lr)
Float_t fTCardCorrInduceEnerProb[22]
Probability to induce energy loss per SM.
TGeoHMatrix * fGeomMatrix[22]
Geometry matrices with alignments.
Bool_t IsLEDEvent(const Int_t run)
Check if event is LED, is so remove it. Affected LHC11a runs.
AliEMCALRecParam * fRecParam
Reconstruction parameters container.
TString fGeomName
Name of geometry to use.
Bool_t fOutputAODBranchSet
Set the AOD clusters branch in the input event once.
void SetInducedEnergyLossFraction(Float_t ud, Float_t udlr, Float_t lr)
TString fOCDBpath
Path with OCDB location.
AliEMCALAfterBurnerUF * fUnfolder
! Unfolding procedure
Float_t fTCardCorrInduceEnerFracP1[3]
Induced energy loss gauss mean on 0-same row, diff col, 1-up/down cells left/right col 2-left/righ co...
Bool_t fGeomMatrixSet
Set geometry matrices only once, for the first event.
Float_t fCentralityBin[2]
Minimum and maximum value of the centrality for the analysis.
Bool_t fFillAODCaloCells
Copy calocells to standard branch.
TObjArray * fCaloClusterArr
! CaloClusters array
Double_t fCellTime[fgkNEMCalCells]
Array with cluster time to be passed to digit in case of AODs.
TString fCentralityClass
Name of selected centrality class.
void SetImportGeometryFromFile(Bool_t im, TString pa="")
Bool_t fAccessOCDB
Need to access info from OCDB (not really)
void SetInducedEnergyLossProbabilityPerSM(Float_t prob, Int_t sm)
AliAnalysisTaskEMCALClusterize & operator=(const AliAnalysisTaskEMCALClusterize &)
Assignment operator not implemented.
TObjArray * fClusterArr
! Recpoints array
Bool_t fRecalibrateWithClusterTime
Use fCellTime to store time of cells in cluster.
const char Option_t
Definition: External.C:48
bool Bool_t
Definition: External.C:53
void FillAODHeader()
Put event header information in standard AOD branch.
static const Int_t fgkNEMCalCells
Total number of cells in the calorimeter, 10*48*24 (EMCal) + 4*48*8 (EMCal/DCal 1/3) + 6*32*24 (DCal)...
Int_t fEMCALNcellsCut
At least an EMCAL cluster with fNCellsCut cells over fEnergyCut.
void SetGeometryMatrixInSM(TGeoHMatrix *m, Int_t i)
Reclusterize EMCal clusters, put them in a new branch for other following analysis.
Bool_t fTCardCorrCellsNew[fgkNEMCalCells]
Array with induced cell energy in T-Card neighbour cells, that before had no signal.
Bool_t fLoadGeomMatrices
Matrices set from configuration, not get from geometry.root or from ESDs/AODs.
Float_t fEMCALEnergyCut
At least an EMCAL cluster with this energy in the event.
Bool_t fUseAliCentrality
Use the centrality estimator from AliCentrality or AliMultSelection.
Int_t fOrgClusterCellId[fgkNEMCalCells]
Array ID of cluster to wich the cell belongs in unmodified clusters.
Float_t fSelectCellMinFrac
Min fraction of cell energy after unfolding cut.
Bool_t reject
Bool_t fRemapMCLabelForAODs
Remap AOD cells MC label. Needed in old AOD productions.