]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDqaRecPoints.cxx
Small update related to the failure in cpass0 run 193152 (LHC12i)
[u/mrichter/AliRoot.git] / TRD / AliTRDqaRecPoints.cxx
index a7f42b65681665537220caff53c4ca4aa977fede..cd71df2007bc7556330f641987adde4335afc06f 100644 (file)
@@ -78,6 +78,10 @@ AliTRDqaRecPoints::AliTRDqaRecPoints(const AliTRDqaRecPoints &/*qa*/) :
   // Copy constructor
   //
 
+  for (Int_t i = 0; i < 540; i++) {
+    fRefHist[i] = 0x0;
+  }
+
 }
 
 //____________________________________________________________________________