Skip to content

Commit 0dd653a

Browse files
authored
Merge pull request #48426 from CTPPS/pps_DQMfixIncreaseLS
PPS: Increase X-axis range for "RP State per Lumisection" DQM plot to 3000 LS
2 parents 6670a3b + a71a847 commit 0dd653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/CTPPS/plugins/CTPPSCommonDQMSource.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void CTPPSCommonDQMSource::GlobalPlots::Init(DQMStore::IBooker &ibooker) {
122122
3 -> ok
123123
*/
124124
RPState = ibooker.book2D(
125-
"rpstate per LS", "RP State per Lumisection;Luminosity Section;", 1000, 0, 1000, MAX_VBINS, 0., MAX_VBINS);
125+
"rpstate per LS", "RP State per Lumisection;Luminosity Section;", 3000, 0, 3000, MAX_VBINS, 0., MAX_VBINS);
126126
{
127127
TH2F *hist = RPState->getTH2F();
128128
hist->SetCanExtend(TH2F::kXaxis);

0 commit comments

Comments
 (0)