Skip to content

Commit

Permalink
reduce scale
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Sep 29, 2016
1 parent f5e78d3 commit 401803a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQMOffline/RecoB/plugins/PrimaryVertexMonitor.cc
Expand Up @@ -87,7 +87,7 @@ PrimaryVertexMonitor::bookHistograms(DQMStore::IBooker &iBooker,
ntracksVsZ[0]->setAxisTitle("z-bs",1);
ntracksVsZ[0]->setAxisTitle("#tracks",2);

score[0] = iBooker.book1D("otherVtxScore","sqrt(score) (other Vtx)",100,0.,500.);
score[0] = iBooker.book1D("otherVtxScore","sqrt(score) (other Vtx)",100,0.,400.);
trksWeight[0] = iBooker.book1D("otherVtxTrksWeight","Total weight of Tracks in Vertex (other Vtx)",40,0,100.);
vtxchi2[0] = iBooker.book1D("otherVtxChi2","#chi^{2} (other Vtx)",100,0.,200.);
vtxndf[0] = iBooker.book1D("otherVtxNdf","ndof (other Vtx)",100,0.,200.);
Expand All @@ -99,7 +99,7 @@ PrimaryVertexMonitor::bookHistograms(DQMStore::IBooker &iBooker,
ntracksVsZ[1]->setAxisTitle("z-bs",1);
ntracksVsZ[1]->setAxisTitle("#tracks",2);

score[1] = iBooker.book1D("tagVtxScore","sqrt(score) (tagged Vtx)",100,0.,500.);
score[1] = iBooker.book1D("tagVtxScore","sqrt(score) (tagged Vtx)",100,0.,400.);
trksWeight[1] = iBooker.book1D("tagVtxTrksWeight","Total weight of Tracks in Vertex (tagged Vtx)",100,0,100.);
vtxchi2[1] = iBooker.book1D("tagVtxChi2","#chi^{2} (tagged Vtx)",100,0.,200.);
vtxndf[1] = iBooker.book1D("tagVtxNdf","ndof (tagged Vtx)",100,0.,200.);
Expand Down

0 comments on commit 401803a

Please sign in to comment.