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
src
Validation
SiTrackerPhase2V
python
Phase2TrackerValidationFirstStep_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
from
Validation.SiTrackerPhase2V.Phase2TrackerValidateDigi_cff
import
*
3
from
Validation.SiTrackerPhase2V.Phase2ITValidateRecHit_cff
import
*
4
from
Validation.SiTrackerPhase2V.Phase2ITValidateTrackingRecHit_cff
import
*
5
from
Validation.SiTrackerPhase2V.Phase2ITValidateCluster_cff
import
*
6
from
Validation.SiTrackerPhase2V.Phase2OTValidateCluster_cff
import
*
7
from
Validation.SiTrackerPhase2V.Phase2OTValidateTrackingRecHit_cff
import
*
8
9
trackerphase2ValidationSource = cms.Sequence(pixDigiValid
10
+ otDigiValid
11
+ rechitValidIT
12
+ trackingRechitValidIT
13
+ clusterValidIT
14
+ clusterValidOT
15
+ trackingRechitValidOT
16
)
17
18
from
Configuration.ProcessModifiers.vectorHits_cff
import
vectorHits
19
vectorHits.toReplaceWith(trackerphase2ValidationSource, trackerphase2ValidationSource.copyAndExclude([trackingRechitValidOT]))
Phase2OTValidateCluster_cff
Phase2OTValidateTrackingRecHit_cff
Phase2ITValidateRecHit_cff
Phase2ITValidateCluster_cff
Phase2TrackerValidateDigi_cff
Phase2ITValidateTrackingRecHit_cff
Generated for CMSSW Reference Manual by
1.8.14