CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EEShape.h
Go to the documentation of this file.
1 #ifndef EcalSimAlgos_EEShape_h
2 #define EcalSimAlgos_EEShape_h
3 
5 
6 class EEShape : public EcalShapeBase
7 {
8  public:
9 
10  EEShape() ;
11 
12  virtual ~EEShape() ;
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: EEShape.cc:16
EEShape()
Definition: EEShape.cc:9
virtual ~EEShape()
Definition: EEShape.cc:5
std::vector< double > DVec
Definition: EcalShapeBase.h:16
virtual void fillShape(EcalShapeBase::DVec &aVec) const
Definition: EEShape.cc:22
Definition: EEShape.h:6