CMS 3D CMS Logo

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  ~EBShape() 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 
void fillShape(EcalShapeBase::DVec &aVec) const override
Definition: EBShape.cc:22
~EBShape() override
Definition: EBShape.cc:5
std::vector< double > DVec
Definition: EcalShapeBase.h:16
Definition: EBShape.h:6
double threshold() const override
Definition: EBShape.cc:16
EBShape()
Definition: EBShape.cc:9