Definition at line 3298 of file TRTCalib_makeplots.cxx.
◆ RtBinning()
| RtBinning::RtBinning |
( |
TDirectory * |
file, |
|
|
const string & |
detector |
|
) |
| |
Definition at line 3307 of file TRTCalib_makeplots.cxx.
3310 TDirectory *binhist = (TDirectory *)(((TDirectory *)
file->Get(
detector.c_str()))->Get(
"binhist"));
3313 int nhists = binhist->GetListOfKeys()->GetEntries();
3315 this->Divide(
nhists / 5, 5);
3316 for (
int ihist = 0; ihist <
nhists; ihist++)
3318 this->
cd(ihist + 1);
3319 m_hist2 = (
TH1F *)(binhist->Get(binhist->GetListOfKeys()->At(ihist)->GetName()));
◆ m_hist2
| TH1F* RtBinning::m_hist2 {} |
|
private |
The documentation for this class was generated from the following file: