]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSDigitizer.cxx
Splitting of the QA maker into simulation and reconstruction dependent parts (Yves)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDigitizer.cxx
index 22c098fb389a75cd7b5c10ff40ef10c3b0742ce4..86d465962fbe248fe1dc3ee91fd09f1183cba517 100644 (file)
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.103  2007/11/07 11:25:06  schutz
+ * Comment out the QA checking before starting digitization
+ *
+ * Revision 1.102  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.101  2007/10/14 21:08:10  schutz
  * Introduced the checking of QA results from previous step before entering the event loop
  *
 #include "AliPHOSSDigitizer.h"
 #include "AliPHOSGeometry.h"
 #include "AliPHOSTick.h"
-#include "AliPHOSQADataMaker.h" 
 
 ClassImp(AliPHOSDigitizer)
 
@@ -628,17 +633,17 @@ void AliPHOSDigitizer::Exec(Option_t *option)
     return ; 
   }
   
-  // check the QA result for Hits and SDigits
-  AliQA * qa = AliQA::Instance(AliQA::kPHOS) ; 
-  if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kFATAL)) {
-       AliFatal("QA status in Hits and/or SDIGITS was Fatal") ;
-  } else if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kERROR)) {
-       AliError("QA status in Hits and/or SDIGITS was Error") ;
-  } else if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kWARNING) ) {
-       AliWarning("QA status in Hits and/or SDIGITS was Warning") ;
-  } else if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kINFO) ) {
-       AliInfo("QA status in Hits and/or SDIGITS was Info") ;
-  }
// // check the QA result for Hits and SDigits
+//  AliQA * qa = AliQA::Instance(AliQA::kPHOS) ; 
+//  if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kFATAL)) {
+//     AliFatal("QA status in Hits and/or SDIGITS was Fatal") ;
+//  } else if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kERROR)) {
+//     AliError("QA status in Hits and/or SDIGITS was Error") ;
+//  } else if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kWARNING) ) {
+//     AliWarning("QA status in Hits and/or SDIGITS was Warning") ;
+//  } else if ( qa->IsSet(AliQA::kPHOS, AliQA::kSIM, AliQA::kINFO) ) {
+//     AliInfo("QA status in Hits and/or SDIGITS was Info") ;
+//  }
    
  if(strstr(option,"tim"))
      gBenchmark->Start("PHOSDigitizer");