CMS 3D CMS Logo

BTLPulseShape.h
Go to the documentation of this file.
1 #ifndef __SimFastTiming_FastTimingCommon_BTLPulseShape_h__
2 #define __SimFastTiming_FastTimingCommon_BTLPulseShape_h__
3 
5 
6 class BTLPulseShape : public MTDShapeBase {
7 public:
9 
10  ~BTLPulseShape() override;
11 
12 protected:
13  void fillShape(MTDShapeBase::DVec& aVec) const override;
14 };
15 
16 #endif
void fillShape(MTDShapeBase::DVec &aVec) const override
Definition: BTLPulseShape.cc:7
std::vector< double > DVec
Definition: MTDShapeBase.h:11
~BTLPulseShape() override
Definition: BTLPulseShape.cc:3