src
CondFormats
EcalObjects
interface
EcalSimComponentShape.h
Go to the documentation of this file.
1
#ifndef CondFormats_EcalObjects_EcalSimComponentShape_hh
2
#define CondFormats_EcalObjects_EcalSimComponentShape_hh
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
#include <vector>
6
7
class
EcalSimComponentShape
{
8
public
:
9
EcalSimComponentShape
() =
default
;
10
11
std::vector<std::vector<float> >
barrel_shapes
;
// there is no need to getters/setters, just access data directly
12
13
double
barrel_thresh
;
14
float
time_interval
;
// time interval of the shape
15
16
COND_SERIALIZABLE
;
17
};
18
#endif
EcalSimComponentShape
Definition:
EcalSimComponentShape.h:7
EcalSimComponentShape::time_interval
float time_interval
Definition:
EcalSimComponentShape.h:14
EcalSimComponentShape::barrel_thresh
double barrel_thresh
Definition:
EcalSimComponentShape.h:13
EcalSimComponentShape::barrel_shapes
std::vector< std::vector< float > > barrel_shapes
Definition:
EcalSimComponentShape.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
EcalSimComponentShape::EcalSimComponentShape
EcalSimComponentShape()=default
Generated for CMSSW Reference Manual by
1.8.14