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
CSCObjects
interface
CSCIdentifier.h
Go to the documentation of this file.
1
#ifndef CSCIdentifier_h
2
#define CSCIdentifier_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <vector>
7
8
class
CSCIdentifier
{
9
public
:
10
CSCIdentifier
();
11
~CSCIdentifier
();
12
13
struct
Item
{
14
int
CSCid
;
15
16
COND_SERIALIZABLE
;
17
};
18
19
std::vector<Item>
identifier
;
20
21
COND_SERIALIZABLE
;
22
};
23
24
#endif
CSCIdentifier
Definition:
CSCIdentifier.h:8
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
CSCIdentifier::identifier
std::vector< Item > identifier
Definition:
CSCIdentifier.h:19
Serializable.h
CSCIdentifier::CSCIdentifier
CSCIdentifier()
Definition:
CSCIdentifier.cc:2
CSCIdentifier::Item::CSCid
int CSCid
Definition:
CSCIdentifier.h:14
CSCIdentifier::~CSCIdentifier
~CSCIdentifier()
Definition:
CSCIdentifier.cc:3
CSCIdentifier::Item
Definition:
CSCIdentifier.h:13
Generated for CMSSW Reference Manual by
1.8.16