1 #ifndef ALIEMCALCONTAINERUTILS_H
2 #define ALIEMCALCONTAINERUTILS_H
53 static const AliVEvent *
GetEvent(
const AliVEvent * inputEvent,
bool isEmbedding =
false);
54 static AliVEvent *
GetEvent(AliVEvent * inputEvent,
bool isEmbedding =
false);
56 #if !(defined(__CINT__) || defined(__MAKECINT__))
72 #if !(defined(__CINT__) || defined(__MAKECINT__))
85 if (
TString(n).IsNull())
return 0;
103 if (i<0 || i>collection.GetEntriesFast())
return 0;
104 T *cont =
static_cast<T *
>(collection.At(i));
117 T *cont =
static_cast<T *
>(collection.FindObject(name));
static const AliVEvent * GetEvent(const AliVEvent *inputEvent, bool isEmbedding=false)
static std::string DetermineUseDefaultName(InputObject_t objType, bool esdMode, bool returnObjectType=false)
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 T * GetContainer(Int_t i, const TObjArray &collection)