diff --git a/k4Reco/Overlay/components/OverlayTiming.h b/k4Reco/Overlay/components/OverlayTiming.h index f108ebf..2cf94e3 100644 --- a/k4Reco/Overlay/components/OverlayTiming.h +++ b/k4Reco/Overlay/components/OverlayTiming.h @@ -132,11 +132,6 @@ struct OverlayTiming : public k4FWCore::MultiTransformer _DefaultStart_int{ - this, "Start_Integration_Time", float(-0.25), - "Starting integration time. Should be shortly before the BX, but may need to be shifted " - "earlier if the vertex is smeared in time."}; - Gaudi::Property _T_diff{this, "Delta_t", float(0.5), "Time difference between BXs in the BXtrain"}; mutable std::unique_ptr m_bkgEvents{};