/** PndSolenoidPar.h ** @author M.Al-Turany ** @since 30.01.2007 ** @version 1.0 ** ** Parameter set for the Panda Solenoid. For the runtime database. **/ #ifndef PNDSOLENOID4PAR_H #define PNDSOLENOID4PAR_H 1 #include "PndMapPar.h" class PndSolenoid4Par : public PndMapPar { public: /** Standard constructor **/ PndSolenoid4Par(const char* name, const char* title, const char* context); /** default constructor **/ PndSolenoid4Par(); /** Destructor **/ ~PndSolenoid4Par(); ClassDef(PndSolenoid4Par,1); }; #endif