Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dunecore/Utilities/services_protodunehd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ protodunehd_simulation_services:
DetectorClocksService: @local::protodunehd_detectorclocks
}
protodunehd_simulation_services.OpDetResponseInterface.QuantumEfficiency: 1
# Make sure that the backtracker looks at the correct time interval.
# The recob::OpFlash::Time() is at -250 us w.r.t. the true times and so should be the hit peak times.
# recob::OpFlash::AbsTime() is corrected for this offset.
# The Delay configurable is expected to be in ns.
protodunehd_simulation_services.PhotonBackTrackerService.PhotonBackTracker.Delay: -250e3



# Reco services for ProtoDUNE simulation.
Expand Down