Skip to content

Commit 43818e2

Browse files
committed
move noisy channels to the sbnd_channelstatus block and sweep it in to sbnd_data_channelstatus with the one @table
1 parent b95200a commit 43818e2

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

sbndcode/Utilities/channelstatus_sbnd.fcl

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,16 @@ sbnd_channelstatus: {
2121
@sequence::sbnd_badchannels_tpc1_plane2_missing_jumpered
2222
]
2323

24-
# list of bad noisy channels:
25-
#NoisyChannels: [ 31, 41, 108, 120, 121, 124, 392, 399 ]
26-
NoisyChannels: [ ]
27-
24+
NoisyChannels: [
25+
@sequence::sbnd_data_badchannels_noisy
26+
]
27+
2828
} # sbnd_channel_filter
2929

3030
sbnd_data_channelstatus: {
3131

3232
@table::sbnd_channelstatus
3333

34-
NoisyChannels: [
35-
@sequence::sbnd_data_badchannels_noisy
36-
]
3734
} # sbnd_data_channelstatus
3835

3936
END_PROLOG

0 commit comments

Comments
 (0)