27 #ifndef ALIANALYSISTASKEMCALCLUSTERSINJETS_H 28 #define ALIANALYSISTASKEMCALCLUSTERSINJETS_H 31 #include <TObjArray.h> static AliAnalysisTaskEmcalClustersInJets * AddTaskEmcalClustersInJets(AliJetContainer::EJetType_t jettype, const char *trigger)
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.
TString fNameClusterContainer
Name of the cluster container.
TObjArray fNamesJetContainers
Names of the jet containers.
AliAnalysisTaskEmcalClustersInJets()
void SetNameClusterContainer(const char *name)
TString fNameTriggerClass
Name of the trigger class to be selected.
THistManager * fHistos
! Histogram manager
void AddNameJetContainer(const char *name)
void SetNameTriggerClass(const char *name)
Base task in the EMCAL jet framework.
Container class for histograms.
virtual ~AliAnalysisTaskEmcalClustersInJets()