CMS 3D CMS Logo

EcalSimComponentShape.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_EcalSimComponentShape_hh
2 #define CondFormats_EcalObjects_EcalSimComponentShape_hh
3 
5 #include <vector>
6 
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 
17 };
18 #endif
std::vector< std::vector< float > > barrel_shapes
#define COND_SERIALIZABLE
Definition: Serializable.h:39
EcalSimComponentShape()=default