CMS 3D CMS Logo

MuonSystemAging.h
Go to the documentation of this file.
1 #ifndef MuonSystemAging_H
2 #define MuonSystemAging_H
3 
5 #include<cmath>
6 #include<iostream>
7 #include <vector>
8 #include <regex>
9 #include <map>
10 
12  {
16  };
17 
19 {
20 
21  public:
22 
25 
26  std::map<unsigned int, float> m_RPCChambEffs;
27  std::map<unsigned int, float> m_DTChambEffs;
28  std::map<unsigned int, std::pair<unsigned int, float> > m_CSCChambEffs;
29 
30  std::map<unsigned int, float> m_GEMChambEffs;
31  std::map<unsigned int, float> m_ME0ChambEffs;
32 
34 
35 };
36 
37 #endif
std::map< unsigned int, float > m_GEMChambEffs
std::map< unsigned int, std::pair< unsigned int, float > > m_CSCChambEffs
std::map< unsigned int, float > m_ME0ChambEffs
std::map< unsigned int, float > m_RPCChambEffs
std::map< unsigned int, float > m_DTChambEffs
CSCInefficiencyType
#define COND_SERIALIZABLE
Definition: Serializable.h:38