]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliSysInfo.h
Coverity:
[u/mrichter/AliRoot.git] / STEER / AliSysInfo.h
index ea13fc79170d8a0bac1856ce5e54855ec6c168d3..a57ebe86c8285be2ed963916ff65e5127fe7dcc1 100644 (file)
@@ -29,6 +29,9 @@ 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);
+  //
+  // Object size function
+  static Double_t EstimateObjectSize(TObject* object);
   static  TTree* Test();
 private:
   AliSysInfo(const AliSysInfo& source);