waveformroifinder.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 tool_WaveformRecog:
4 {
5  NNetModelFile: "CnnModels/lightmodel112.pb"
6  NNetOutputPattern: [
7  "cnn_output",
8  "dense_3"
9  ]
10  #TrtisModelName: "lightmodel112"
11  #TrtisURL: "localhost:8001"
12  #TrtisModelVersion: -1
13  #TrtisVerbose: true
14  WaveformSize: 6000
15  ScanWindowSize: 200
16  StrideLength: 150
17  MeanFilename: "CnnModels/wvrec-mean.txt"
18  ScaleFilename: "CnnModels/wvrec-scale.txt"
19  CnnPredCut: 0.5
20  tool_type: "WaveformRecogTf"
21 }
22 
23 
24 standard_waveformroifinder:
25 {
26  module_type: "WaveformRoiFinder"
27  WireProducerLabel: "caldata:dataprep"
28 
29  WaveformRecogs: [
30  @local::tool_WaveformRecog,
31  @local::tool_WaveformRecog,
32  @local::tool_WaveformRecog
33  ]
34 }
35 
36 END_PROLOG