1 #ifndef ALIANALYSISTASKCALOTRACKCORRELATION_H
2 #define ALIANALYSISTASKCALOTRACKCORRELATION_H
29 #include "AliAnalysisTaskSE.h"
103 #endif //ALIANALYSISTASKCALOTRACKCORRELATION_H
TString fConfigName
Configuration file name.
TString GetConfigFileName() const
void SetFirstEvent(Int_t event)
Int_t fFirstEvent
! Analyze all the events from this one, for testing.
AliAnaCaloTrackCorrMaker * GetAnalysisMaker()
void SetLastEvent(Int_t event)
Bool_t fStoreEventSummary
Store in output histograms list 2 histograms with event summary, off by default.
virtual void Init()
Analysis configuration, if provided, and initialization.
TList * fCuts
! List with analysis cuts.
void SetConfigFileName(TString &name)
virtual void UserExec(Option_t *option)
Execute analysis for current event.
Int_t GetFirstEvent() const
virtual void Terminate(Option_t *option)
Terminate analysis. Do some plots (plotting not used so far).
TList * fOutputContainer
! Histogram container.
AliAnalysisTaskCaloTrackCorrelation & operator=(const AliAnalysisTaskCaloTrackCorrelation &)
Assignment operator not implemented.
virtual void UserCreateOutputObjects()
Int_t GetLastEvent() const
virtual ~AliAnalysisTaskCaloTrackCorrelation()
Destructor.
AliAnalysisTaskCaloTrackCorrelation()
Default constructor.
void SwitchOnStoreEventSummary()
void SetAnalysisMaker(AliAnaCaloTrackCorrMaker *const maker)
virtual void FinishTaskOutput()
Put in the output some standard event summary histograms.
Main class conecting the CaloTrackCorrelations package and Analysis Frame.
Int_t fLastEvent
! Analyze all the events until this one, for testing.
void SwitchOffStoreEventSummary()
AliAnaCaloTrackCorrMaker * fAna
Pointer to the manager class.
Steering class of package CaloTrackCorrelartions.