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 public:
10  static const int TEMPLATESAMPLES = 12;
11 
13 
15 
16  float val(int isample) const { return pdfval[isample]; }
17 
19 };
20 
24 
25 #endif
EcalPulseShapesMap EcalPulseShapes
static const int TEMPLATESAMPLES
EcalCondObjectContainer< EcalPulseShape > EcalPulseShapesMap
float val(int isample) const
std::vector< Item >::const_iterator const_iterator
EcalPulseShapesMap::const_iterator EcalPulseShapesMapIterator
#define COND_SERIALIZABLE
Definition: Serializable.h:39
float pdfval[TEMPLATESAMPLES]