]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSSDigitizer.cxx
Splitting of the QA maker into simulation and reconstruction dependent parts (Yves)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSSDigitizer.cxx
index f39ba09462d09d83fafc4d11d5c31bbdf2ec15b7..fc0a53d83e7590e1ce0a9d4ec6a8d08e79e8c1b4 100644 (file)
@@ -19,6 +19,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.56  2007/10/19 18:04:29  schutz
+ * The standalone QA data maker is called from AliSimulation and AliReconstruction outside the event loop; i.e. re-reading the data. The QA data making in the event loop has been commented out.
+ *
  * Revision 1.55  2007/10/14 21:08:10  schutz
  * Introduced the checking of QA results from previous step before entering the event loop
  *
@@ -95,7 +98,6 @@
 #include "AliPHOSGetter.h"
 #include "AliPHOSHit.h"
 #include "AliPHOSSDigitizer.h"
-#include "AliPHOSQADataMaker.h" 
 
 ClassImp(AliPHOSSDigitizer)
 
@@ -245,7 +247,8 @@ void AliPHOSSDigitizer::Exec(Option_t *option)
   if(strstr(option,"tim"))
     gBenchmark->Start("PHOSSDigitizer");
   
-  // check the QA result for RAWS
+/*
+       // check the QA result for RAWS
   AliQA * qa = AliQA::Instance(AliQA::kPHOS) ; 
   if ( qa->IsSet(AliQA::kPHOS, AliQA::kRAW, AliQA::kFATAL)) {
        AliFatal("QA status in RAW was Fatal") ;
@@ -256,7 +259,7 @@ void AliPHOSSDigitizer::Exec(Option_t *option)
   } else if ( qa->IsSet(AliQA::kPHOS, AliQA::kRAW, AliQA::kINFO) ) {
        AliInfo("QA status in RAW was Info") ;
   }
-
+*/
   AliPHOSGetter * gime = AliPHOSGetter::Instance() ;
 
   //switch off reloading of this task while getting event