Skip to content

Commit a71a847

Browse files
committed
Increase histogram bin range for RP State per Lumisection
1 parent aa39901 commit a71a847

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)