AliPhysics  a5cd6b6 (a5cd6b6)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskEmcal.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCAL_H
2 #define ALIANALYSISTASKEMCAL_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 class TClonesArray;
7 class TString;
8 class AliMCParticle;
9 class AliVCluster;
10 class AliVTrack;
11 class AliVParticle;
12 class AliVCaloCells;
13 class TH1;
14 class TProfile;
15 class AliEMCALGeometry;
16 class AliGenPythiaEventHeader;
17 class AliGenHerwigEventHeader;
18 class AliVCaloTrigger;
19 class AliAnalysisUtils;
20 class AliEMCALTriggerPatchInfo;
21 class AliAODTrack;
22 class AliEmcalPythiaInfo;
23 class AliAODInputHandler;
24 class AliESDInputHandler;
25 
26 #include "Rtypes.h"
27 #include "TArrayI.h"
28 
29 #include "AliParticleContainer.h"
30 #include "AliMCParticleContainer.h"
31 #include "AliTrackContainer.h"
32 #include "AliClusterContainer.h"
33 #include "AliEmcalList.h"
34 
35 #include "AliAnalysisTaskSE.h"
70  public:
71 
76  enum EDataType_t {
80  };
81 
86  enum BeamType {
87  kNA = -1,
88  kpp = 0,
89  kAA = 1,
90  kpA = 2
91  };
92 
97  enum TriggerType {
98  kND = -1,
99  kJ1 = 0,
100  kJ2 = 1,
101  kG1 = 2,
102  kG2 = 3,
103  kL0 = 4
104  };
105 
116  };
117 
125  };
126 
128  AliAnalysisTaskEmcal(const char *name, Bool_t histo=kFALSE);
129  virtual ~AliAnalysisTaskEmcal();
130 
132  AliTrackContainer *AddTrackContainer(const char *n);
140  AliParticleContainer *GetParticleContainer(const char* name) const;
142  AliClusterContainer *GetClusterContainer(const char* name) const;
144  AliMCParticleContainer *GetMCParticleContainer(const char* name) const { return dynamic_cast<AliMCParticleContainer*>(GetParticleContainer(name)); }
146  AliTrackContainer *GetTrackContainer(const char* name) const { return dynamic_cast<AliTrackContainer*>(GetParticleContainer(name)) ; }
147  void RemoveParticleContainer(Int_t i=0) { fParticleCollArray.RemoveAt(i) ; }
148  void RemoveClusterContainer(Int_t i=0) { fClusterCollArray.RemoveAt(i) ; }
149  void SetCaloCellsName(const char *n) { fCaloCellsName = n ; }
151  void SetCaloTriggersName(const char *n) { fCaloTriggersName = n ; }
152  void SetCentRange(Double_t min, Double_t max) { fMinCent = min ; fMaxCent = max ; }
153  void SetCentralityEstimator(const char *c) { fCentEst = c ; }
154  void SetClusPtCut(Double_t cut, Int_t c=0);
155  void SetClusTimeCut(Double_t min, Double_t max, Int_t c=0);
158  void SetHistoBins(Int_t nbins, Double_t min, Double_t max) { fNbins = nbins; fMinBinPt = min; fMaxBinPt = max ; }
159  void SetIsEmbedded(Bool_t i) { fIsEmbedded = i ; }
160  void SetIsPythia(Bool_t i) { fIsPythia = i ; }
161  void SetIsHerwig(Bool_t i) { fIsHerwig = i ; }
163 
169 
179  void SetUserPtHardBinning(const TArrayI &binning) { fPtHardBinning = binning; }
180 
182  void SetMinMCLabel(Int_t s) { fMinMCLabel = s ; }
183  void SetMinNTrack(Int_t min) { fMinNTrack = min ; }
186  virtual void SetNCentBins(Int_t n) { fNcentBins = n ; }
189  void SetOffTrigger(UInt_t t) { fOffTrigger = t ; }
190  void SetTrackEtaLimits(Double_t min, Double_t max, Int_t c=0);
191  void SetTrackPhiLimits(Double_t min, Double_t max, Int_t c=0);
192  void SetTrackPtCut(Double_t cut, Int_t c=0);
193  void SetTrigClass(const char *n) { fTrigClass = n ; }
194  void SetMinBiasTriggerClassName(const char *n) { fMinBiasRefTrigger = n ; }
196  void SetUseAliAnaUtils(Bool_t b, Bool_t bRejPilup = kTRUE) { fUseAliAnaUtils = b ; fRejectPileup = bRejPilup ; }
197  void SetVzRange(Double_t min, Double_t max) { fMinVz = min ; fMaxVz = max ; }
202  void SetPythiaInfoName(const char *n) { fPythiaInfoName = n ; }
203  const TString& GetPythiaInfoName() const { return fPythiaInfoName ; }
204  const AliEmcalPythiaInfo *GetPythiaInfo() const { return fPythiaInfo ; }
206  void SetMCFilter() { fMCRejectFilter = kTRUE ; }
207  void ResetMCFilter() { fMCRejectFilter = kFALSE ; }
214 
215  // Static Utilities
216  static AliAODInputHandler* AddAODHandler();
217  static AliESDInputHandler* AddESDHandler();
218 
219  protected:
220  void LoadPythiaInfo(AliVEvent *event);
221  void SetRejectionReasonLabels(TAxis* axis);
222  Bool_t AcceptCluster(AliVCluster *clus, Int_t c = 0) const;
223  Bool_t AcceptTrack(AliVParticle *track, Int_t c = 0) const;
224  void AddObjectToEvent(TObject *obj, Bool_t attempt = kFALSE);
225  AliVParticle *GetAcceptParticleFromArray(Int_t p, Int_t c=0) const;
226  AliVCluster *GetAcceptClusterFromArray(Int_t cl, Int_t c=0) const;
227  TClonesArray *GetArrayFromEvent(const char *name, const char *clname=0);
228  BeamType GetBeamType() const;
229  TClonesArray *GetParticleArray(Int_t i=0) const;
230  TClonesArray *GetClusterArray(Int_t i=0) const;
231  Int_t GetNParticles(Int_t i=0) const;
232  Int_t GetNClusters(Int_t i=0) const;
233  AliEMCALTriggerPatchInfo *GetMainTriggerPatch(TriggerCategory triggersel = kTriggerLevel1Jet, Bool_t doOfflinSimple = kFALSE);
234  Bool_t HasTriggerType(TriggerType triggersel);
236  Bool_t PythiaInfoFromFile(const char* currFile, Float_t &fXsec, Float_t &fTrials, Int_t &pthard);
237  Bool_t IsTrackInEmcalAcceptance(AliVParticle* part, Double_t edges=0.9) const;
238 
239  void GeneratePythiaInfoObject(AliMCEvent* mcEvent);
241 
242  // Overloaded AliAnalysisTaskSE methods
244  void UserExec(Option_t *option);
245  Bool_t UserNotify();
246 
247  // Virtual functions, to be overloaded in derived classes
248  virtual void ExecOnce();
249  virtual Bool_t FillGeneralHistograms();
250  virtual Bool_t IsEventSelected();
251  virtual Bool_t RetrieveEventObjects();
252 
258  virtual void RunChanged(Int_t /*newrun*/) {}
259 
265  virtual void UserExecOnce() {}
266 
272  virtual Bool_t FillHistograms() { return kTRUE ; }
273 
281  virtual Bool_t Run() { return kTRUE ; }
282 
283  // Static utilities
284  static void GetEtaPhiDiff(const AliVTrack *t, const AliVCluster *v, Double_t &phidiff, Double_t &etadiff);
285  static Byte_t GetTrackType(const AliVTrack *t);
286  static Byte_t GetTrackType(const AliAODTrack *aodTrack, UInt_t filterBit1, UInt_t filterBit2);
287  static Double_t DeltaPhi(Double_t phia, Double_t phib, Double_t rMin = -TMath::Pi()/2, Double_t rMax = 3*TMath::Pi()/2);
289  static void GenerateFixedBinArray(Int_t n, Double_t min, Double_t max, Double_t* array);
290  static Double_t GetParallelFraction(AliVParticle* part1, AliVParticle* part2);
291  static Double_t GetParallelFraction(const TVector3& vect1, AliVParticle* part2);
292 
294 
295  // Task configuration
347 
348  // Service fields
350  AliAnalysisUtils *fAliAnalysisUtils;
352  AliEMCALGeometry *fGeom;
353  TClonesArray *fTracks;
354  TClonesArray *fCaloClusters;
355  AliVCaloCells *fCaloCells;
356  AliVCaloTrigger *fCaloTriggers;
357  TClonesArray *fTriggerPatchInfo;
368  AliGenPythiaEventHeader *fPythiaHeader;
369  AliGenHerwigEventHeader *fHerwigHeader;
377 
378  // Output
386  TProfile *fHistXsection;
394 
395  private:
396  AliAnalysisTaskEmcal(const AliAnalysisTaskEmcal&); // not implemented
397  AliAnalysisTaskEmcal &operator=(const AliAnalysisTaskEmcal&); // not implemented
398 
400  ClassDef(AliAnalysisTaskEmcal, 16) // EMCAL base analysis task
402 };
403 
413 {
414  Double_t dphi = -999;
415  const Double_t tpi = TMath::TwoPi();
416 
417  if (phia < 0) phia += tpi;
418  else if (phia > tpi) phia -= tpi;
419  if (phib < 0) phib += tpi;
420  else if (phib > tpi) phib -= tpi;
421  dphi = phib - phia;
422  if (dphi < rangeMin) dphi += tpi;
423  else if (dphi > rangeMax) dphi -= tpi;
424 
425  return dphi;
426 }
427 
438 {
439  Double_t binWidth = (max-min)/n;
440  array[0] = min;
441  for (Int_t i = 1; i <= n; i++) {
442  array[i] = array[i-1]+binWidth;
443  }
444 }
445 
456 {
457  Double_t *array = new Double_t[n+1];
458  GenerateFixedBinArray(n, min, max, array);
459  return array;
460 }
461 
462 #endif
void SetJetPtFactor(Float_t f)
void SetCentRange(Double_t min, Double_t max)
void SetPythiaInfoName(const char *n)
void SetTrackPtFactor(Float_t f)
Bool_t fGeneratePythiaInfoObject
Generate Pythia info object.
TObjArray fClusterCollArray
cluster collection array
Int_t fNVertSPDCont
!event SPD vertex number of contributors
AliMCParticleContainer * GetMCParticleContainer(const char *name) const
Bool_t fIsPythia
trigger, if it is a PYTHIA production
double Double_t
Definition: External.C:58
TH1 * fHistTrials
!trials from pyxsec.root
static Double_t DeltaPhi(Double_t phia, Double_t phib, Double_t rMin=-TMath::Pi()/2, Double_t rMax=3 *TMath::Pi()/2)
EMCAL Level1 gamma trigger, low threshold.
AliEmcalPythiaInfo * fPythiaInfo
!event parton info
Bool_t AcceptTrack(AliVParticle *track, Int_t c=0) const
EMCAL Level1 jet trigger, low threshold.
Bool_t HasTriggerType(TriggerType triggersel)
void SetUserPtHardBinning(const TArrayI &binning)
Set a non-standard p_{t}$-hard bins + 1, otherwise the binning is not used in order to create the bi...
Int_t fNTrials
!event trials
void SetMinNTrack(Int_t min)
UInt_t fOffTrigger
offline trigger for event selection
void AdoptParticleContainer(AliParticleContainer *cont)
Double_t fVertexSPD[3]
!event Svertex
Double_t fMinCent
min centrality for event selection
Double_t fTrackPtCut
cut on track pt in event selection
No special treatment for EMCal triggers.
Recalculated jet trigger patch; does not need to be above trigger threshold.
Base task in the EMCAL framework.
Bool_t fLocalInitialized
whether or not the task has been already initialized
Bool_t fUsePtHardBinScaling
Use -hard bin scaling in merging.
Container with name, TClonesArray and cuts for particles.
void SetUseAliAnaUtils(Bool_t b, Bool_t bRejPilup=kTRUE)
Bool_t fUseXsecFromHeader
! Use cross section from header instead of pyxsec.root (purely transient)
void SetUseSPDTrackletVsClusterBG(Bool_t b)
Double_t fPtHard
!event -hard
void SetTrackPtCut(Double_t cut, Int_t c=0)
static void GetEtaPhiDiff(const AliVTrack *t, const AliVCluster *v, Double_t &phidiff, Double_t &etadiff)
Double_t fMinBinPt
min pt in histograms
Double_t fEPV0
!event plane V0
void SetUseNewCentralityEstimation(Bool_t b)
void SetCountDownscaleCorrectedEvents(Bool_t d)
Int_t fNPtHardBins
Number of -hard bins in the dataset.
Bool_t fGeneralHistograms
whether or not it should fill some general histograms
Bool_t AcceptCluster(AliVCluster *clus, Int_t c=0) const
TCanvas * c
Definition: TestFitELoss.C:172
AliAnalysisTaskEmcal & operator=(const AliAnalysisTaskEmcal &)
Int_t fCentBin
!event centrality bin
TH1 * fHistEventsAfterSel
!total number of events per pt hard bin after selection
void SetTriggerTypeSel(TriggerType t)
Float_t fPtHardAndClusterPtFactor
Factor between ptHard and cluster pT to reject/accept event.
Double_t fMinPtTrackInEmcal
min pt track in emcal
void SetVzRange(Double_t min, Double_t max)
TH1 * fHistEventPlane
!event plane distribution
AliTrackContainer * GetTrackContainer(const char *name) const
TH1 * fHistEvents
!total number of events per pt hard bin
void SetClusPtCut(Double_t cut, Int_t c=0)
AliClusterContainer * AddClusterContainer(const char *n)
Double_t fEPV0C
!event plane V0C
TH1 * fHistCentrality
!event centrality distribution
void SetCaloTriggerPatchInfoName(const char *n)
Container for particles within the EMCAL framework.
Bool_t fIsEmbedded
trigger, embedded signal
void AdoptClusterContainer(AliClusterContainer *cont)
TObjArray fParticleCollArray
particle/track collection array
BeamType
Switch for the beam type.
void SetTrackEtaLimits(Double_t min, Double_t max, Int_t c=0)
AliParticleContainer * GetParticleContainer(Int_t i=0) const
void SetEMCalTriggerMode(EMCalTriggerMode_t m)
TProfile * fHistXsectionAfterSel
!x section from pythia header
TriggerType
Switch for EMCAL trigger types.
EMCalTriggerMode_t fEMCalTriggerMode
EMCal trigger selection mode.
virtual Bool_t FillHistograms()
void SetForceBeamType(BeamType f)
Int_t GetNParticles(Int_t i=0) const
TClonesArray * fCaloClusters
!clusters
Bool_t fUseNewCentralityEstimation
Use new centrality estimation (for 2015 data)
Bool_t IsTrackInEmcalAcceptance(AliVParticle *part, Double_t edges=0.9) const
int Int_t
Definition: External.C:63
TH1 * fHistTriggerClasses
!number of events in each trigger class
Bool_t fCountDownscaleCorrectedEvents
Count event number corrected for downscaling.
unsigned int UInt_t
Definition: External.C:33
float Float_t
Definition: External.C:68
Double_t fMaxVz
max vertex for event selection
void GeneratePythiaInfoObject(AliMCEvent *mcEvent)
AliEMCALGeometry * fGeom
!emcal geometry
The overlap between low and high threshold trigger is assigned to the lower threshold only...
kRecalculated gamma trigger patch; does not need to be above trigger threshold
TString fCaloTriggerPatchInfoName
trigger patch info array name
TString fCaloTriggersName
name of calo triggers collection
TH1 * fHistTriggerClassesCorr
!corrected number of events in each trigger class
Bool_t fIsHerwig
trigger, if it is a HERWIG production
AliGenPythiaEventHeader * fPythiaHeader
!event Pythia header
void SetTrackPhiLimits(Double_t min, Double_t max, Int_t c=0)
AliParticleContainer * AddParticleContainer(const char *n)
AliAnalysisUtils * fAliAnalysisUtils
!vertex selection (optional)
BeamType fForceBeamType
forced beam type
Int_t fNcentBins
how many centrality bins
AliClusterContainer * GetClusterContainer(Int_t i=0) const
TriggerType fTriggerTypeSel
trigger type to select based on trigger patches
virtual Bool_t FillGeneralHistograms()
TString fTrigClass
trigger class name for event selection
Float_t fPtHardAndJetPtFactor
Factor between ptHard and jet pT to reject/accept event.
TClonesArray * GetParticleArray(Int_t i=0) const
void SetUsePtHardBinScaling(Bool_t b)
Double_t fMinVz
min vertex for event selection
BeamType fBeamType
!event beam type
Float_t fPtHardAndTrackPtFactor
Factor between ptHard and track pT to reject/accept event.
Double_t fCent
!event centrality
Double_t fMinEventPlane
minimum event plane value
TString fCaloCellsName
name of calo cell collection
Int_t fMCLabelShift
if MC label > fMCLabelShift, MC label -= fMCLabelShift
Int_t GetNClusters(Int_t i=0) const
Int_t fNVertCont
!event vertex number of contributors
Bool_t fMCRejectFilter
enable the filtering of events by tail rejection
unsigned long ULong_t
Definition: External.C:38
void RemoveClusterContainer(Int_t i=0)
Double_t fZvertexDiff
upper limit for distance between primary and SPD vertex
EMCAL Level0 trigger.
EMCAL Level1 jet trigger, high threshold.
void AdoptMCParticleContainer(AliMCParticleContainer *cont)
Int_t fSelectPtHardBin
select one pt hard bin for analysis
AliMCParticleContainer * AddMCParticleContainer(const char *n)
static Double_t GetParallelFraction(AliVParticle *part1, AliVParticle *part2)
virtual Bool_t RetrieveEventObjects()
Bool_t fRejectPileup
Reject pilup using function AliAnalysisUtils::IsPileUpEvent()
void RemoveParticleContainer(Int_t i=0)
TProfile * fHistXsection
!x section from pyxsec.root
Bool_t PythiaInfoFromFile(const char *currFile, Float_t &fXsec, Float_t &fTrials, Int_t &pthard)
void UserExec(Option_t *option)
Int_t fMinMCLabel
minimum MC label value for the tracks/clusters being considered MC particles
virtual void SetNCentBins(Int_t n)
AliVCaloCells * fCaloCells
!cells
void SetTrigClass(const char *n)
TClonesArray * GetArrayFromEvent(const char *name, const char *clname=0)
Enhanced TList-derived class that implements correct merging for pt_hard binned production.
Definition: AliEmcalList.h:25
Double_t fEventPlaneVsEmcal
select events which have a certain event plane wrt the emcal
virtual Bool_t IsEventSelected()
TH1 * fHistPtHard
!pt hard distribution
static Double_t * GenerateFixedBinArray(Int_t n, Double_t min, Double_t max)
AliEmcalList * fOutput
!output list
void SetZvertexDiffValue(Double_t cut)
Double_t fMaxBinPt
max pt in histograms
Int_t fPtHardBin
!event -hard bin
void SetHistoBins(Int_t nbins, Double_t min, Double_t max)
AliMCParticleContainer * GetMCParticleContainer(Int_t i=0) const
virtual void RunChanged(Int_t)
TClonesArray * fTracks
!tracks
TH1 * fHistTrialsAfterSel
!total number of trials per pt hard bin after selection
AliGenHerwigEventHeader * fHerwigHeader
!event Herwig header
void LoadPythiaInfo(AliVEvent *event)
Bool_t fIsEsd
!whether it's an ESD analysis
static AliAODInputHandler * AddAODHandler()
Double_t fVertex[3]
!event vertex
AliTrackContainer * AddTrackContainer(const char *n)
AliTrackContainer * GetTrackContainer(Int_t i=0) const
void SetMinBiasTriggerClassName(const char *n)
EMCalTriggerMode_t
Handling of the EMCAL trigger thresholds.
Bool_t fCreateHisto
whether or not create histograms
void SetNumberOfPtHardBins(Int_t nbins)
Set the number of p_{t}$-hard bins.
Store some informaion about a Pythia eventThis class is used to store some information about a Pythia...
TH1 * fHistEventRejection
!book keep reasons for rejecting event
void SetMakeGeneralHistograms(Bool_t g)
TClonesArray * fTriggerPatchInfo
!trigger patch info array
TClonesArray * GetClusterArray(Int_t i=0) const
void SetNeedEmcalGeom(Bool_t n)
Double_t fEPV0A
!event plane V0A
void SetEventPlaneVsEmcal(Double_t ep)
void SetCaloTriggersName(const char *n)
const AliEmcalPythiaInfo * GetPythiaInfo() const
TString fCentEst
name of V0 centrality estimator
TString fPythiaInfoName
name of pythia info object
const char Option_t
Definition: External.C:48
Int_t fRunNumber
!run number (triggering RunChanged()
EMCAL Level1 gamma trigger, high threshold.
void AddObjectToEvent(TObject *obj, Bool_t attempt=kFALSE)
AliVCaloTrigger * fCaloTriggers
!calo triggers
void SetRejectionReasonLabels(TAxis *axis)
TH1 * fHistZVertex
!z vertex position
Int_t fMinNTrack
minimum nr of tracks in event with pT>fTrackPtCut
static Byte_t GetTrackType(const AliVTrack *t)
void SetGeneratePythiaInfoObject(Bool_t b)
const Int_t nbins
Bool_t fUseAliAnaUtils
used for LHC13* data: z-vtx, Ncontributors, z-vtx resolution cuts
void SetClusTimeCut(Double_t min, Double_t max, Int_t c=0)
bool Bool_t
Definition: External.C:53
ULong_t fTriggers
list of fired triggers
static AliESDInputHandler * AddESDHandler()
Double_t fMaxEventPlane
maximum event plane value
Float_t fXsection
!x-section from pythia header
EDataType_t
Switch for the data type.
void SetCaloCellsName(const char *n)
void SetCentralityEstimator(const char *c)
TH1 * fHistEventCount
!incoming and selected events
Double_t fMaxCent
max centrality for event selection
void SetMinPtTrackInEmcal(Double_t min)
TriggerCategory
Online trigger categories.
AliVParticle * GetAcceptParticleFromArray(Int_t p, Int_t c=0) const
Container structure for EMCAL clusters.
TString fMinBiasRefTrigger
Name of the minmum bias reference trigger, used in the calculation of downscale-corrected event numbe...
Container for MC-true particles within the EMCAL framework.
Bool_t fNeedEmcalGeom
whether or not the task needs the emcal geometry
AliVCluster * GetAcceptClusterFromArray(Int_t cl, Int_t c=0) const
void SetClusterPtFactor(Float_t f)
const TString & GetPythiaInfoName() const
void AdoptTrackContainer(AliTrackContainer *cont)
Definition: External.C:196
Int_t fNbins
no. of pt bins
Bool_t fTklVsClusSPDCut
Apply tracklet-vs-cluster SPD cut to reject background events in pp.
TArrayI fPtHardBinning
-hard binning
AliEMCALTriggerPatchInfo * GetMainTriggerPatch(TriggerCategory triggersel=kTriggerLevel1Jet, Bool_t doOfflinSimple=kFALSE)
static Double_t fgkEMCalDCalPhiDivide
phi value used to distinguish between DCal and EMCal