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 {
8  public:
9 
10  BTLPulseShape() ;
11 
12  ~BTLPulseShape() override ;
13 
14 
15  protected:
16 
17  void fillShape( MTDShapeBase::DVec& aVec ) const override ;
18 
19 };
20 
21 
22 #endif
23 
void fillShape(MTDShapeBase::DVec &aVec) const override
std::vector< double > DVec
Definition: MTDShapeBase.h:14
~BTLPulseShape() override
Definition: BTLPulseShape.cc:4