Definition at line 3292 of file TRTCalib_makeplots.cxx.
◆ RtBinning()
RtBinning::RtBinning |
( |
TDirectory * |
file, |
|
|
const string & |
detector |
|
) |
| |
Definition at line 3301 of file TRTCalib_makeplots.cxx.
3304 TDirectory *binhist = (TDirectory *)(((TDirectory *)
file->Get(
detector.c_str()))->Get(
"binhist"));
3307 int nhists = binhist->GetListOfKeys()->GetEntries();
3309 this->Divide(
nhists / 5, 5);
3310 for (
int ihist = 0; ihist <
nhists; ihist++)
3312 this->
cd(ihist + 1);
3313 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: