1 #ifndef ALIEMCALCONTAINERUTILS_H 2 #define ALIEMCALCONTAINERUTILS_H 60 static const AliVEvent *
GetEvent(
const AliVEvent * inputEvent,
bool isEmbedding =
false);
61 static AliVEvent *
GetEvent(AliVEvent * inputEvent,
bool isEmbedding =
false);
63 #if !(defined(__CINT__) || defined(__MAKECINT__)) 79 #if !(defined(__CINT__) || defined(__MAKECINT__)) 92 if (
TString(n).IsNull())
return 0;
110 if (i<0 || i>collection.GetEntriesFast())
return 0;
111 T *cont =
static_cast<T *
>(collection.At(i));
124 T *cont =
static_cast<T *
>(collection.FindObject(name));
static const AliVEvent * GetEvent(const AliVEvent *inputEvent, bool isEmbedding=false)
Helper functions related to AliEmcalContainer derived objects.
UShort_t T(UShort_t m, UShort_t t)
static UInt_t DeterminePhysicsSelectionFromYAML(const std::vector< std::string > &selections)
InputObject_t
Type of input object to be created
static T * AddContainer(const char *n, TObjArray &collection)
static const std::map< std::string, AliVEvent::EOfflineTriggerTypes > fgkPhysicsSelectionMap
Relates string to the physics selection enumeration for YAML configuration.
static std::string DetermineUseDefaultName(InputObject_t objType)
static T * GetContainer(Int_t i, const TObjArray &collection)