]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSIhepAnalyze.h
Reading QA thresholds from external file II
[u/mrichter/AliRoot.git] / PHOS / AliPHOSIhepAnalyze.h
index d7e6dc4412f91e1ebf56157aded9877a7d8d9218..25579c22c99d27fe800e4ea7a8f45273de734430 100644 (file)
@@ -25,7 +25,8 @@ class AliPHOSIhepAnalyze : public TObject {
 
   AliPHOSIhepAnalyze() ;              // ctor
   AliPHOSIhepAnalyze(Text_t * name) ; // ctor
-  AliPHOSIhepAnalyze(const AliPHOSIhepAnalyze & obj) : TObject(obj) {
+  AliPHOSIhepAnalyze(const AliPHOSIhepAnalyze & obj) : TObject(obj), fRunLoader(0), fFileName()
+  {
     // cpy ctor: no implementation yet
     // requested by the Coding Convention
     Fatal("cpy ctor", "not implemented") ;