![]() |
AliPhysics
97a96ce (97a96ce)
|
#include <TChain.h>
#include <TDatabasePDG.h>
#include <TFile.h>
#include <THashList.h>
#include <THistManager.h>
#include <TKey.h>
#include <TList.h>
#include <TMath.h>
#include <TParticlePDG.h>
#include <TPDGCode.h>
#include <TProfile.h>
#include <TSystem.h>
#include <TTree.h>
#include "AliAnalysisManager.h"
#include "AliAnalysisUtils.h"
#include "AliAODHeader.h"
#include "AliAODMCHeader.h"
#include "AliAODMCParticle.h"
#include "AliAODTrack.h"
#include "AliESDtrack.h"
#include "AliESDtrackCuts.h"
#include "AliExternalTrackParam.h"
#include "AliGenPythiaEventHeader.h"
#include "AliLog.h"
#include "AliMCEvent.h"
#include "AliMCParticle.h"
#include "AliVParticle.h"
#include "AliVTrack.h"
#include "AliVEvent.h"
#include "fastjet/PseudoJet.hh"
#include "fastjet/ClusterSequence.hh"
#include "fastjet/JetDefinition.hh"
#include "AliAnalysisTaskTracksInJet.h"
Go to the source code of this file.
Functions | |
ClassImp (EMCalTriggerPtAnalysis::AliAnalysisTaskTracksInJet) namespace EMCalTriggerPtAnalysis | |
ClassImp | ( | EMCalTriggerPtAnalysis::AliAnalysisTaskTracksInJet | ) |
Constructor
Perform actions when giles change
Event loop
Run | track selection for ESD tracks. Does hybrid track selection. Remember to do this on a copy |
track | The track to check |
Run track selection for ESD tracks. Does the default track selection.
track | The track to check |
Run hybrid track selection for AOD tracks
track | The track to check |
Run default track selection for AOD tracks
track | The track to check |
Get the cross section and the trails either from pyxsec.root or from pysec_hists.root Get the pt hard bin from the file path This is to called in Notify and should provide the path to the AOD/ESD file (Partially copied from AliAnalysisHelperJetTasks) From AliAnalysisTaskEmcal
currFile | File name with PYTHIA hard cross section |
fXsec | Output storage for the cross section |
fTrials | Output storage for the number of trials |
pthard | Output storage of the pthardbin |
Check in a transparent way for ESDs and AODs whether the particle is physical primary or not
part | The particle to check |
mcevent | The MC event containing the stack (ESD only) |
header | PYTHIA header with trigger jets and pt hard |
Definition at line 52 of file AliAnalysisTaskTracksInJet.cxx.