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  EBShape(bool useDB):EcalShapeBase(useDB){if(!useDB)buildMe();} // if useDB = true, then buildMe is executed when setEventSetup and DB conditions are available
10  //EBShape():EcalShapeBase(false){;}
11 
12  protected:
13  void fillShape(float &time_interval, double &m_thresh, EcalShapeBase::DVec& aVec, const edm::EventSetup* es) const override ;
14 };
15 
16 
17 
18 #endif
19 
void fillShape(float &time_interval, double &m_thresh, EcalShapeBase::DVec &aVec, const edm::EventSetup *es) const override
Definition: EBShape.cc:8
std::vector< double > DVec
Definition: EcalShapeBase.h:28
Definition: EBShape.h:6
EBShape(bool useDB)
Definition: EBShape.h:9