]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAAlarm.h
A lot of changes here:
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAAlarm.h
index c21c20b3c379a9c514e49e97ea9a5f085655b12f..395015c2206adea3908158764721c0db2e6a37eb 100644 (file)
@@ -7,7 +7,7 @@
 
 //_________________________________________________________________________
 // An alarm object that is instanciated by a AliPHOSQACheckable in response to
-// a AliPHOSQAChecker
+// a AliPHOSQAAlarm
 //                  
 //*-- Author: Yves Schutz (SUBATECH)
 
@@ -23,6 +23,7 @@
 
 // --- AliRoot header files ---
 
+#include "AliRun.h"
 
 class AliPHOSQAAlarm : public TObject {
 
@@ -35,11 +36,11 @@ public:
 
  private:
 
-  
-  TString fTime ;    // time when the alarm was raised 
   TString fCable ;   // checkable name that raised the alarm
   TString fCer ;     // checker name that raised the alarm    
+  Int_t fEvent ;     // event number where alarms occured 
   TString fMessage ; // the whole error message 
+  TString fTime ;    // time when the alarm was raised 
 
   ClassDef(AliPHOSQAAlarm,1)  // description