49 Gaudi::Property<float> m_timeCut{this, "TimeCut", -1.0, "A time cut in ns. Values <= 0 disable the time cut"};
50
51 Gaudi::Property<float> m_globalTimeOffset{this, "GlobalTimeOffset", 0, "A global time offset in ns about which the time window cuts"};
52
53 Gaudi::Property<std::vector<float>> m_timeOffsets{this, "TimeOffset", std::vector<float>(32), "Offsets with respect to the global offset of all counters. (A0-15 then C0-C15) "};