CMS 3D CMS Logo

EcalSimPulseShape.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_EcalSimPulseShape_hh
2 #define CondFormats_EcalObjects_EcalSimPulseShape_hh
3 
5 #include <vector>
6 
8 public:
11  void setTimeInterval(float x) { time_interval = x; };
12  float getTimeInterval() { return time_interval; };
13 
14  std::vector<double> barrel_shape; // there is no need to getters/setters, just access data directly
15  std::vector<double> endcap_shape; // there is no need to getters/setters, just access data directly
16  std::vector<double> apd_shape; // there is no need to getters/setters, just access data directly
17 
18  double barrel_thresh;
19  double endcap_thresh;
20  double apd_thresh;
21  float time_interval; // time interval of the shape
22 
24 };
25 #endif
std::vector< double > barrel_shape
std::vector< double > apd_shape
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::vector< double > endcap_shape
void setTimeInterval(float x)