Skip to content

Commit

Permalink
Monitor Element mePUvsFakeV_ in Primary4DVertexValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelliga committed Jun 28, 2024
1 parent 25b46fa commit ec2c8da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Validation/MtdValidation/plugins/Primary4DVertexValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@ void Primary4DVertexValidation::bookHistograms(DQMStore::IBooker& ibook,
ibook.book1D("TimeSignalPull", "Pull for signal; t_{rec} - t_{sim}/#sigma_{t rec}", 100, -10., 10.);
mePUvsRealV_ =
ibook.bookProfile("PUvsReal", "#PU vertices vs #real matched vertices;#PU;#real ", 100, 0, 300, 100, 0, 200);
mePUvsFakeV_ =
ibook.bookProfile("PUvsFake", "#PU vertices vs #fake matched vertices;#PU;#fake ", 100, 0, 300, 100, 0, 20);
mePUvsOtherFakeV_ = ibook.bookProfile(
"PUvsOtherFake", "#PU vertices vs #other fake matched vertices;#PU;#other fake ", 100, 0, 300, 100, 0, 20);
mePUvsSplitV_ =
Expand Down Expand Up @@ -704,10 +706,6 @@ void Primary4DVertexValidation::bookHistograms(DQMStore::IBooker& ibook,
"PUTrackRelSumPt", "Relative Sum of Pt of PU tracks for matched vertices; PUSumPt/SumPt", 50, 0., 1.);
mePUTrackRelSumPt2_ = ibook.book1D(
"PUTrackRelSumPt2", "Relative Sum of Pt2 for PU tracks for matched vertices; PUSumPt2/SumPt2", 50, 0., 1.);

mePUvsFakeV_ =
ibook.bookProfile("PUvsFake", "#PU vertices vs #fake matched vertices;#PU;#fake ", 100, 0, 300, 100, 0, 20);

mePUTrackRecLVRelMult_ = ibook.book1D(
"PUTrackRecLVRelMult", "Relative multiplicity of PU tracks for matched LV; #PUTrks/#Trks", 50, 0., 1.);
meFakeTrackRecLVRelMult_ = ibook.book1D(
Expand Down

0 comments on commit ec2c8da

Please sign in to comment.