// ------------------------------------------------------------------------- // ----- PndMvdDetector header file ----- // ----- Created 6/04/06 by T. Stockmanns ----- // ----- Based on PndMvdDetector ----- // ------------------------------------------------------------------------- /** PndMvdDetector.h *@author T.Stockmanns ** ** Defines the active detector PndMvdDetector. Constructs the geometry and ** registers MCPoints. **/ #include "PndSsdDetector.h" class PndDvmDetector : public PndSsdDetector { public: /** Default constructor **/ PndDvmDetector(); /** Standard constructor. *@param name detetcor name *@param active sensitivity flag **/ PndDvmDetector(const char* name, Bool_t active); void Initialize(); /** Destructor **/ virtual ~PndDvmDetector(); ClassDef(PndDvmDetector,5); };