Definition at line 661 of file TRTCalib_makeplots.cxx.
◆ T0CalibTypeXY()
T0CalibTypeXY::T0CalibTypeXY |
( |
char * |
infile, |
|
|
bool |
isAr = false |
|
) |
| |
Definition at line 667 of file TRTCalib_makeplots.cxx.
671 cout <<
"In T0CalibTypeXY infile: " <<
infile << endl;
673 TNtuple *Chiptuple =
nullptr;
674 TNtuple *Boardtuple =
nullptr;
675 TNtuple *Moduletuple =
nullptr;
679 Chiptuple = (TNtuple *)
file->Get(
"Chiptuple");
680 Boardtuple = (TNtuple *)
file->Get(
"Boardtuple");
681 Moduletuple = (TNtuple *)
file->Get(
"Moduletuple");
685 Chiptuple = (TNtuple *)
file->Get(
"Chip_Artuple");
686 Boardtuple = (TNtuple *)
file->Get(
"Board_Artuple");
687 Moduletuple = (TNtuple *)
file->Get(
"Module_Artuple");
699 this->Divide(3, 2, 0.01, 0.01);
700 ((TPad *)this->GetPrimitive(
"c1_1"))->SetFrameFillColor(1);
701 ((TPad *)this->GetPrimitive(
"c1_2"))->SetFrameFillColor(1);
702 ((TPad *)this->GetPrimitive(
"c1_3"))->SetFrameFillColor(1);
703 ((TPad *)this->GetPrimitive(
"c1_4"))->SetFrameFillColor(1);
704 ((TPad *)this->GetPrimitive(
"c1_5"))->SetFrameFillColor(1);
705 ((TPad *)this->GetPrimitive(
"c1_6"))->SetFrameFillColor(1);
709 hxy1.
Draw(
"T0 calib type (Chip, side C)",
false);
711 hxy2.
Draw(
"T0 calib type (Board, side C)",
false);
713 hxy3.
Draw(
"T0 calib type (Module, side C)",
false);
715 hxy4.
Draw(
"T0 calib type (Chip, side A)",
false);
717 hxy5.
Draw(
"T0 calib type (Board, side A)",
false);
719 hxy6.
Draw(
"T0 calib type (Module, side A)",
true);
724 hxy1.
Draw(
"Argon T0 calib type (Chip, side C)",
false);
726 hxy2.
Draw(
"Argon T0 calib type (Board, side C)",
false);
728 hxy3.
Draw(
"Argon T0 calib type (Module, side C)",
false);
730 hxy4.
Draw(
"Argon T0 calib type (Chip, side A)",
false);
732 hxy5.
Draw(
"Argon T0 calib type (Board, side A)",
false);
734 hxy6.
Draw(
"Argon T0 calib type (Module, side A)",
true);
The documentation for this class was generated from the following file: