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