79 bool mInitDone{
false};
81 bool mEnableOutput{
false};
82 std::unique_ptr<TFile> mOutFile{
nullptr};
83 std::unique_ptr<TTree> mOutTree{
nullptr};
84 ErfLandauChi2Functor mFitFunctor;
85 ROOT::Fit::Fitter mFitter;
86 std::array<double, 4> mParamsStart;
87 std::unique_ptr<TF1> mFuncErfLandau;
89 std::array<float, o2::trd::constants::MAXCHAMBER> t0_chambers;
92 std::vector<o2::ccdb::CcdbObjectInfo> mInfoVector;
93 std::vector<o2::trd::CalT0> mObjectVector;
95 std::unique_ptr<TProfile> adcProfIncl;