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