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