Skip to content

Commit 5aa7718

Browse files
authored
Merge pull request #157 from DUNE/feature/calcuttj_pdhd_clock_update
Setting PDHD clock to 2MHz
2 parents 4ff332e + b1c053c commit 5aa7718

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dunecore/Utilities/detectorclocks_dune.fcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ protodune_detectorclocks.DefaultTrigTime: 250. # Default trigger time [us].
6262
protodune_detectorclocks.DefaultBeamTime: 250. # Default beam time [us].
6363

6464
protodunehd_detectorclocks: @local::protodune_detectorclocks
65-
protodunehd_detectorclocks.ClockSpeedTPC: 1.953125
65+
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+
6670
protodunehd_detectorclocks.ClockSpeedOptical: 62.5
6771

6872
dunedphase3x1x1_detectorclocks: @local::dunefddphase_detectorclocks

0 commit comments

Comments
 (0)