CMS 3D CMS Logo

RPCStripNoises.h
Go to the documentation of this file.
1 #ifndef RPCStripNoises_h
2 #define RPCStripNoises_h
3 
5 
6 #include <vector>
7 #include <map>
8 #include <iostream>
9 
11 public:
12  struct NoiseItem {
13  int dpid;
14  float noise;
15  float eff;
16  float time;
17 
19  };
20 
23 
24  std::vector<NoiseItem> const& getVNoise() const { return v_noises; }
25  std::vector<float> const& getCls() const { return v_cls; }
26 
27  std::vector<NoiseItem> v_noises;
28  std::vector<float> v_cls;
29 
31 };
32 
33 #endif
std::vector< NoiseItem > const & getVNoise() const
std::vector< float > const & getCls() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::vector< float > v_cls
std::vector< NoiseItem > v_noises