]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSDigitizer.cxx
Important changes to the reconstructor classes. Complete elimination of the run-loade...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDigitizer.cxx
index 3f10835e057acfe9c2c38b924ce0f49d0292bfdf..e776cc072339a3b79aa9aecdaf59124b3aaa07ad 100644 (file)
@@ -18,6 +18,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.97  2007/08/07 14:12:03  kharlov
+ * Quality assurance added (Yves Schutz)
+ *
  * Revision 1.96  2007/04/28 10:43:36  policheh
  * Dead channels simulation: digit energy sets to 0.
  *
@@ -625,8 +628,7 @@ void AliPHOSDigitizer::Exec(Option_t *option)
     Digitize(ievent) ; //Add prepared SDigits to digits and add the noise
 
     //makes the quality assurance data
-    GetQualAssDataMaker()->SetData(gime->Digits()) ; 
-    GetQualAssDataMaker()->Exec(AliQualAss::kDIGITS) ; 
+    GetQualAssDataMaker()->Exec(AliQualAss::kDIGITS, gime->Digits()) ; 
                                   
     WriteDigits() ;