]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSDigitizer.h
replace hardcoded calls to geometry transformation matrices with calls to the TGeoMan...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDigitizer.h
index 203567849ac9145504722ec7e0603ebaeac836e4..d47b45b8d6f60fb960e9dd37b21cf32f00003910 100644 (file)
@@ -8,6 +8,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.35  2007/08/07 14:12:03  kharlov
+ * Quality assurance added (Yves Schutz)
+ *
  * Revision 1.34  2006/04/29 20:25:30  hristov
  * Decalibration is implemented (Yu.Kharlov)
  *
@@ -145,8 +148,11 @@ private:
   Int_t   fLastEvent;               // last  event to process 
   AliPHOSQualAssDataMaker * fQADM ; //!Quality Assurance Data Maker
   Int_t fEventCounter ;             //! counts the events processed
+  
+  //QA stuff
+  static const Int_t fgkCycles = 9999 ; // QA data accumulation cycle 
 
-  ClassDef(AliPHOSDigitizer,3)  // description 
+  ClassDef(AliPHOSDigitizer,4)  // description 
 
 };