We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f29cd9 commit f567a5dCopy full SHA for f567a5d
DQM/TrackingMonitorSource/python/TrackCollections2monitor_cff.py
@@ -303,8 +303,8 @@
303
trackPtN ['highPurityPV0p1'] = cms.int32(100)
304
trackPtMin ['highPurityPV0p1'] = cms.double(0.)
305
trackPtMax ['highPurityPV0p1'] = cms.double(100.)
306
-pcaZtoPVMax ['highPurityPV0p1'] = cms.double(0.2)
307
-pcaZtoPVMin ['highPurityPV0p1'] = cms.double(-0.2)
+pcaZtoPVMax ['highPurityPV0p1'] = cms.double(0.15)
+pcaZtoPVMin ['highPurityPV0p1'] = cms.double(-0.15)
308
doPlotsPCA ['highPurityPV0p1'] = cms.bool(True)
309
numCutString ['highPurityPV0p1'] = cms.string("quality('highPurity')") # num := den + quality('highPurity')
310
denCutString ['highPurityPV0p1'] = cms.string("") # den := kinematic cuts
0 commit comments