Skip to content

Commit f567a5d

Browse files
authored
restrict range dz to +/-0.15
1 parent 2f29cd9 commit f567a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DQM/TrackingMonitorSource/python/TrackCollections2monitor_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@
303303
trackPtN ['highPurityPV0p1'] = cms.int32(100)
304304
trackPtMin ['highPurityPV0p1'] = cms.double(0.)
305305
trackPtMax ['highPurityPV0p1'] = cms.double(100.)
306-
pcaZtoPVMax ['highPurityPV0p1'] = cms.double(0.2)
307-
pcaZtoPVMin ['highPurityPV0p1'] = cms.double(-0.2)
306+
pcaZtoPVMax ['highPurityPV0p1'] = cms.double(0.15)
307+
pcaZtoPVMin ['highPurityPV0p1'] = cms.double(-0.15)
308308
doPlotsPCA ['highPurityPV0p1'] = cms.bool(True)
309309
numCutString ['highPurityPV0p1'] = cms.string("quality('highPurity')") # num := den + quality('highPurity')
310310
denCutString ['highPurityPV0p1'] = cms.string("") # den := kinematic cuts

0 commit comments

Comments
 (0)