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