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