Skip to content

Commit e5a0fb2

Browse files
committed
fix axis limis for trackPhiH to avoid using dynamic range which causes histogram merging issues
1 parent 5e9ff21 commit e5a0fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/TrackingMonitorSource/python/StandaloneTrackMonitor_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
verbose = False,
2525
trackEtaH = dict(Xbins = 60, Xmin = -3.0, Xmax = 3.0),
2626
trackPtH = dict(Xbins = 100, Xmin = 0.0 ,Xmax = 100.0),
27-
trackPhiH = dict(Xbins = 100, Xmin = 3.15, Xmax = 3.15),
27+
trackPhiH = dict(Xbins = 100, Xmin = -3.15, Xmax = 3.15),
2828
#trackMVAH = dict(Xbins = 100 ,Xmin = -1.0, Xmax = 1.0)
2929
)

0 commit comments

Comments
 (0)