// ------------------------------------------------------------------------- // ----- 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 PndDmlDetector : public PndSsdDetector { public: /** Default constructor **/ PndDmlDetector(); /** Standard constructor. *@param name detetcor name *@param active sensitivity flag **/ PndDmlDetector(const char* name, Bool_t active); void Initialize(); /** Destructor **/ virtual ~PndDmlDetector(); ClassDef(PndDmlDetector,5); };