![]() |
AliPhysics
bdbde52 (bdbde52)
|
Implementation of a task to perform basic QA on tracks and clusters. More...
#include <AliAnalysisTaskEmcalJetQA.h>
Classes | |
struct | EventQA_t |
Static Public Member Functions | |
static AliAnalysisTaskEmcalJetQA * | AddTaskEmcalJetQA (TString ntracks="usedefault", TString nclusters="usedefault", TString ncells="usedefault", TString subdir="", TString suffix="") |
static void | AddTaskEmcalJetQA_QAtrain (Int_t runnumber) |
Protected Member Functions | |
void | ExecOnce () |
Bool_t | FillHistograms () |
void | FillEventQAHisto (const EventQA_t &eventQA) |
Bool_t | RetrieveEventObjects () |
Int_t | DoCellLoop () |
void | DoTrackLoop () |
void | DoClusterLoop () |
Double_t | GetFcross (AliVCluster *cluster, AliVCaloCells *cells) |
![]() | |
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 | |
Float_t | fCellEnergyCut |
Energy cell cut. More... | |
Bool_t | fParticleLevel |
Set particle level analysis. More... | |
Bool_t | fIsMC |
MC analysis. More... | |
TString | fCentMethod2 |
Centrality method 2. More... | |
TString | fCentMethod3 |
Centrality method 3. More... | |
Int_t | fDoV0QA |
Add V0 QA histograms. More... | |
Int_t | fDoEPQA |
Add event plane QA histograms. More... | |
Int_t | fDoLeadingObjectPosition |
Add axis for leading object position (eta-phi) More... | |
Int_t | fMaxCellsInCluster |
Maximum number (approx) of cells in a cluster. More... | |
Float_t | fPtBinWidth |
Histogram pt bin width. More... | |
Float_t | fMaxPt |
Histogram pt limit. More... | |
Bool_t | fSeparateEMCalDCal |
Separate EMCal from DCal in QA plots. More... | |
Bool_t | fIsEmbedded |
Embedded data present. More... | |
Double_t | fCent2 |
!Event centrality with method 2 More... | |
Double_t | fCent3 |
!Event centrality with method 3 More... | |
AliVVZERO * | fVZERO |
!Event V0 object More... | |
Double_t | fV0ATotMult |
!Event V0A total multiplicity More... | |
Double_t | fV0CTotMult |
!Event V0C total multiplicity More... | |
Int_t | fNTotClusters [3] |
!Total number of accepted clusters in current event (DCal/EMCal) More... | |
AliTLorentzVector | fLeadingCluster [3] |
!Leading cluster in current event (EMCal/DCal) More... | |
Int_t | fNTotTracks |
!Total number of accepted tracks in current event More... | |
AliTLorentzVector | fLeadingTrack |
!Leading track in current event More... | |
THistManager | fHistManager |
Histogram manager. 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... | |
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... | |
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... | |
AliGenPythiaEventHeader * | fPythiaHeader |
!event Pythia header More... | |
Int_t | fPtHardBin |
!event pt hard More... | |
Double_t | fPtHard |
!event pt hard More... | |
Int_t | fNTrials |
!event trials More... | |
Float_t | fXsection |
!x-section from pythia header More... | |
TList * | fOutput |
!output list More... | |
TH1 * | fHistTrialsVsPtHardNoSel |
!total number of trials per pt hard bin after selection (no event selection) More... | |
TH1 * | fHistEventsVsPtHardNoSel |
!total number of events per pt hard bin after selection (no event selection) More... | |
TProfile * | fHistXsectionVsPtHardNoSel |
!x section from pythia header (no event selection) More... | |
TH1 * | fHistTriggerClassesNoSel |
!number of events in each trigger class (no event selection) More... | |
TH1 * | fHistZVertexNoSel |
!z vertex position (no event selection) More... | |
TH1 * | fHistCentralityNoSel |
!event centrality distribution (no event selection) More... | |
TH1 * | fHistEventPlaneNoSel |
!event plane distribution (no event selection) More... | |
TH1 * | fHistTrialsVsPtHard |
!total number of trials per pt hard bin after selection More... | |
TH1 * | fHistEventsVsPtHard |
!total number of events per pt hard bin after selection More... | |
TProfile * | fHistXsectionVsPtHard |
!x section from pythia header More... | |
TH1 * | fHistTriggerClasses |
!number of events in each trigger class More... | |
TH1 * | fHistZVertex |
!z vertex position More... | |
TH1 * | fHistCentrality |
!event centrality distribution More... | |
TH1 * | fHistEventPlane |
!event plane distribution More... | |
TH1 * | fHistEventCount |
!incoming and selected events More... | |
TH1 * | fHistEventRejection |
!book keep reasons for rejecting event More... | |
TH1 * | fHistTrials |
!trials from pyxsec.root More... | |
TH1 * | fHistEvents |
!total number of events per pt hard bin More... | |
TProfile * | fHistXsection |
!x section from pyxsec.root More... | |
Private Member Functions | |
AliAnalysisTaskEmcalJetQA (const AliAnalysisTaskEmcalJetQA &) | |
AliAnalysisTaskEmcalJetQA & | operator= (const AliAnalysisTaskEmcalJetQA &) |
Additional Inherited Members | |
![]() | |
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 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 Double_t * | GenerateFixedBinArray (Int_t n, Double_t min, Double_t max) |
static void | GenerateFixedBinArray (Int_t n, Double_t min, Double_t max, Double_t *array) |
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 basic QA on tracks and clusters.
Implementation of a task that performs basic QA on tracks and clusters for EMCal jet analysis.
Definition at line 35 of file AliAnalysisTaskEmcalJetQA.h.
AliAnalysisTaskEmcalJetQA::AliAnalysisTaskEmcalJetQA | ( | ) |
Definition at line 47 of file AliAnalysisTaskEmcalJetQA.cxx.
Referenced by AddTaskEmcalJetQA().
AliAnalysisTaskEmcalJetQA::AliAnalysisTaskEmcalJetQA | ( | const char * | name | ) |
Definition at line 79 of file AliAnalysisTaskEmcalJetQA.cxx.
|
virtual |
Definition at line 111 of file AliAnalysisTaskEmcalJetQA.cxx.
|
private |
|
static |
Definition at line 947 of file AliAnalysisTaskEmcalJetQA.cxx.
Referenced by AddTaskEmcalJetQA_QAtrain().
|
static |
Add this task to the QA train
runnumber | Run number |
Definition at line 1062 of file AliAnalysisTaskEmcalJetQA.cxx.
|
protected |
Definition at line 654 of file AliAnalysisTaskEmcalJetQA.cxx.
Referenced by FillHistograms().
|
protected |
Definition at line 741 of file AliAnalysisTaskEmcalJetQA.cxx.
Referenced by FillHistograms().
|
protected |
Definition at line 832 of file AliAnalysisTaskEmcalJetQA.cxx.
Referenced by FillHistograms().
|
protectedvirtual |
Perform steps needed to initialize the analysis. This function relies on the presence of an input event (ESD or AOD event). Consequently it is called internally by UserExec for the first event.
This function connects all containers attached to this task to the corresponding arrays in the input event. Furthermore it initializes the geometry.
Reimplemented from AliAnalysisTaskEmcalLight.
Definition at line 491 of file AliAnalysisTaskEmcalJetQA.cxx.
|
protected |
Definition at line 581 of file AliAnalysisTaskEmcalJetQA.cxx.
Referenced by FillHistograms().
|
protectedvirtual |
This function optionally fills histograms created by the users. Can access data previously handled by the user Run function.
Reimplemented from AliAnalysisTaskEmcalLight.
Definition at line 538 of file AliAnalysisTaskEmcalJetQA.cxx.
|
protected |
Definition at line 682 of file AliAnalysisTaskEmcalJetQA.cxx.
Referenced by DoClusterLoop().
|
private |
|
protectedvirtual |
Retrieve objects from event.
Reimplemented from AliAnalysisTaskEmcalLight.
Definition at line 511 of file AliAnalysisTaskEmcalJetQA.cxx.
|
inline |
Definition at line 66 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 63 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 68 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 70 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 67 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 73 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 69 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 65 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 64 of file AliAnalysisTaskEmcalJetQA.h.
Definition at line 72 of file AliAnalysisTaskEmcalJetQA.h.
|
inline |
Definition at line 71 of file AliAnalysisTaskEmcalJetQA.h.
void AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects | ( | ) |
Definition at line 117 of file AliAnalysisTaskEmcalJetQA.cxx.
|
protected |
Energy cell cut.
Definition at line 88 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by DoCellLoop(), and SetCellEnergyCut().
|
protected |
!Event centrality with method 2
Definition at line 101 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by FillHistograms(), and RetrieveEventObjects().
|
protected |
!Event centrality with method 3
Definition at line 102 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by FillHistograms(), and RetrieveEventObjects().
|
protected |
Centrality method 2.
Definition at line 91 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by FillEventQAHisto(), RetrieveEventObjects(), SetAdditionalCentEst(), and UserCreateOutputObjects().
|
protected |
Centrality method 3.
Definition at line 92 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by FillEventQAHisto(), RetrieveEventObjects(), SetAdditionalCentEst(), and UserCreateOutputObjects().
|
protected |
Add event plane QA histograms.
Definition at line 94 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetDoEPQA(), and UserCreateOutputObjects().
|
protected |
Add axis for leading object position (eta-phi)
Definition at line 95 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetDoLeadingObjectPosition(), and UserCreateOutputObjects().
|
protected |
Add V0 QA histograms.
Definition at line 93 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by ExecOnce(), SetDoV0QA(), and UserCreateOutputObjects().
|
protected |
Histogram manager.
Definition at line 111 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by DoCellLoop(), DoClusterLoop(), DoTrackLoop(), FillEventQAHisto(), and UserCreateOutputObjects().
|
protected |
Embedded data present.
Definition at line 100 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetIsEmbedded(), and UserCreateOutputObjects().
|
protected |
MC analysis.
Definition at line 90 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetMC(), and UserCreateOutputObjects().
|
protected |
!Leading cluster in current event (EMCal/DCal)
Definition at line 107 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by DoClusterLoop(), and FillHistograms().
|
protected |
!Leading track in current event
Definition at line 109 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by DoTrackLoop(), and FillHistograms().
|
protected |
Maximum number (approx) of cells in a cluster.
Definition at line 96 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetMaxCellsInCluster(), and UserCreateOutputObjects().
|
protected |
Histogram pt limit.
Definition at line 98 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetPtBin(), and UserCreateOutputObjects().
|
protected |
!Total number of accepted clusters in current event (DCal/EMCal)
Definition at line 106 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by AliAnalysisTaskEmcalJetQA(), DoClusterLoop(), and FillHistograms().
|
protected |
!Total number of accepted tracks in current event
Definition at line 108 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by DoTrackLoop(), and FillHistograms().
|
protected |
Set particle level analysis.
Definition at line 89 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by DoTrackLoop(), SetParticleLevel(), and UserCreateOutputObjects().
|
protected |
Histogram pt bin width.
Definition at line 97 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetPtBin(), and UserCreateOutputObjects().
|
protected |
Separate EMCal from DCal in QA plots.
Definition at line 99 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by SetSeparateEMCalDCal(), and UserCreateOutputObjects().
|
protected |
!Event V0A total multiplicity
Definition at line 104 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by FillHistograms(), and RetrieveEventObjects().
|
protected |
!Event V0C total multiplicity
Definition at line 105 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by FillHistograms(), and RetrieveEventObjects().
|
protected |
!Event V0 object
Definition at line 103 of file AliAnalysisTaskEmcalJetQA.h.
Referenced by ExecOnce(), and RetrieveEventObjects().