1 #ifndef ALIANALYSISTASKEMCALTRIGGERJETS_H 2 #define ALIANALYSISTASKEMCALTRIGGERJETS_H 30 void FillJetPIDPlotsLeading(
const AliVTrack *leading,
double ptjet,
double radius,
const char *trigger,
const char *detector);
virtual ~AliAnalysisTaskEmcalTriggerJets()
AliAnalysisTaskEmcalTriggerJets & operator=(const AliAnalysisTaskEmcalTriggerJets &)
void FillJetPIDPlots(const AliEmcalJet *jet, double radius, const char *trigger, const char *detector)
AliAnalysisTaskEmcalTriggerJets()
virtual void UserExecOnce()
Task initializations handled in user tasks.
virtual void UserCreateOutputObjects()
Base task in the EMCAL jet framework.
AliPIDResponse * fPIDResponse
! PID Response handler
THistManager * fHistos
! Histogram handler
Represent a jet reconstructed using the EMCal jet framework.
Container class for histograms.
void FillJetPIDPlotsLeading(const AliVTrack *leading, double ptjet, double radius, const char *trigger, const char *detector)
Container for jet within the EMCAL jet framework.
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.
static AliAnalysisTaskEmcalTriggerJets * AddTaskEmcalTriggerJets(const char *name)