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
DQM
SiTrackerPhase2
python
Phase2TrackerDQMFirstStep_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
from
DQM.SiTrackerPhase2.Phase2TrackerMonitorDigi_cff
import
*
3
from
DQM.SiTrackerPhase2.Phase2ITMonitorRecHit_cff
import
*
4
from
DQM.SiTrackerPhase2.Phase2ITMonitorCluster_cff
import
*
5
from
DQM.SiTrackerPhase2.Phase2OTMonitorCluster_cff
import
*
6
from
DQM.SiTrackerPhase2.Phase2OTMonitorVectorHits_cff
import
*
7
8
trackerphase2DQMSource = cms.Sequence( pixDigiMon
9
+ otDigiMon
10
+rechitMonitorIT
11
+ clusterMonitorIT
12
+ clusterMonitorOT
13
)
14
15
from
Configuration.ProcessModifiers.vectorHits_cff
import
vectorHits
16
trackerphase2DQMSource_wVhits = trackerphase2DQMSource.copy()
17
trackerphase2DQMSource_wVhits += cms.Sequence(acceptedVecHitsmon + rejectedVecHitsmon)
18
19
vectorHits.toReplaceWith(trackerphase2DQMSource, trackerphase2DQMSource_wVhits)
Phase2OTMonitorCluster_cff
Phase2TrackerMonitorDigi_cff
Phase2ITMonitorCluster_cff
Phase2OTMonitorVectorHits_cff
Phase2ITMonitorRecHit_cff
Generated for CMSSW Reference Manual by
1.8.14