CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
EcalSimPulseShape Class Reference

#include <EcalSimPulseShape.h>

Public Member Functions

 EcalSimPulseShape ()
 
float getTimeInterval ()
 
void setTimeInterval (float x)
 
 ~EcalSimPulseShape ()
 

Public Attributes

std::vector< double > apd_shape
 
double apd_thresh
 
std::vector< double > barrel_shape
 
double barrel_thresh
 
std::vector< double > endcap_shape
 
double endcap_thresh
 
float time_interval
 

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 7 of file EcalSimPulseShape.h.

Constructor & Destructor Documentation

EcalSimPulseShape::EcalSimPulseShape ( )
inline

Definition at line 9 of file EcalSimPulseShape.h.

9 {};
EcalSimPulseShape::~EcalSimPulseShape ( )
inline

Definition at line 10 of file EcalSimPulseShape.h.

10 {};

Member Function Documentation

float EcalSimPulseShape::getTimeInterval ( )
inline

Definition at line 12 of file EcalSimPulseShape.h.

References time_interval.

12 { return time_interval; };
template<class Archive >
void EcalSimPulseShape::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalSimPulseShape::setTimeInterval ( float  x)
inline

Definition at line 11 of file EcalSimPulseShape.h.

References time_interval, and x.

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 23 of file EcalSimPulseShape.h.

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

Definition at line 23 of file EcalSimPulseShape.h.

Member Data Documentation

std::vector<double> EcalSimPulseShape::apd_shape

Definition at line 16 of file EcalSimPulseShape.h.

double EcalSimPulseShape::apd_thresh

Definition at line 20 of file EcalSimPulseShape.h.

std::vector<double> EcalSimPulseShape::barrel_shape

Definition at line 12 of file EcalSimPulseShape.h.

double EcalSimPulseShape::barrel_thresh

Definition at line 18 of file EcalSimPulseShape.h.

std::vector<double> EcalSimPulseShape::endcap_shape

Definition at line 15 of file EcalSimPulseShape.h.

double EcalSimPulseShape::endcap_thresh

Definition at line 19 of file EcalSimPulseShape.h.

float EcalSimPulseShape::time_interval

Definition at line 21 of file EcalSimPulseShape.h.

Referenced by getTimeInterval(), and setTimeInterval().