Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CondFormats
RecoMuonObjects
interface
MuonSystemAging.h
Go to the documentation of this file.
1
#ifndef MuonSystemAging_H
2
#define MuonSystemAging_H
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
#include <cmath>
6
#include <iostream>
7
#include <vector>
8
#include <regex>
9
#include <map>
10
11
enum
CSCInefficiencyType
{
EFF_CHAMBER
= 0,
EFF_STRIPS
= 1,
EFF_WIRES
= 2 };
12
13
class
MuonSystemAging
{
14
public
:
15
MuonSystemAging
(){};
16
~MuonSystemAging
(){};
17
18
std::map<unsigned int, float>
m_RPCChambEffs
;
19
std::map<unsigned int, float>
m_DTChambEffs
;
20
std::map<unsigned int, std::pair<unsigned int, float> >
m_CSCChambEffs
;
21
22
std::map<unsigned int, float>
m_GEMChambEffs
;
23
std::map<unsigned int, float>
m_ME0ChambEffs
;
24
25
COND_SERIALIZABLE
;
26
};
27
28
#endif
EFF_STRIPS
Definition:
MuonSystemAging.h:11
MuonSystemAging::m_RPCChambEffs
std::map< unsigned int, float > m_RPCChambEffs
Definition:
MuonSystemAging.h:16
CSCInefficiencyType
CSCInefficiencyType
Definition:
MuonSystemAging.h:11
EFF_WIRES
Definition:
MuonSystemAging.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
MuonSystemAging::~MuonSystemAging
~MuonSystemAging()
Definition:
MuonSystemAging.h:16
MuonSystemAging::m_CSCChambEffs
std::map< unsigned int, std::pair< unsigned int, float > > m_CSCChambEffs
Definition:
MuonSystemAging.h:20
MuonSystemAging::m_ME0ChambEffs
std::map< unsigned int, float > m_ME0ChambEffs
Definition:
MuonSystemAging.h:23
Serializable.h
EFF_CHAMBER
Definition:
MuonSystemAging.h:11
MuonSystemAging
Definition:
MuonSystemAging.h:13
MuonSystemAging::m_DTChambEffs
std::map< unsigned int, float > m_DTChambEffs
Definition:
MuonSystemAging.h:19
MuonSystemAging::MuonSystemAging
MuonSystemAging()
Definition:
MuonSystemAging.h:15
MuonSystemAging::m_GEMChambEffs
std::map< unsigned int, float > m_GEMChambEffs
Definition:
MuonSystemAging.h:22
Generated for CMSSW Reference Manual by
1.8.16