CMS 3D CMS Logo

EcalPulseShapes.h
Go to the documentation of this file.
1 #ifndef EcalPulseShapes_h
2 #define EcalPulseShapes_h
3 
5 
7 
8 struct EcalPulseShape {
9 
10 public:
11 
12  static const int TEMPLATESAMPLES = 12;
13 
15 
17 
18  float val(int isample) const { return pdfval[isample]; }
19 
21 
22 };
23 
27 
28 #endif
EcalPulseShapesMap EcalPulseShapes
static const int TEMPLATESAMPLES
float val(int isample) const
EcalCondObjectContainer< EcalPulseShape > EcalPulseShapesMap
std::vector< Item >::const_iterator const_iterator
EcalPulseShapesMap::const_iterator EcalPulseShapesMapIterator
#define COND_SERIALIZABLE
Definition: Serializable.h:38
float pdfval[TEMPLATESAMPLES]