]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPedestalSubprocessor.h
Possibility to vary the cos(PA) cut
[u/mrichter/AliRoot.git] / MUON / AliMUONPedestalSubprocessor.h
index cc231eb5d7c469a5465a8dac104d009d698ab621..71d731095c273826867f661df458f84e6b1da919 100644 (file)
@@ -38,12 +38,15 @@ private:
   Int_t ReadPedestalFile(const char* filename);
   Int_t ReadConfigFile(const char* filename);
 
+  Bool_t HasConfigChanged(const AliMUONVStore& newConfig) const;
+
 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