We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ff332e + b1c053c commit 5aa7718Copy full SHA for 5aa7718
dunecore/Utilities/detectorclocks_dune.fcl
@@ -62,7 +62,11 @@ protodune_detectorclocks.DefaultTrigTime: 250. # Default trigger time [us].
62
protodune_detectorclocks.DefaultBeamTime: 250. # Default beam time [us].
63
64
protodunehd_detectorclocks: @local::protodune_detectorclocks
65
-protodunehd_detectorclocks.ClockSpeedTPC: 1.953125
+
66
+# This is 2MHz rather than 1.953125 (1./512ns) because we are resampling from
67
+# 512ns tick period to 500ns within wirecell
68
+protodunehd_detectorclocks.ClockSpeedTPC: 2.0
69
70
protodunehd_detectorclocks.ClockSpeedOptical: 62.5
71
72
dunedphase3x1x1_detectorclocks: @local::dunefddphase_detectorclocks
0 commit comments