Go to the documentation of this file.00001 #ifndef EcalSimAlgos_EBShape_h
00002 #define EcalSimAlgos_EBShape_h
00003
00004 #include "SimCalorimetry/EcalSimAlgos/interface/EcalShapeBase.h"
00005
00006 class EBShape : public EcalShapeBase
00007 {
00008 public:
00009
00010 EBShape() ;
00011
00012 virtual ~EBShape() ;
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