27 #ifndef ALIANALYSISTASKEMCALJETCONSITUTENTQA_H 28 #define ALIANALYSISTASKEMCALJETCONSITUTENTQA_H 30 #include <TObjArray.h> 31 #include <TObjString.h> 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.
TObjArray fNamesJetContainers
Names of the connected jet container.
TString fTriggerSelectionString
Trigger selection string.
THistManager * fHistos
Histogram manager.
void SetNameTrackContainer(const char *name)
static AliAnalysisTaskEmcalJetConstituentQA * AddTaskEmcalJetConstituentQA(const char *trigger, AliJetContainer::EJetType_t jettype, bool parmode=kFALSE)
TString fNameClusterContainer
Name of the cluster container.
virtual void UserCreateOutputObjects()
void SetJetType(AliJetContainer::EJetType_t jettype)
virtual ~AliAnalysisTaskEmcalJetConstituentQA()
AliJetContainer::EJetType_t fJetType
Jet type.
void SetUseTriggerSelection(Bool_t doUse)
virtual bool IsTriggerSelected()
Selection of a hardware trigger.
TString fNameTrackContainer
Name of the track container.
void SetTriggerSelection(const char *trigger)
TString fNameTriggerDecisionContainer
Name of the trigger decision container.
Base task in the EMCAL jet framework.
Container class for histograms.
void SetNameClusterContainer(const char *name)
AliAnalysisTaskEmcalJetConstituentQA()
Bool_t fUseTriggerSelection
Use trigger selection in addition to trigger string.
AliAnalysisTaskEmcalJetConstituentQA & operator=(const AliAnalysisTaskEmcalJetConstituentQA &)
void AddNameJetContainer(const char *name)