X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2Frec%2FAliHLTEsdManagerImplementation.h;h=a66d73388705371e046c2d6ae03525e99264e768;hp=1a79ff621fc2970bbf66c6cee2eff8be44be404d;hb=f5ea7ce2b63f033d2ffa02754142b5e97c7ea6a3;hpb=794de106f87716e5e241bb7d886e6a9ca4679bca;ds=sidebyside diff --git a/HLT/rec/AliHLTEsdManagerImplementation.h b/HLT/rec/AliHLTEsdManagerImplementation.h index 1a79ff621fc..a66d7338870 100644 --- a/HLT/rec/AliHLTEsdManagerImplementation.h +++ b/HLT/rec/AliHLTEsdManagerImplementation.h @@ -14,10 +14,10 @@ */ #include "AliHLTEsdManager.h" +#include "AliESDEvent.h" #include "TString.h" #include -class AliESDEvent; class TTree; class TFile; @@ -98,6 +98,11 @@ class AliHLTEsdManagerImplementation : public AliHLTEsdManager { */ static TTree* EmbedIntoTree(AliESDEvent* pESD, const char* name="esdTree", const char* title="Tree with HLT ESD objects"); + class AliHLTESDEventHelper : public AliESDEvent { + public: + static bool IsStdContent(const char* key); + }; + protected: private: