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