1 #ifndef ALIEMCALCONTAINERUTILS_H
2 #define ALIEMCALCONTAINERUTILS_H
53 static AliVEvent *
GetEvent(AliVEvent * inputEvent,
bool isEmbedding =
false);
55 #if !(defined(__CINT__) || defined(__MAKECINT__))
71 #if !(defined(__CINT__) || defined(__MAKECINT__))
84 if (
TString(n).IsNull())
return 0;
102 if (i<0 || i>collection.GetEntriesFast())
return 0;
103 T *cont =
static_cast<T *
>(collection.At(i));
116 T *cont =
static_cast<T *
>(collection.FindObject(name));
static std::string DetermineUseDefaultName(InputObject_t objType, bool esdMode, bool returnObjectType=false)
UShort_t T(UShort_t m, UShort_t t)
static AliVEvent * GetEvent(AliVEvent *inputEvent, bool isEmbedding=false)
InputObject_t
Type of input object to be created
static T * AddContainer(const char *n, TObjArray &collection)
static T * GetContainer(Int_t i, const TObjArray &collection)