Skip to content

Commit bfc47c6

Browse files
committed
reduce range track mult vtx ndof<4
1 parent 405e323 commit bfc47c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Validation/MtdValidation/plugins/Primary4DVertexValidation.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ void Primary4DVertexValidation::bookHistograms(DQMStore::IBooker& ibook,
736736
meVtxTrackMult_ = ibook.book1D("VtxTrackMult", "Log10(Vertex track multiplicity)", 80, 0.5, 2.5);
737737
meVtxTrackMultPassNdof_ =
738738
ibook.book1D("VtxTrackMultPassNdof", "Log10(Vertex track multiplicity for ndof>4)", 80, 0.5, 2.5);
739-
meVtxTrackMultFailNdof_ = ibook.book1D("VtxTrackMultFailNdof", "Vertex track multiplicity for ndof<4", 50, 0., 50.);
739+
meVtxTrackMultFailNdof_ = ibook.book1D("VtxTrackMultFailNdof", "Vertex track multiplicity for ndof<4", 10, 0., 10.);
740740
meVtxTrackW_ = ibook.book1D("VtxTrackW", "Vertex track weight (all)", 50, 0., 1.);
741741
meVtxTrackWnt_ = ibook.book1D("VtxTrackWnt", "Vertex track Wnt", 50, 0., 1.);
742742
meVtxTrackRecLVMult_ =

0 commit comments

Comments
 (0)