Skip to content

Commit ea5f0e5

Browse files
committed
fixing ranges for the muliplicity of tracks histogram and fixing the SVNoVtx_mass_Z plot
1 parent d7e4781 commit ea5f0e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DQM/HLTEvF/plugins/ScoutingCollectionMonitor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ void ScoutingCollectionMonitor::bookHistograms(DQMStore::IBooker& ibook,
989989
ibook.setCurrentFolder(topfoldername_);
990990

991991
// Book multiplicity histograms in the topfolder
992-
nTracks_hist = ibook.book1D("nTracks", "Number of Tracks;N_{tracks};Entries", 115, 0, 115);
992+
nTracks_hist = ibook.book1D("nTracks", "Number of Tracks;N_{tracks};Entries", 400, 0, 400);
993993
nPrimaryVertices_hist = ibook.book1D("nPrimaryVertices", "Number of Primary Vertices;N_{PV};Entries", 51, 0, 50);
994994
nDisplacedVertices_hist =
995995
ibook.book1D("nDisplacedVertices", "Number of Displaced Vertices (Vtx);N_{DV};Entries", 10, 0, 10);

HLTriggerOffline/Scouting/plugins/ScoutingMuonPropertiesAnalyzer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ void ScoutingMuonPropertiesAnalyzer::bookHistograms(DQMStore::IBooker& ibooker,
666666
h_SVNoVtx_mass_JPsi_->setAxisTitle("Mass [GeV]", 1);
667667
h_SVNoVtx_mass_JPsi_->setAxisTitle("Vertices", 2);
668668

669-
h_SVNoVtx_mass_Z_ = ibooker.book1D("SVNoVtx_mass", "SVNoVtx mass Z", 50, 80, 100);
669+
h_SVNoVtx_mass_Z_ = ibooker.book1D("SVNoVtx_mass_Z", "SVNoVtx mass Z", 50, 80, 100);
670670
h_SVNoVtx_mass_Z_->setAxisTitle("Mass [GeV]", 1);
671671
h_SVNoVtx_mass_Z_->setAxisTitle("Vertices", 2);
672672

0 commit comments

Comments
 (0)