Skip to content

Commit beee2c5

Browse files
committed
axis expanding
1 parent f3796db commit beee2c5

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
@@ -133,7 +133,7 @@ void CTPPSCommonDQMSource::GlobalPlots::Init(DQMStore::IBooker &ibooker) {
133133
MAX_VBINS);
134134
{
135135
TH2F *hist = RPState->getTH2F();
136-
hist->SetCanExtend(TH1::kAllAxes);
136+
hist->SetCanExtend(TH2F::kXaxis);
137137
TAxis *ya = hist->GetYaxis();
138138
ya->SetBinLabel(1, "45, 210, FR-BT");
139139
ya->SetBinLabel(2, "45, 210, FR-HR");

0 commit comments

Comments
 (0)