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
CalibPPS
AlignmentRelative
src
AlignmentAlgorithm.cc
Go to the documentation of this file.
1
/****************************************************************************
2
* Authors:
3
* Jan Kašpar (jan.kaspar@gmail.com)
4
****************************************************************************/
5
6
#include "
CalibPPS/AlignmentRelative/interface/AlignmentAlgorithm.h
"
7
#include "
CalibPPS/AlignmentRelative/interface/AlignmentTask.h
"
8
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
11
//----------------------------------------------------------------------------------------------------
12
13
AlignmentAlgorithm::AlignmentAlgorithm
(
const
edm::ParameterSet
& ps,
AlignmentTask
* _t)
14
:
verbosity
(ps.getUntrackedParameter<unsigned
int
>(
"verbosity"
, 0)),
15
task
(_t),
16
singularLimit(ps.getParameter<double>(
"singularLimit"
)) {}
AlignmentTask.h
AlignmentAlgorithm.h
TrackValidation_cff.task
task
Definition:
TrackValidation_cff.py:251
ParameterSet.h
AlignmentTask
Represents an alignment task.
Definition:
AlignmentTask.h:20
createfilelist.int
int
Definition:
createfilelist.py:10
verbosity
const int verbosity
Definition:
DQMFileLoader.cc:24
AlignmentAlgorithm::AlignmentAlgorithm
AlignmentAlgorithm()
dummy constructor (not to be used)
Definition:
AlignmentAlgorithm.h:43
edm::ParameterSet
Definition:
ParameterSet.h:47
Generated for CMSSW Reference Manual by
1.8.14