cvn_dune.fcl
Go to the documentation of this file.
1 #Configuration FCL for the DUNE CVN
2 #include "CVNMapper.fcl"
3 #include "CVNEvaluator.fcl"
4 
5 BEGIN_PROLOG
6 dunefd_horizdrift_cvnmapper:
7 {
8  @table::standard_cvnmapper
9  HitsModuleLabel: "hitfd"
10  TimeResolution: 1600
11  WireLength: 2880
12  TdcWidth: 500
13  UnwrappedPixelMap: 1
14 }
15 
16 dunefd_horizdrift_cvnevaluator:
17 {
18  @table::standard_cvnevaluator
19  TFNetHandler:
20  {
21  @table::standard_cvnevaluator.TFNetHandler
22  TFProtoBuf: "duneCVNNetwork/dune_cvn_resnet_tf_v1.12.pb"
23  LibPath: "DUNE_PARDATA_DIR"
24  }
25 }
26 
27 dunevd10kt_cvnmapper:
28 {
29  @table::standard_cvnmapper_sim
30 }
31 
32 END_PROLOG