wirecellmodules.fcl
Go to the documentation of this file.
1 // from larreco/RecoAlg:
2 #include "hitalgorithms.fcl"
3 
4 BEGIN_PROLOG
5 
6 wirecellnoisefilter:
7 {
8  module_type: "WireCellNoiseFilter"
9  DigitModuleLabel: "daq" # RawDigit producer
10  DoNoiseFiltering: true # Filter noise, false = pass through
11  NumTicksToDropFront: 0 # Number ticks to drop from front
12  WindowSize: 9600 # Total size of waveform
13 }
14 
15 END_PROLOG