X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=STEER%2FAliSysInfo.h;h=ea13fc79170d8a0bac1856ce5e54855ec6c168d3;hp=05b696705a18342eb80108056aba8af73a9b05ad;hb=ab557934fe585eff24a4645eb201426baaa5cca5;hpb=d1d8b044586ba01a9f58fb447f4e35fc252f2038 diff --git a/STEER/AliSysInfo.h b/STEER/AliSysInfo.h index 05b696705a1..ea13fc79170 100644 --- a/STEER/AliSysInfo.h +++ b/STEER/AliSysInfo.h @@ -29,6 +29,7 @@ public: static Bool_t Contain(const char * str1, const char * str2); typedef void (*StampCallback_t)(const Char_t * desription); static void AddCallBack(StampCallback_t callback); + static TTree* Test(); private: AliSysInfo(const AliSysInfo& source); AliSysInfo& operator= (const AliSysInfo& rec);