CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBShape.h
Go to the documentation of this file.
1 #ifndef EcalSimAlgos_EBShape_h
2 #define EcalSimAlgos_EBShape_h
3 
5 
6 class EBShape : public EcalShapeBase
7 {
8  public:
9 
10  EBShape() ;
11 
12  virtual ~EBShape() ;
13 
14  virtual double threshold() const ;
15 
16  protected:
17 
18  virtual void fillShape( EcalShapeBase::DVec& aVec ) const ;
19 };
20 
21 
22 
23 #endif
24 
virtual double threshold() const
Definition: EBShape.cc:16
virtual ~EBShape()
Definition: EBShape.cc:5
virtual void fillShape(EcalShapeBase::DVec &aVec) const
Definition: EBShape.cc:22
std::vector< double > DVec
Definition: EcalShapeBase.h:16
Definition: EBShape.h:6
EBShape()
Definition: EBShape.cc:9