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
GeometryObjects
interface
CSCRecoDigiParameters.h
Go to the documentation of this file.
1
#ifndef CSCObjects_CSCRecoDigiParameters_h
2
#define CSCObjects_CSCRecoDigiParameters_h
3
13
#include "
CondFormats/Serialization/interface/Serializable.h
"
14
15
#include <string>
16
#include <vector>
17
18
class
CSCRecoDigiParameters
{
19
public
:
20
CSCRecoDigiParameters
() {}
21
~CSCRecoDigiParameters
() {}
22
23
std::vector<int>
pUserParOffset
;
// where the fupars for a ch. type start in the fupars blob.
24
std::vector<int>
pUserParSize
;
// size of the fupars. if known, then both this and the above can go.
25
std::vector<int>
pChamberType
;
26
std::vector<float>
pfupars
;
// user parameters
27
28
COND_SERIALIZABLE
;
29
};
30
31
#endif
CSCRecoDigiParameters::pfupars
std::vector< float > pfupars
Definition:
CSCRecoDigiParameters.h:26
CSCRecoDigiParameters::pChamberType
std::vector< int > pChamberType
Definition:
CSCRecoDigiParameters.h:25
CSCRecoDigiParameters::~CSCRecoDigiParameters
~CSCRecoDigiParameters()
Definition:
CSCRecoDigiParameters.h:21
CSCRecoDigiParameters::pUserParOffset
std::vector< int > pUserParOffset
Definition:
CSCRecoDigiParameters.h:23
CSCRecoDigiParameters::pUserParSize
std::vector< int > pUserParSize
Definition:
CSCRecoDigiParameters.h:24
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
CSCRecoDigiParameters::CSCRecoDigiParameters
CSCRecoDigiParameters()
Definition:
CSCRecoDigiParameters.h:20
Serializable.h
CSCRecoDigiParameters
Definition:
CSCRecoDigiParameters.h:18
Generated for CMSSW Reference Manual by
1.8.14