![]() |
AliPhysics
d219d63 (d219d63)
|
Tree with jet substructure information. More...
#include <AliAnalysisTaskEmcalJetSubstructureTree.h>
Classes | |
class | ReclusterizerException |
class | SoftDropException |
class | SubstructureException |
Public Types | |
enum | Reclusterizer_t { kCAAlgo = 0, kKTAlgo = 1, kAKTAlgo = 2 } |
enum | JetRecType_t { kDetLevel = 0, kPartLevel = 1 } |
![]() | |
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 | BeamType { kNA = -1, kpp = 0, kAA = 1, kpA = 2 } |
Switch for the beam type. More... | |
enum | TriggerType { kND = -1, kJ1 = 0, kJ2 = 1, kG1 = 2, kG2 = 3, kL0 = 4 } |
Switch for EMCAL trigger types. More... | |
enum | TriggerCategory { kTriggerLevel0 = 0, kTriggerLevel1Jet = 1, kTriggerLevel1Gamma = 2, kTriggerRecalcJet = 3, kTriggerRecalcGamma = 4 } |
Online trigger categories. More... | |
enum | EMCalTriggerMode_t { kNoSpecialTreatment, kOverlapWithLowThreshold } |
Handling of the EMCAL trigger thresholds. More... | |
Static Public Member Functions | |
static AliAnalysisTaskEmcalJetSubstructureTree * | AddEmcalJetSubstructureTreeMaker (Bool_t isMC, Bool_t isData, Double_t jetradius, AliJetContainer::EJetType_t jettype, AliJetContainer::ERecoScheme_t recombinationScheme, Bool_t useDCAL, const char *name) |
![]() | |
static AliAODInputHandler * | AddAODHandler () |
Add an AOD handler to the analysis manager. More... | |
static AliESDInputHandler * | AddESDHandler () |
Add a ESD handler to the analysis manager. More... | |
Protected Member Functions | |
virtual void | UserCreateOutputObjects () |
virtual bool | Run () |
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function. More... | |
virtual void | RunChanged (Int_t newrun) |
Process tasks relevant when a file with a different run number is processed. More... | |
virtual void | UserExecOnce () |
Task initializations handled in user tasks. More... | |
virtual Bool_t | IsTriggerSelected () |
Selection of a hardware trigger. More... | |
AliJetSubstructureData | MakeJetSubstructure (const AliEmcalJet &jet, double jetradius, const AliParticleContainer *tracks, const AliClusterContainer *clusters, const AliJetSubstructureSettings &settings) const |
AliSoftDropParameters | MakeSoftDropParameters (const fastjet::PseudoJet &jet, const AliSoftdropDefinition &cut) const |
AliNSubjettinessParameters | MakeNsubjettinessParameters (const fastjet::PseudoJet &jet, const AliNSubjettinessDefinition &cut) const |
AliJetKineParameters | MakeJetKineParameters (const AliEmcalJet &jet, JetRecType_t rectype, const AliParticleContainer *const particles, const AliClusterContainer *const clusters) const |
Double_t | MakeAngularity (const AliEmcalJet &jet, const AliParticleContainer *tracks, const AliClusterContainer *clusters) const |
Double_t | MakePtD (const AliEmcalJet &jet, const AliParticleContainer *const particles, const AliClusterContainer *const clusters) const |
void | FillLuminosity () |
void | DoConstituentQA (const AliEmcalJet *jet, const AliParticleContainer *tracks, const AliClusterContainer *clusters) |
std::string | MatchTrigger (const std::string &triggerclass) const |
bool | IsSelectEmcalTriggers (const std::string &triggerstring) const |
bool | SelectJet (const AliEmcalJet &jet, const AliParticleContainer *particles) const |
![]() | |
virtual Bool_t | AcceptJet (AliEmcalJet *jet, Int_t c=0) |
Double_t | GetLeadingHadronPt (AliEmcalJet *jet, Int_t c=0) |
void | ExecOnce () |
AliRhoParameter * | GetRhoFromEvent (const char *name) |
AliLocalRhoParameter * | GetLocalRhoFromEvent (const char *name) |
Bool_t | IsJetTrack (AliEmcalJet *jet, Int_t itrack, Bool_t sorted=kFALSE) const |
Bool_t | IsJetCluster (AliEmcalJet *jet, Int_t iclus, Bool_t sorted=kFALSE) const |
Bool_t | RetrieveEventObjects () |
Double_t | GetJetRadius (Int_t i=0) const |
TClonesArray * | GetJetArray (Int_t i=0) const |
AliEmcalJet * | GetJetFromArray (Int_t j, Int_t c=0) const |
AliEmcalJet * | GetAcceptJetFromArray (Int_t j, Int_t c=0) const |
Int_t | GetNJets (Int_t i=0) const |
Double_t | GetRhoVal (Int_t i=0) const |
![]() | |
void | LoadPythiaInfo (AliVEvent *event) |
Load parton info. More... | |
void | SetRejectionReasonLabels (TAxis *axis) |
Bool_t | AcceptCluster (AliVCluster *clus, Int_t c=0) const |
Cluster selection. More... | |
Bool_t | AcceptTrack (AliVParticle *track, Int_t c=0) const |
void | AddObjectToEvent (TObject *obj, Bool_t attempt=kFALSE) |
Add object to event. More... | |
AliVParticle * | GetAcceptParticleFromArray (Int_t p, Int_t c=0) const |
Get particle p if accepted from container with index c If particle not accepted return 0. More... | |
AliVCluster * | GetAcceptClusterFromArray (Int_t cl, Int_t c=0) const |
Get cluster cl if accepted from container c If particle not accepted return 0. More... | |
TClonesArray * | GetArrayFromEvent (const char *name, const char *clname=0) |
Read a TClonesArray from event. More... | |
BeamType | GetBeamType () const |
Get beam type. More... | |
TClonesArray * | GetParticleArray (Int_t i=0) const |
Get \( i^{th} \) TClonesArray with particles. More... | |
TClonesArray * | GetClusterArray (Int_t i=0) const |
Get \( i^{th} \) TClonesArray with EMCAL clusters. More... | |
Int_t | GetNParticles (Int_t i=0) const |
Get number of particles in container attached to this task with index i. More... | |
Int_t | GetNClusters (Int_t i=0) const |
Get number of clusters in the cluster container attached to this task with index i. More... | |
AliEMCALTriggerPatchInfo * | GetMainTriggerPatch (TriggerCategory triggersel=kTriggerLevel1Jet, Bool_t doSimpleOffline=kFALSE) |
Get main trigger match. More... | |
Bool_t | HasTriggerType (TriggerType triggersel) |
Check if event has a given trigger type. More... | |
ULong_t | GetTriggerList () |
Get list of selected triggers of the given event. More... | |
Bool_t | PythiaInfoFromFile (const char *currFile, Float_t &fXsec, Float_t &fTrials, Int_t &pthard) |
Loading PYTHIA information from external cross section file into the task. More... | |
Bool_t | IsTrackInEmcalAcceptance (AliVParticle *part, Double_t edges=0.9) const |
Determines if a track is inside the EMCal acceptance. More... | |
void | GeneratePythiaInfoObject (AliMCEvent *mcEvent) |
Copy some information about the Pythia event in a PythaInfo object. More... | |
Bool_t | CheckMCOutliers () |
Filter the mc tails in pt-hard distributions. More... | |
void | UserCreateOutputObjects () |
Main initialization function on the worker. More... | |
void | UserExec (Option_t *option) |
Event loop, called for each event. More... | |
Bool_t | UserNotify () |
Notifying the user that the input data file has changed and performing steps needed to be done. More... | |
Bool_t | FileChanged () |
Steps to be executed when a few file is loaded into the input handler. More... | |
virtual Bool_t | FillGeneralHistograms () |
Filling general histograms. More... | |
virtual Bool_t | IsEventSelected () |
Performing event selection. More... | |
virtual void | UserFileChanged () |
Virtual method for user code to be executed when a file changed. More... | |
virtual Bool_t | FillHistograms () |
Function filling histograms. More... | |
Bool_t | IsEventSelectedInternal () |
Perform event selection (old method) More... | |
Private Attributes | |
TTree * | fJetSubstructureTree |
! Tree with jet substructure information More... | |
AliJetTreeGlobalParameters * | fGlobalTreeParams |
! Global jet tree parameters (same for all jets in event) More... | |
AliSoftDropParameters * | fSoftDropMeasured |
! Data field for measured soft drop parameters in jet tree More... | |
AliSoftDropParameters * | fSoftDropTrue |
! Data field for true soft drop parameters in jet tree More... | |
AliNSubjettinessParameters * | fNSubMeasured |
! Data field for measured n-subjettiness parameters in jet tree More... | |
AliNSubjettinessParameters * | fNSubTrue |
! Data field for true n-subjettiness parameters in jet tree More... | |
AliJetKineParameters * | fKineRec |
! Detector level jet kinematics More... | |
AliJetKineParameters * | fKineSim |
! Particle level jet kinematics More... | |
AliJetStructureParameters * | fJetStructureMeasured |
! Measured jet substructure parameters More... | |
AliJetStructureParameters * | fJetStructureTrue |
! True jet substructure paramteres More... | |
THistManager * | fQAHistos |
! QA histos More... | |
TH1 * | fLumiMonitor |
! Luminosity monitor More... | |
Double_t | fSDZCut |
Soft drop z-cut. More... | |
Double_t | fSDBetaCut |
Soft drop beta cut. More... | |
Reclusterizer_t | fReclusterizer |
Reclusterizer method. More... | |
Bool_t | fHasRecEvent |
Has reconstructed event (for trigger selection) More... | |
Bool_t | fHasTrueEvent |
Has Monte-Carlo truth (for trigger selection) More... | |
UInt_t | fTriggerSelectionBits |
Trigger selection bits. More... | |
TString | fTriggerSelectionString |
Trigger selection string. More... | |
TString | fNameTriggerDecisionContainer |
Global trigger decision container. More... | |
Bool_t | fUseTriggerSelectionForData |
Use trigger selection on data (require trigger patch in addition to trigger selection string) More... | |
Bool_t | fUseDownscaleWeight |
Use 1/downscale as weight. More... | |
Bool_t | fUseChargedConstituents |
Use charged constituents. More... | |
Bool_t | fUseNeutralConstituents |
Use neutral constituents. More... | |
Bool_t | fFillPart |
Fill particle level information. More... | |
Bool_t | fFillRho |
Fill rho parameters. More... | |
Bool_t | fFillSoftDrop |
Fill soft drop parameters. More... | |
Bool_t | fFillNSub |
Fill N-subjettiness. More... | |
Bool_t | fFillStructGlob |
Fill other substructure variables. More... | |
Additional Inherited Members | |
![]() | |
static void | GetEtaPhiDiff (const AliVTrack *t, const AliVCluster *v, Double_t &phidiff, Double_t &etadiff) |
Calculate \(\phi\) and \(\eta\) difference between a track (t) and a cluster (c). More... | |
static Byte_t | GetTrackType (const AliVTrack *t) |
Get track type encoded from bits 20 and 21. More... | |
static Byte_t | GetTrackType (const AliAODTrack *aodTrack, UInt_t filterBit1, UInt_t filterBit2) |
Decode track type. More... | |
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) |
Calculates the fraction of momentum z of part 1 w.r.t. part 2 in the direction of part 2. More... | |
static Double_t | GetParallelFraction (const TVector3 &vect1, AliVParticle *part2) |
Calculates the fraction of momentum z of vect 1 w.r.t. part 2 in the direction of part 2. More... | |
![]() | |
TString | fRhoName |
rho name More... | |
TString | fLocalRhoName |
name for local rho More... | |
TObjArray | fJetCollArray |
jet collection array More... | |
TClonesArray * | fJets |
! jets More... | |
AliRhoParameter * | fRho |
! event rho More... | |
AliLocalRhoParameter * | fLocalRho |
! local event rho More... | |
Double_t | fRhoVal |
! event rho value, same for local rho More... | |
![]() | |
TString | fPythiaInfoName |
name of pythia info object More... | |
BeamType | fForceBeamType |
forced beam type More... | |
Bool_t | fGeneralHistograms |
whether or not it should fill some general histograms More... | |
Bool_t | fLocalInitialized |
whether or not the task has been already initialized More... | |
Bool_t | fFileChanged |
! Signal triggered when the file has changed More... | |
Bool_t | fCreateHisto |
whether or not create histograms 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... | |
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... | |
Int_t | fMinVertexContrib |
Min. number of vertex contributors. More... | |
Double_t | fTrackPtCut |
cut on track pt in event selection More... | |
Int_t | fMinNTrack |
minimum nr of tracks in event with pT>fTrackPtCut More... | |
Double_t | fZvertexDiff |
upper limit for distance between primary and SPD vertex More... | |
Bool_t | fUseAliAnaUtils |
used for LHC13* data: z-vtx, Ncontributors, z-vtx resolution cuts More... | |
Bool_t | fRejectPileup |
Reject pilup using function AliAnalysisUtils::IsPileUpEvent() More... | |
Bool_t | fTklVsClusSPDCut |
Apply tracklet-vs-cluster SPD cut to reject background events in pp. More... | |
UInt_t | fOffTrigger |
offline trigger for event selection More... | |
TString | fTrigClass |
trigger class name for event selection More... | |
TString | fMinBiasRefTrigger |
Name of the minmum bias reference trigger, used in the calculation of downscale-corrected event numbers. More... | |
TriggerType | fTriggerTypeSel |
trigger type to select based on trigger patches More... | |
Int_t | fNbins |
no. of pt bins More... | |
Double_t | fMinBinPt |
min pt in histograms More... | |
Double_t | fMaxBinPt |
max pt in histograms More... | |
Double_t | fMinPtTrackInEmcal |
min pt track in emcal More... | |
Double_t | fEventPlaneVsEmcal |
select events which have a certain event plane wrt the emcal More... | |
Double_t | fMinEventPlane |
minimum event plane value More... | |
Double_t | fMaxEventPlane |
maximum event plane value More... | |
TString | fCentEst |
name of V0 centrality estimator More... | |
Bool_t | fRecycleUnusedEmbeddedEventsMode |
Allows the recycling of embedded events which fail internal event selection. See the embedding helper. More... | |
Bool_t | fIsEmbedded |
trigger, embedded signal More... | |
Bool_t | fIsPythia |
trigger, if it is a PYTHIA production More... | |
Bool_t | fIsHerwig |
trigger, if it is a HERWIG production More... | |
Bool_t | fGetPtHardBinFromName |
Obtain pt-hard bin from file path. More... | |
Int_t | fSelectPtHardBin |
select one pt hard bin for analysis More... | |
Int_t | fMinMCLabel |
minimum MC label value for the tracks/clusters being considered MC particles More... | |
Int_t | fMCLabelShift |
if MC label > fMCLabelShift, MC label -= fMCLabelShift More... | |
Int_t | fNcentBins |
how many centrality bins More... | |
Bool_t | fNeedEmcalGeom |
whether or not the task needs the emcal geometry More... | |
TObjArray | fParticleCollArray |
particle/track collection array More... | |
TObjArray | fClusterCollArray |
cluster collection array More... | |
ULong_t | fTriggers |
list of fired triggers More... | |
EMCalTriggerMode_t | fEMCalTriggerMode |
EMCal trigger selection mode. More... | |
Bool_t | fUseNewCentralityEstimation |
Use new centrality estimation (for 2015 data) More... | |
Bool_t | fGeneratePythiaInfoObject |
Generate Pythia info object. More... | |
Bool_t | fUsePtHardBinScaling |
Use \( p_{t}\)-hard bin scaling in merging. More... | |
Bool_t | fUseXsecFromHeader |
! Use cross section from header instead of pyxsec.root (purely transient) More... | |
Bool_t | fMCRejectFilter |
enable the filtering of events by tail rejection More... | |
Bool_t | fCountDownscaleCorrectedEvents |
Count event number corrected for downscaling. More... | |
Bool_t | fUseInternalEventSelection |
Use builtin event selection of the AliAnalysisTaskEmcal instead of AliEventCuts. 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... | |
Int_t | fRunNumber |
!run number (triggering RunChanged()) More... | |
AliEventCuts * | fAliEventCuts |
!Event cuts (run2 defaults) More... | |
AliAnalysisUtils * | fAliAnalysisUtils |
!vertex selection (optional) More... | |
Bool_t | fIsEsd |
!whether it's an ESD analysis More... | |
AliEMCALGeometry * | fGeom |
!emcal geometry More... | |
TClonesArray * | fTracks |
!tracks More... | |
TClonesArray * | fCaloClusters |
!clusters 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... | |
BeamType | fBeamType |
!event beam type More... | |
AliGenPythiaEventHeader * | fPythiaHeader |
!event Pythia header More... | |
AliGenHerwigEventHeader * | fHerwigHeader |
!event Herwig header More... | |
Float_t | fPtHard |
!event \( p_{t}\)-hard More... | |
Int_t | fPtHardBin |
!event \( p_{t}\)-hard bin More... | |
Int_t | fPtHardBinGlobal |
!event \( p_{t}\)-hard bin, detected from filename More... | |
Bool_t | fPtHardInitialized |
!flag whether the \( p_{t}\)-hard bin was initialized, purely for internal processing More... | |
Int_t | fNPtHardBins |
Number of \( p_{t}\)-hard bins in the dataset. More... | |
TArrayI | fPtHardBinning |
\( p_{t}\)-hard binning More... | |
Int_t | fNTrials |
!event trials More... | |
Float_t | fXsection |
!x-section from pythia header More... | |
AliEmcalPythiaInfo * | fPythiaInfo |
!event parton info More... | |
AliEmcalList * | fOutput |
!output list More... | |
TH1 * | fHistEventCount |
!incoming and selected events More... | |
TH1 * | fHistTrialsAfterSel |
!total number of trials per pt hard bin after selection More... | |
TH1 * | fHistEventsAfterSel |
!total number of events per pt hard bin after selection More... | |
TProfile * | fHistXsectionAfterSel |
!x section from pythia header 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... | |
TH1 * | fHistPtHard |
! \( p_{t}\)-hard distribution More... | |
TH2 * | fHistPtHardCorr |
!Correlation between \( p_{t}\)-hard value and bin More... | |
TH2 * | fHistPtHardCorrGlobal |
!Correlation between \( p_{t}\)-hard value and global bin More... | |
TH2 * | fHistPtHardBinCorr |
!Correlation between global and local (per-event) \( p_{t}\)-hard bin More... | |
TH1 * | fHistCentrality |
!event centrality distribution More... | |
TH1 * | fHistZVertex |
!z vertex position More... | |
TH1 * | fHistEventPlane |
!event plane distribution More... | |
TH1 * | fHistEventRejection |
!book keep reasons for rejecting event More... | |
TH1 * | fHistTriggerClasses |
!number of events in each trigger class More... | |
TH1 * | fHistTriggerClassesCorr |
!corrected number of events in each trigger class More... | |
![]() | |
static Double_t | fgkEMCalDCalPhiDivide = 4. |
phi value used to distinguish between DCal and EMCal More... | |
Tree with jet substructure information.
Definition at line 159 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Enumerator | |
---|---|
kDetLevel | |
kPartLevel |
Definition at line 188 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Enumerator | |
---|---|
kCAAlgo | |
kKTAlgo | |
kAKTAlgo |
Definition at line 182 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
EmcalTriggerJets::AliAnalysisTaskEmcalJetSubstructureTree::AliAnalysisTaskEmcalJetSubstructureTree | ( | ) |
Definition at line 85 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by AddEmcalJetSubstructureTreeMaker().
EmcalTriggerJets::AliAnalysisTaskEmcalJetSubstructureTree::AliAnalysisTaskEmcalJetSubstructureTree | ( | const char * | name | ) |
Definition at line 119 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
virtual |
Definition at line 155 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
static |
Definition at line 830 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
protected |
Definition at line 721 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
protected |
Definition at line 493 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
protected |
Definition at line 816 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by IsTriggerSelected().
|
protectedvirtual |
Selection of a hardware trigger.
The function is used in the default implementation of IsEventSelected in order to perform the trigger selection. Users can reimplement the function in order to perform the trigger selection of their choise. The default implementation checks for the trigger bits specified in the task configuration.
Reimplemented from AliAnalysisTaskEmcal.
Definition at line 423 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
protected |
Definition at line 645 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
protected |
Definition at line 513 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
protected |
Definition at line 563 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
protected |
Definition at line 637 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by MakeJetSubstructure().
|
protected |
Definition at line 685 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
protected |
Definition at line 614 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by MakeJetSubstructure().
|
protected |
Definition at line 800 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
protectedvirtual |
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.
Reimplemented from AliAnalysisTaskEmcal.
Definition at line 252 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
protectedvirtual |
Process tasks relevant when a file with a different run number is processed.
Method exclusively called when the run is changed (new run number differing from old run number). Can be used for run-dependent initializations (i.e. setting parameters from the OADB)
Reimplemented from AliAnalysisTaskEmcal.
Definition at line 246 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
protected |
Definition at line 783 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
Referenced by Run().
|
inline |
Definition at line 212 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 209 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 210 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 211 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 213 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 200 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 218 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by AddEmcalJetSubstructureTreeMaker().
|
inline |
Definition at line 219 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by AddEmcalJetSubstructureTreeMaker().
|
inline |
Definition at line 203 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 197 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by AddEmcalJetSubstructureTreeMaker().
|
inline |
Definition at line 198 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by AddEmcalJetSubstructureTreeMaker().
|
inline |
Definition at line 215 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 199 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 216 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
inline |
Definition at line 201 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
|
protectedvirtual |
Definition at line 167 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
protectedvirtual |
Task initializations handled in user tasks.
Interface for user code executed when the first event is called. At this step we know run number and data type and can therefore do proper initializations.
Reimplemented from AliAnalysisTaskEmcal.
Definition at line 467 of file AliAnalysisTaskEmcalJetSubstructureTree.cxx.
|
private |
Fill N-subjettiness.
Definition at line 283 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by MakeJetSubstructure(), and UserCreateOutputObjects().
|
private |
Fill particle level information.
Definition at line 280 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), and UserCreateOutputObjects().
|
private |
Fill rho parameters.
Definition at line 281 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), and UserCreateOutputObjects().
|
private |
Fill soft drop parameters.
Definition at line 282 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by MakeJetSubstructure(), and UserCreateOutputObjects().
|
private |
Fill other substructure variables.
Definition at line 284 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by UserCreateOutputObjects().
|
private |
! Global jet tree parameters (same for all jets in event)
Definition at line 253 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
Has reconstructed event (for trigger selection)
Definition at line 269 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by IsTriggerSelected().
|
private |
Has Monte-Carlo truth (for trigger selection)
Definition at line 270 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by IsTriggerSelected().
|
private |
! Measured jet substructure parameters
Definition at line 260 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
! True jet substructure paramteres
Definition at line 261 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
! Tree with jet substructure information
Definition at line 252 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), and UserCreateOutputObjects().
|
private |
! Detector level jet kinematics
Definition at line 258 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
! Particle level jet kinematics
Definition at line 259 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
! Luminosity monitor
Definition at line 263 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by FillLuminosity(), and UserExecOnce().
|
private |
Global trigger decision container.
Definition at line 273 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by IsTriggerSelected().
|
private |
! Data field for measured n-subjettiness parameters in jet tree
Definition at line 256 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
! Data field for true n-subjettiness parameters in jet tree
Definition at line 257 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
! QA histos
Definition at line 262 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by DoConstituentQA(), Run(), and UserCreateOutputObjects().
|
private |
Reclusterizer method.
Definition at line 267 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run().
|
private |
Soft drop beta cut.
Definition at line 266 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run().
|
private |
Soft drop z-cut.
Definition at line 265 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run().
|
private |
! Data field for measured soft drop parameters in jet tree
Definition at line 254 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
! Data field for true soft drop parameters in jet tree
Definition at line 255 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalJetSubstructureTree().
|
private |
Trigger selection bits.
Definition at line 271 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by IsTriggerSelected(), and Run().
|
private |
Trigger selection string.
Definition at line 272 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by IsTriggerSelected(), and Run().
|
private |
Use charged constituents.
Definition at line 276 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by MakeAngularity(), MakeJetSubstructure(), MakePtD(), and SelectJet().
|
private |
Use 1/downscale as weight.
Definition at line 275 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by FillLuminosity(), Run(), and RunChanged().
|
private |
Use neutral constituents.
Definition at line 277 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by MakeAngularity(), MakeJetSubstructure(), MakePtD(), and SelectJet().
|
private |
Use trigger selection on data (require trigger patch in addition to trigger selection string)
Definition at line 274 of file AliAnalysisTaskEmcalJetSubstructureTree.h.
Referenced by IsTriggerSelected().