X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONPedestalSubprocessor.h;h=71d731095c273826867f661df458f84e6b1da919;hb=ec62001b16fbd529ece2d0f9402f61d1d5e861fc;hp=cc231eb5d7c469a5465a8dac104d009d698ab621;hpb=6c870207b483004f4a40c082ad1fb2b5e48a2307;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONPedestalSubprocessor.h b/MUON/AliMUONPedestalSubprocessor.h index cc231eb5d7c..71d731095c2 100644 --- a/MUON/AliMUONPedestalSubprocessor.h +++ b/MUON/AliMUONPedestalSubprocessor.h @@ -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