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