CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/SimCalorimetry/EcalSimAlgos/interface/EEShape.h

Go to the documentation of this file.
00001 #ifndef EcalSimAlgos_EEShape_h
00002 #define EcalSimAlgos_EEShape_h
00003 
00004 #include "SimCalorimetry/EcalSimAlgos/interface/EcalShapeBase.h"
00005 
00006 class EEShape : public EcalShapeBase
00007 {
00008    public:
00009   
00010       EEShape() ;
00011 
00012       virtual ~EEShape() ;
00013 
00014       virtual double threshold() const ;
00015 
00016    protected:
00017   
00018       virtual void fillShape( EcalShapeBase::DVec& aVec ) const ;
00019 };
00020   
00021 
00022 
00023 #endif
00024