1 #ifndef ALIEMCALCORRECTIONEVENTMANAGER_H
2 #define ALIEMCALCORRECTIONEVENTMANAGER_H
4 #include "AliAnalysisTaskSE.h"
47 void SetInputEvent(AliVEvent * inputEvent) { fInputEvent = inputEvent; }
virtual ~AliEmcalCorrectionEventManager()
Class to manage the current event for correction components in the EMCal correction framework...
void SetInputEvent(AliVEvent *inputEvent)
AliVEvent * InputEvent() const
bool UseEmbeddingEvent() const
True if the embedding event should be used.
bool fUseEmbedding
If true, return the embedded event instead.
AliEmcalCorrectionEventManager & operator=(const AliEmcalCorrectionEventManager &)
void SetUseEmbeddingEvent(bool b=true)
AliEmcalCorrectionEventManager()