Skip to content

Commit 8ef8433

Browse files
committed
increased PU range in profiles from 60 to 70
1 parent fa56deb commit 8ef8433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DQM/HLTEvF/plugins/ScoutingCollectionMonitor.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,8 @@ void ScoutingCollectionMonitor::bookHistograms(DQMStore::IBooker& ibook,
949949

950950
if (!onlyScouting_) {
951951
PVvsPU_hist =
952-
ibook.bookProfile("PVvsPU", "Number of primary vertices vs pile up; pile up; <N_{PV}>", 20, 20, 60, 0, 65);
953-
rhovsPU_hist = ibook.bookProfile("rhovsPU", "#rho vs pile up; pile up; <#rho>", 20, 20, 60, 0, 45);
952+
ibook.bookProfile("PVvsPU", "Number of primary vertices vs pile up; pile up; <N_{PV}>", 20, 20, 70, 0, 65);
953+
rhovsPU_hist = ibook.bookProfile("rhovsPU", "#rho vs pile up; pile up; <#rho>", 20, 20, 70, 0, 45);
954954
}
955955

956956
ibook.setCurrentFolder(topfoldername_ + "/PFcand");

0 commit comments

Comments
 (0)