Skip to content

Commit

Permalink
Remove the unused DefaultStart_int
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 9, 2024
1 parent 855bd5d commit 7f8f512
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions k4Reco/Overlay/components/OverlayTiming.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ struct OverlayTiming : public k4FWCore::MultiTransformer<retType(
this, "BackgroundMCParticleCollectionName", "MCParticle",
"The name of the MCParticle collection in the background files"};

Gaudi::Property<float> _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<float> _T_diff{this, "Delta_t", float(0.5), "Time difference between BXs in the BXtrain"};

mutable std::unique_ptr<EventHolder> m_bkgEvents{};
Expand Down

0 comments on commit 7f8f512

Please sign in to comment.