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