CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Friends
EcalPulseShape Struct Reference

#include <EcalPulseShapes.h>

Public Member Functions

 EcalPulseShape ()
 
float val (int isample) const
 

Public Attributes

float pdfval [TEMPLATESAMPLES]
 

Static Public Attributes

static const int TEMPLATESAMPLES = 12
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 8 of file EcalPulseShapes.h.

Constructor & Destructor Documentation

EcalPulseShape::EcalPulseShape ( )

Definition at line 3 of file EcalPulseShapes.cc.

References pdfval, alignCSCRings::s, and TEMPLATESAMPLES.

3  {
4  for(int s=0; s<TEMPLATESAMPLES; ++s) pdfval[s] = 0.;
5 }
static const int TEMPLATESAMPLES
float pdfval[TEMPLATESAMPLES]

Member Function Documentation

template<class Archive >
void EcalPulseShape::serialize ( Archive &  ar,
const unsigned int  version 
)
private
float EcalPulseShape::val ( int  isample) const
inline

Definition at line 18 of file EcalPulseShapes.h.

References pdfval.

Referenced by cond::ecalpulseshape::average().

18 { return pdfval[isample]; }
float pdfval[TEMPLATESAMPLES]

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 20 of file EcalPulseShapes.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 20 of file EcalPulseShapes.h.

Member Data Documentation

float EcalPulseShape::pdfval[TEMPLATESAMPLES]
const int EcalPulseShape::TEMPLATESAMPLES = 12
static