Skip to content

Commit

Permalink
Move FSD's and restore 2x2's LightMPDEventGenerator.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkramer committed Dec 20, 2024
1 parent 26ee8f5 commit 7fffa59
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 5 additions & 9 deletions yamls/fsd_flow/reco/light/LightMPDEventGenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ params:
wvfm_dset_name: 'light/wvfm'

# configuration parameters
n_adcs: 2
n_adcs: 4
n_channels: 64
sn_table:
- '0xcd13dd6' # Mod0, Slot
- '0xcd9416d' # Mod0, Slot 5
#- '0x2650b3ff' # Mod1, Slot 7
#- '0x264bd8ff' # Mod1, Slot 9
#- '0x0cd8d636' # Mod2, Slot 11
#- '0x26517dff' # Mod2, Slot 13
#- '0x0cd93db0' # Mod3, Slot 15
#- '0x25b771ff' # Mod3, Slot 17
- '0x0e7550ee' # TPC A, Side 0, Slot 19
- '0x0cd13dd6' # TPC A, Side 1, Slot 16
- '0x0cd94149' # TPC B, Side 0, Slot 12
- '0x0e7550e5' # TPC B, Side 1, Slot 8
sync_channel: 0
sync_threshold: 40000
batch_size: 12
Expand Down
14 changes: 9 additions & 5 deletions yamls/proto_nd_flow/reco/light/LightMPDEventGenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ params:
wvfm_dset_name: 'light/wvfm'

# configuration parameters
n_adcs: 4
n_adcs: 8
n_channels: 64
sn_table:
- '0x0e7550ee' # TPC A, Side 0, Slot 19
- '0x0cd13dd6' # TPC A, Side 1, Slot 16
- '0x0cd94149' # TPC B, Side 0, Slot 12
- '0x0e7550e5' # TPC B, Side 1, Slot 8
- '0xcd94138' # Mod0, Slot 3
- '0xcd8d648' # Mod0, Slot 5
- '0x2650b3ff' # Mod1, Slot 7
- '0x264bd8ff' # Mod1, Slot 9
- '0x0cd8d636' # Mod2, Slot 11
- '0x26517dff' # Mod2, Slot 13
- '0x0cd93db0' # Mod3, Slot 15
- '0x25b771ff' # Mod3, Slot 17
sync_channel: 0
sync_threshold: 40000
batch_size: 12
Expand Down

0 comments on commit 7fffa59

Please sign in to comment.