Skip to content

Commit 6fd0b45

Browse files
committed
update(alpide/online):Minor change
1 parent 5bb8d5c commit 6fd0b45

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

alpide/online/R3BAlpideOnlineSpectra.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ InitStatus R3BAlpideOnlineSpectra::Init()
326326
fh2_y_x[0]->GetYaxis()->CenterTitle(true);
327327
gPad->SetLogz();
328328
fh2_y_x[0]->Draw("colz");
329-
fh2_y_x[0]->SetStats(0);
329+
// fh2_y_x[0]->SetStats(0);
330330
mainfol->Add(cHit_xy);
331331
}
332332
else
@@ -342,7 +342,7 @@ InitStatus R3BAlpideOnlineSpectra::Init()
342342
fh2_y_x[0]->GetYaxis()->CenterTitle(true);
343343
gPad->SetLogz();
344344
fh2_y_x[0]->Draw("colz");
345-
fh2_y_x[0]->SetStats(0);
345+
// fh2_y_x[0]->SetStats(0);
346346
cHit_xy->cd(2);
347347
fh2_y_x.push_back(R3B::root_owned<TH2F>(
348348
"fh2_y_x_flex2", "Correlation Y vs X in mm for flex-2", 500, -50, 50, 200, -20, 20));
@@ -353,7 +353,7 @@ InitStatus R3BAlpideOnlineSpectra::Init()
353353
fh2_y_x[1]->GetYaxis()->CenterTitle(true);
354354
gPad->SetLogz();
355355
fh2_y_x[1]->Draw("colz");
356-
fh2_y_x[1]->SetStats(0);
356+
// fh2_y_x[1]->SetStats(0);
357357
mainfol->Add(cHit_xy);
358358

359359
auto cHit_xy_cor =
@@ -369,7 +369,7 @@ InitStatus R3BAlpideOnlineSpectra::Init()
369369
fh2_y_x_cor_det[0]->GetYaxis()->CenterTitle(true);
370370
gPad->SetLogz();
371371
fh2_y_x_cor_det[0]->Draw("colz");
372-
fh2_y_x_cor_det[0]->SetStats(0);
372+
// fh2_y_x_cor_det[0]->SetStats(0);
373373

374374
cHit_xy_cor->cd(2);
375375
fh2_y_x_cor_det.push_back(
@@ -381,7 +381,7 @@ InitStatus R3BAlpideOnlineSpectra::Init()
381381
fh2_y_x_cor_det[1]->GetYaxis()->CenterTitle(true);
382382
gPad->SetLogz();
383383
fh2_y_x_cor_det[1]->Draw("colz");
384-
fh2_y_x_cor_det[1]->SetStats(0);
384+
// fh2_y_x_cor_det[1]->SetStats(0);
385385

386386
cHit_xy_cor->cd(3);
387387
fh2_y_x_cor_det.push_back(
@@ -393,7 +393,7 @@ InitStatus R3BAlpideOnlineSpectra::Init()
393393
fh2_y_x_cor_det[2]->GetYaxis()->CenterTitle(true);
394394
gPad->SetLogz();
395395
fh2_y_x_cor_det[2]->Draw("colz");
396-
fh2_y_x_cor_det[2]->SetStats(0);
396+
// fh2_y_x_cor_det[2]->SetStats(0);
397397

398398
cHit_xy_cor->cd(4);
399399
fh2_y_x_cor_det.push_back(
@@ -405,7 +405,7 @@ InitStatus R3BAlpideOnlineSpectra::Init()
405405
fh2_y_x_cor_det[3]->GetYaxis()->CenterTitle(true);
406406
gPad->SetLogz();
407407
fh2_y_x_cor_det[3]->Draw("colz");
408-
fh2_y_x_cor_det[3]->SetStats(0);
408+
// fh2_y_x_cor_det[3]->SetStats(0);
409409
mainfol->Add(cHit_xy_cor);
410410

411411
auto cHit_cluster =

0 commit comments

Comments
 (0)