VLNEvaluatorConfigs.fcl
Go to the documentation of this file.
1 #include "VLNVarConfigs.fcl"
2 
3 BEGIN_PROLOG
4 
5 dunefd_vln_energy_producer_numu:
6 {
7  module_type : "VLNEnergyProducer"
8 
9  ConfigInputVars : @local::dunefd_vln_default_input_vars
10  ModelPath : "${DUNE_PARDATA_DIR}/VLNets/energy/fd_numu_mcc11_v1"
11 }
12 
13 vln_energy_analyzer:
14 {
15  module_type : "VLNEnergyAnalyzer"
16 
17  ConfigInputVars : @local::dunefd_vln_default_input_vars
18  ModelPath : "${DUNE_PARDATA_DIR}/VLNets/energy/fd_numu_mcc11_v1"
19 
20  OutputFormat : "csv"
21  OutputPrecision : 6
22 }
23 
24 END_PROLOG