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
n
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
c
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
src
CondFormats
CSCObjects
src
CSCGains.cc
Go to the documentation of this file.
1
#include "
CondFormats/CSCObjects/interface/CSCGains.h
"
2
#include "
DataFormats/MuonDetId/interface/CSCIndexer.h
"
3
#include "
FWCore/Utilities/interface/Exception.h
"
4
5
CSCGains::CSCGains
() {}
6
CSCGains::~CSCGains
() {}
7
8
const
CSCGains::Item
&
CSCGains::item
(
const
CSCDetId
& cscId,
int
strip
)
const
{
9
CSCIndexer
indexer;
10
GainsMap::const_iterator mapItr =
gains
.find(indexer.
dbIndex
(cscId,
strip
));
11
if
(mapItr ==
gains
.end()) {
12
throw
cms::Exception
(
"CSCGains"
) <<
"Cannot find CSC conditions for chamber "
<< cscId;
13
}
14
return
mapItr->second.at(
strip
- 1);
15
}
CSCIndexer.h
CSCGains::gains
GainsMap gains
Definition:
CSCGains.h:26
Exception
Definition:
hltDiff.cc:245
nano_mu_digi_cff.strip
strip
Definition:
nano_mu_digi_cff.py:40
CSCDetId
Definition:
CSCDetId.h:26
CSCIndexer::dbIndex
int dbIndex(const CSCDetId &id, int &channel)
Definition:
CSCIndexer.cc:235
CSCGains::Item
Definition:
CSCGains.h:15
CSCIndexer
Definition:
CSCIndexer.h:44
Exception.h
CSCGains::item
const Item & item(const CSCDetId &cscId, int strip) const
Definition:
CSCGains.cc:8
CSCGains::CSCGains
CSCGains()
Definition:
CSCGains.cc:5
CSCGains.h
CSCGains::~CSCGains
~CSCGains()
Definition:
CSCGains.cc:6
Generated for CMSSW Reference Manual by
1.8.14