Skip to content

Commit 41267c7

Browse files
committed
Update pixel track maps dimensions for efficiency plots in CTPPSDiamondDQMSource
1 parent a60bea1 commit 41267c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DQM/CTPPS/plugins/CTPPSDiamondDQMSource.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ CTPPSDiamondDQMSource::PotPlots::PotPlots(DQMStore::IBooker& ibooker,
302302
LeadingOnlyCounter(0),
303303
TrailingOnlyCounter(0),
304304
CompleteCounter(0),
305-
pixelTracksMap("Pixel track maps for efficiency", "Pixel track maps for efficiency", 25, 0, 25, 16, -8, 8) {
305+
pixelTracksMap("Pixel track maps for efficiency", "Pixel track maps for efficiency", 25, 0, 25, 24, -6, 18) {
306306
std::string path, title;
307307
CTPPSDiamondDetId(id).rpName(path, CTPPSDiamondDetId::nPath);
308308
ibooker.setCurrentFolder(path);
@@ -507,9 +507,9 @@ CTPPSDiamondDQMSource::PlanePlots::PlanePlots(DQMStore::IBooker& ibooker, unsign
507507
25,
508508
0,
509509
25,
510-
16,
511-
-8,
512-
8) {
510+
24,
511+
-6,
512+
18) {
513513
std::string path, title;
514514
CTPPSDiamondDetId(id).planeName(path, CTPPSDiamondDetId::nPath);
515515
ibooker.setCurrentFolder(path);
@@ -552,7 +552,7 @@ CTPPSDiamondDQMSource::PlanePlots::PlanePlots(DQMStore::IBooker& ibooker, unsign
552552
-8,
553553
8);
554554
EfficiencyWRTPixelsInPlane =
555-
ibooker.book2D("Efficiency wrt pixels", title + " Efficiency wrt pixels;x (mm);y (mm)", 25, 0, 25, 16, -8, 8);
555+
ibooker.book2D("Efficiency wrt pixels", title + " Efficiency wrt pixels;x (mm);y (mm)", 25, 0, 25, 24, -6, 18);
556556
}
557557

558558
//----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)