1 #ifndef ALIEMCALCONTAINERUTILS_H 2 #define ALIEMCALCONTAINERUTILS_H 54 static const AliVEvent *
GetEvent(
const AliVEvent * inputEvent,
bool isEmbedding =
false);
55 static AliVEvent *
GetEvent(AliVEvent * inputEvent,
bool isEmbedding =
false);
57 #if !(defined(__CINT__) || defined(__MAKECINT__)) 73 #if !(defined(__CINT__) || defined(__MAKECINT__)) 86 if (
TString(n).IsNull())
return 0;
104 if (i<0 || i>collection.GetEntriesFast())
return 0;
105 T *cont =
static_cast<T *
>(collection.At(i));
118 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)
InputObject_t
Type of input object to be created
static T * AddContainer(const char *n, TObjArray &collection)
static std::string DetermineUseDefaultName(InputObject_t objType)
static T * GetContainer(Int_t i, const TObjArray &collection)