]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPedestalSubprocessor.h
Update for 2012
[u/mrichter/AliRoot.git] / MUON / AliMUONPedestalSubprocessor.h
index 2930feaee9129cfd735d929b781c3950a5c73de1..71d731095c273826867f661df458f84e6b1da919 100644 (file)
@@ -44,8 +44,9 @@ private:
   AliMUONVStore* fPedestals; //!< Pedestals for the MUON TRK
   AliMUONVStore* fConfig; //!< Configuration (i.e. list of (buspatch,manu)) for the MUON TRK
   Bool_t fConfigChanged; //!< flag to trigger the saving of the configuration
+  Bool_t fTooFewEvents; //!< whether the current run was a failed ped run, basically
   
-  ClassDef(AliMUONPedestalSubprocessor,2) // A shuttle preprocessor for MUON TRK pedestals
+  ClassDef(AliMUONPedestalSubprocessor,3) // A shuttle preprocessor for MUON TRK pedestals
 };
 
 #endif