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