![]() |
AliPhysics
2853087 (2853087)
|
Implementation of a task to perform QA on jet spectra. More...
#include <AliAnalysisTaskEmcalJetSpectraQA.h>
Classes | |
class | AliEmcalJetInfo |
Class that encapsulates jets. More... | |
Public Types | |
enum | EHistoType_t { kTH2, kTHnSparse, kTTree } |
![]() | |
typedef AliJetContainer::EJetType_t | EJetType_t |
typedef AliJetContainer::EJetAlgo_t | EJetAlgo_t |
typedef AliJetContainer::ERecoScheme_t | ERecoScheme_t |
![]() | |
enum | EDataType_t { kUnknownDataType, kESD, kAOD } |
Switch for the data type. More... | |
enum | EBeamType_t { kNA = -1, kpp = 0, kAA = 1, kpA = 2 } |
Switch for the beam type. More... | |
enum | ECentralityEstimation_t { kNoCentrality = 0, kNewCentrality = 1, kOldCentrality = 2 } |
Switch for the centrality estimation. More... | |
Static Public Member Functions | |
static AliAnalysisTaskEmcalJetSpectraQA * | AddTaskEmcalJetSpectraQA (TString ntracks="usedefault", TString nclusters="usedefault", Double_t trackPtCut=0.15, Double_t clusECut=0.30, TString suffix="") |
Protected Member Functions | |
virtual void | AllocateTHX (const AliJetContainer *jets) |
virtual void | AllocateTHnSparse (const AliJetContainer *jets) |
virtual void | AllocateTTree (const AliJetContainer *jets) |
virtual void | FillTHX (const AliEmcalJetInfo &jetInfo, const AliJetContainer *jets) |
virtual void | FillTHnSparse (const AliEmcalJetInfo &jetInfo, const AliJetContainer *jets) |
virtual void | FillTTree (const AliEmcalJetInfo &jetInfo, const AliJetContainer *jets) |
Bool_t | FillHistograms () |
void | FillJetHisto (const AliEmcalJetInfo &jetInfo, const AliJetContainer *jets) |
![]() | |
void | ExecOnce () |
Bool_t | RetrieveEventObjects () |
![]() | |
void | SetRejectionReasonLabels (TAxis *axis) |
void | AddObjectToEvent (TObject *obj, Bool_t attempt=kFALSE) |
TClonesArray * | GetArrayFromEvent (const char *name, const char *clname=0) |
EBeamType_t | GetBeamType () |
Bool_t | PythiaInfoFromFile (const char *currFile, Float_t &fXsec, Float_t &fTrials, Int_t &pthard) |
Bool_t | IsTrackInEmcalAcceptance (AliVParticle *part, Double_t edges=0.9) const |
Bool_t | CheckMCOutliers () |
void | UserCreateOutputObjects () |
void | UserExec (Option_t *option) |
Bool_t | UserNotify () |
virtual Bool_t | FillGeneralHistograms (Bool_t eventSelected) |
virtual Bool_t | IsEventSelected () |
virtual Bool_t | Run () |
Protected Attributes | |
EHistoType_t | fHistoType |
histogram type More... | |
Bool_t | fJetEPaxis |
whether a EP-jet axis should be included in the THnSparse More... | |
Bool_t | fAreaAxis |
whether the area axis should be included More... | |
Float_t | fPtBinWidth |
Histogram pt bin width. More... | |
Float_t | fMaxPt |
Histogram pt limit. More... | |
Bool_t | fIsEmbedded |
Embedded data present. More... | |
THistManager | fHistManager |
Histogram manager. More... | |
![]() | |
std::map< std::string, AliJetContainer * > | fJetCollArray |
jet collection array More... | |
![]() | |
EBeamType_t | fForceBeamType |
forced beam type More... | |
Bool_t | fGeneralHistograms |
whether or not it should fill some general histograms More... | |
Bool_t | fCreateHisto |
whether or not create histograms More... | |
Bool_t | fNeedEmcalGeom |
whether or not the task needs the emcal geometry More... | |
std::vector< double > | fCentBins |
how many centrality bins More... | |
ECentralityEstimation_t | fCentralityEstimation |
Centrality estimation. More... | |
Bool_t | fIsPythia |
if it is a PYTHIA production More... | |
Bool_t | fIsMonteCarlo |
if it is a MC production More... | |
TString | fMCEventHeaderName |
Looks for MC event properties in a particular MC event type (useful for a MC cocktail production) More... | |
TString | fCaloCellsName |
name of calo cell collection More... | |
TString | fCaloTriggersName |
name of calo triggers collection More... | |
TString | fCaloTriggerPatchInfoName |
trigger patch info array name More... | |
TString | fCentEst |
name of the centrality estimator More... | |
std::map< std::string, AliParticleContainer * > | fParticleCollArray |
particle/track collection array More... | |
std::map< std::string, AliClusterContainer * > | fClusterCollArray |
cluster collection array More... | |
UInt_t | fTriggerSelectionBitMap |
trigger selection bit map More... | |
Double_t | fMinCent |
min centrality for event selection More... | |
Double_t | fMaxCent |
max centrality for event selection More... | |
Double_t | fMinVz |
min vertex for event selection More... | |
Double_t | fMaxVz |
max vertex for event selection More... | |
Double_t | fMaxVzDiff |
upper limit for distance between primary and SPD vertex More... | |
Double_t | fMinNVertCont |
minumum number of vertex contributors More... | |
Double_t | fMinPtHard |
select minimum pt hard (MC) More... | |
Double_t | fMaxPtHard |
select maximum pt hard (MC) More... | |
Double_t | fMaxMinimumBiasPtHard |
maximum pt hard for the minimum bias pt hard bin (MC) More... | |
std::set< std::string > | fAcceptedTriggerClasses |
list of accepted trigger classes More... | |
std::set< std::string > | fRejectedTriggerClasses |
list of accepted trigger classes More... | |
Bool_t | fMCRejectFilter |
enable the filtering of events by tail rejection More... | |
Float_t | fPtHardAndJetPtFactor |
Factor between ptHard and jet pT to reject/accept event. More... | |
Float_t | fPtHardAndClusterPtFactor |
Factor between ptHard and cluster pT to reject/accept event. More... | |
Float_t | fPtHardAndTrackPtFactor |
Factor between ptHard and track pT to reject/accept event. More... | |
Bool_t | fSwitchOffLHC15oFaultyBranches |
Switch off faulty tree branches in LHC15o AOD trees. More... | |
Bool_t | fEventSelectionAfterRun |
If kTRUE, the event selection is performed after Run() but before FillHistograms() More... | |
TString | fSelectGeneratorName |
Selects only events produced by a generator that has a name containing a string. More... | |
Double_t | fMinimumEventWeight |
Minimum event weight for the related bookkeping histogram. More... | |
Double_t | fMaximumEventWeight |
Minimum event weight for the related bookkeping histogram. More... | |
Bool_t | fInhibit |
!inhibit execution of the task More... | |
Bool_t | fLocalInitialized |
!whether or not the task has been already initialized More... | |
EDataType_t | fDataType |
!data type (ESD or AOD) More... | |
AliEMCALGeometry * | fGeom |
!emcal geometry More... | |
AliVCaloCells * | fCaloCells |
!cells More... | |
AliVCaloTrigger * | fCaloTriggers |
!calo triggers More... | |
TClonesArray * | fTriggerPatchInfo |
!trigger patch info array More... | |
Double_t | fCent |
!event centrality More... | |
Int_t | fCentBin |
!event centrality bin More... | |
Double_t | fEPV0 |
!event plane V0 More... | |
Double_t | fEPV0A |
!event plane V0A More... | |
Double_t | fEPV0C |
!event plane V0C More... | |
Double_t | fVertex [3] |
!event vertex More... | |
Double_t | fVertexSPD [3] |
!event Svertex More... | |
Int_t | fNVertCont |
!event vertex number of contributors More... | |
Int_t | fNVertSPDCont |
!event SPD vertex number of contributors More... | |
ULong_t | fFiredTriggerBitMap |
!bit map of fired triggers More... | |
std::vector< std::string > | fFiredTriggerClasses |
!trigger classes fired by the current event More... | |
EBeamType_t | fBeamType |
!event beam type More... | |
AliGenEventHeader * | fMCHeader |
!event MC header More... | |
AliGenPythiaEventHeader * | fPythiaHeader |
!event Pythia header More... | |
Int_t | fPtHardBin |
!event pt hard bin More... | |
Double_t | fPtHard |
!event pt hard More... | |
Int_t | fNTrials |
!event trials More... | |
Float_t | fXsection |
!x-section from pythia header More... | |
Float_t | fEventWeight |
!event weight More... | |
TString | fGeneratorName |
!name of the MC generator used to produce the current event (only AOD) More... | |
TList * | fOutput |
!output list More... | |
Private Member Functions | |
AliAnalysisTaskEmcalJetSpectraQA (const AliAnalysisTaskEmcalJetSpectraQA &) | |
AliAnalysisTaskEmcalJetSpectraQA & | operator= (const AliAnalysisTaskEmcalJetSpectraQA &) |
Additional Inherited Members | |
![]() | |
static void | GetEtaPhiDiff (const AliVTrack *t, const AliVCluster *v, Double_t &phidiff, Double_t &etadiff) |
static Byte_t | GetTrackType (const AliVTrack *t) |
static Byte_t | GetTrackType (const AliAODTrack *aodTrack, UInt_t filterBit1, UInt_t filterBit2) |
static Double_t | DeltaPhi (Double_t phia, Double_t phib, Double_t rMin=-TMath::Pi()/2, Double_t rMax=3 *TMath::Pi()/2) |
static std::vector< double > | GenerateFixedBinArray (int n, double min, double max, bool last=true) |
static void | GenerateFixedBinArray (int n, double min, double max, std::vector< double > &array, bool last=true) |
static std::vector< double > | GenerateLogFixedBinArray (int n, double min, double max, bool last=true) |
static void | GenerateLogFixedBinArray (int n, double min, double max, std::vector< double > &array, bool last=true) |
static Double_t | GetParallelFraction (AliVParticle *part1, AliVParticle *part2) |
static Double_t | GetParallelFraction (const TVector3 &vect1, AliVParticle *part2) |
static EBeamType_t | BeamTypeFromRunNumber (Int_t runnumber) |
![]() | |
static Double_t | fgkEMCalDCalPhiDivide = 4. |
phi value used to distinguish between DCal and EMCal More... | |
Implementation of a task to perform QA on jet spectra.
Implementation of a task that performs QA on jet spectra for EMCal jet analysis.
Definition at line 29 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Enumerator | |
---|---|
kTH2 | |
kTHnSparse | |
kTTree |
Definition at line 54 of file AliAnalysisTaskEmcalJetSpectraQA.h.
AliAnalysisTaskEmcalJetSpectraQA::AliAnalysisTaskEmcalJetSpectraQA | ( | ) |
Default constructor for ROOT I/O purposes.
Definition at line 77 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by AddTaskEmcalJetSpectraQA().
AliAnalysisTaskEmcalJetSpectraQA::AliAnalysisTaskEmcalJetSpectraQA | ( | const char * | name | ) |
Standard named constructor
name | Name of the task |
Definition at line 94 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
|
inlinevirtual |
Definition at line 62 of file AliAnalysisTaskEmcalJetSpectraQA.h.
|
private |
|
static |
Create an instance of this class and add it to the analysis manager
ntracks | name of the track collection |
nclusters | name of the calorimeter cluster collection |
trackPtCut | minimum transverse momentum of tracks |
clusECut | minimum energy of calorimeter clusters |
suffix | additional suffix that can be added at the end of the task name |
Definition at line 696 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by SetIsEmbedded().
|
protectedvirtual |
Allocate output THnSparse for a jet container
jets | Valid pointer to an AliJetContainer object |
Definition at line 119 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by AllocateTTree(), SetIsEmbedded(), and UserCreateOutputObjects().
|
protectedvirtual |
Allocate output TH1/TH2/TH3 for a jet container
jets | Valid pointer to an AliJetContainer object |
Definition at line 236 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by SetIsEmbedded(), and UserCreateOutputObjects().
|
protectedvirtual |
This method is not implemented. It can be overloaded in derived classes to have a tree output.
jets | Valid pointer to an AliJetContainer object |
Reimplemented in AliAnalysisTaskEmcalJetTree< T, U >, and AliAnalysisTaskEmcalJetTreeBase.
Definition at line 110 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by SetIsEmbedded(), and UserCreateOutputObjects().
|
protectedvirtual |
Overloads base class method. Fills the output histograms
Reimplemented from AliAnalysisTaskEmcalLight.
Reimplemented in AliAnalysisTaskEmcalJetTree< T, U >.
Definition at line 425 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by AliAnalysisTaskEmcalJetTree< T, U >::FillHistograms(), SetIsEmbedded(), and AliAnalysisTaskEmcalJetTree< T, U >::~AliAnalysisTaskEmcalJetTree().
|
protected |
Fill histogram with jet
jet | Jet containing the information to be sent to the tree/histograms |
jets | Jet container |
Definition at line 671 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by FillHistograms(), and SetIsEmbedded().
|
protectedvirtual |
Fill THnSparse histogram with jet
jet | Jet containing the information to be sent to the tree/histograms |
jets | Jet container |
Definition at line 624 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by FillJetHisto(), FillTTree(), and SetIsEmbedded().
|
protectedvirtual |
Fill histograms with jet
jet | Jet containing the information to be sent to the tree/histograms |
jets | Jet container |
Definition at line 554 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by FillJetHisto(), and SetIsEmbedded().
|
protectedvirtual |
This method is not implemented. It can be overloaded in derived classes to have a tree output.
jet | Jet containing the information to be sent to the tree/histograms |
jets | Jet container |
Reimplemented in AliAnalysisTaskEmcalJetTree< T, U >, and AliAnalysisTaskEmcalJetTreeBase.
Definition at line 614 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by FillJetHisto(), and SetIsEmbedded().
|
private |
|
inline |
Definition at line 68 of file AliAnalysisTaskEmcalJetSpectraQA.h.
|
inline |
Definition at line 66 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by AliAnalysisTaskEmcalJetTreeBase::AliAnalysisTaskEmcalJetTreeBase().
|
inline |
Definition at line 70 of file AliAnalysisTaskEmcalJetSpectraQA.h.
|
inline |
Definition at line 67 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Definition at line 69 of file AliAnalysisTaskEmcalJetSpectraQA.h.
void AliAnalysisTaskEmcalJetSpectraQA::UserCreateOutputObjects | ( | ) |
Overloads base class method. Creates output objects.
Definition at line 313 of file AliAnalysisTaskEmcalJetSpectraQA.cxx.
Referenced by AliAnalysisTaskEmcalJetTree< T, U >::UserCreateOutputObjects(), ~AliAnalysisTaskEmcalJetSpectraQA(), and AliAnalysisTaskEmcalJetTree< T, U >::~AliAnalysisTaskEmcalJetTree().
|
protected |
whether the area axis should be included
Definition at line 88 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by AllocateTHnSparse(), and SetAreaAxis().
|
protected |
Histogram manager.
Definition at line 92 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by AllocateTHnSparse(), AllocateTHX(), FillHistograms(), FillTHnSparse(), FillTHX(), and UserCreateOutputObjects().
|
protected |
histogram type
Definition at line 86 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by FillJetHisto(), SetHistoType(), and UserCreateOutputObjects().
|
protected |
Embedded data present.
Definition at line 91 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by AllocateTHnSparse(), AllocateTHX(), FillTHX(), and SetIsEmbedded().
|
protected |
whether a EP-jet axis should be included in the THnSparse
Definition at line 87 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by AllocateTHnSparse(), and SetJetEPaxis().
|
protected |
Histogram pt limit.
Definition at line 90 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by AllocateTHnSparse(), AllocateTHX(), SetPtBin(), and UserCreateOutputObjects().
|
protected |
Histogram pt bin width.
Definition at line 89 of file AliAnalysisTaskEmcalJetSpectraQA.h.
Referenced by AllocateTHnSparse(), AllocateTHX(), SetPtBin(), and UserCreateOutputObjects().