CMS 3D CMS Logo

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  ~EEShape() override ;
13 
14  double threshold() const override ;
15 
16  protected:
17 
18  void fillShape( EcalShapeBase::DVec& aVec ) const override ;
19 };
20 
21 
22 
23 #endif
24 
EEShape()
Definition: EEShape.cc:9
void fillShape(EcalShapeBase::DVec &aVec) const override
Definition: EEShape.cc:22
std::vector< double > DVec
Definition: EcalShapeBase.h:16
~EEShape() override
Definition: EEShape.cc:5
double threshold() const override
Definition: EEShape.cc:16
Definition: EEShape.h:6