50 bool mUseCCDB =
false;
51 bool mForceUpdate =
false;
52 bool mUpdateCCDB =
true;
53 static constexpr short kMinorChange = 10;
54 long mRunStartTime = 0;
55 int mStatistics = 1000;
56 std::unique_ptr<Pedestals> mPedestals;
57 std::unique_ptr<const Pedestals> mOldPed;
58 std::unique_ptr<TH2F> mMeanHG;
59 std::unique_ptr<TH2F> mMeanLG;
60 std::unique_ptr<TH2F> mRMSHG;
61 std::unique_ptr<TH2F> mRMSLG;
62 std::array<short, 2 * o2::phos::Mapping::NCHANNELS + 1> mPedDiff;