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
CondFormats
CSCObjects
interface
CSCChamberIndex.h
Go to the documentation of this file.
1
#ifndef CSCChamberIndex_h
2
#define CSCChamberIndex_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/CSCObjects/interface/CSCMapItem.h
"
7
#include <vector>
8
9
class
CSCChamberIndex
{
10
public
:
11
CSCChamberIndex
();
12
~CSCChamberIndex
();
13
14
const
CSCMapItem::MapItem
&
item
(
int
key
)
const
;
15
16
typedef
std::vector<CSCMapItem::MapItem>
CSCVector
;
17
CSCVector
ch_index
;
18
19
COND_SERIALIZABLE
;
20
};
21
22
#endif
CSCMapItem.h
CSCChamberIndex::CSCChamberIndex
CSCChamberIndex()
Definition:
CSCChamberIndex.cc:3
CSCChamberIndex::ch_index
CSCVector ch_index
Definition:
CSCChamberIndex.h:17
crabWrapper.key
key
Definition:
crabWrapper.py:19
CSCChamberIndex::CSCVector
std::vector< CSCMapItem::MapItem > CSCVector
Definition:
CSCChamberIndex.h:16
CSCMapItem::MapItem
Definition:
CSCMapItem.h:13
CSCChamberIndex
Definition:
CSCChamberIndex.h:9
CSCChamberIndex::~CSCChamberIndex
~CSCChamberIndex()
Definition:
CSCChamberIndex.cc:5
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
CSCChamberIndex::item
const CSCMapItem::MapItem & item(int key) const
Definition:
CSCChamberIndex.cc:7
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14