1 #ifndef ConditionsProcessor_h
2 #define ConditionsProcessor_h 1
4 #include "marlin/MarlinConfig.h"
15 class IConditionsChangeListener;
18 using namespace lcio ;
50 class ConditionsProcessor :
public Processor {
54 virtual Processor* newProcessor() {
return new ConditionsProcessor ; }
57 ConditionsProcessor() ;
63 static bool registerChangeListener( lccd::IConditionsChangeListener* cl,
const std::string& name) ;
76 virtual void processEvent( LCEvent * evt ) ;
112 #endif // #ifdef MARLIN_LCCD
114 #endif // ConditionsProcessor_h