CMS 3D CMS Logo

APDShape.h
Go to the documentation of this file.
1 #ifndef EcalSimAlgos_APDShape_h
2 #define EcalSimAlgos_APDShape_h
3 
5 
6 class APDShape : public EcalShapeBase
7 {
8  public:
9  APDShape(bool useDB):EcalShapeBase(useDB){if(!useDB)buildMe();} // if useDB = true, then buildMe is executed when setEventSetup and DB conditions are available
10 // APDShape():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: APDShape.cc:8
std::vector< double > DVec
Definition: EcalShapeBase.h:28
APDShape(bool useDB)
Definition: APDShape.h:9