VLNEnergyDataGenConfigs.fcl
Go to the documentation of this file.
1 #include "VLNVarConfigs.fcl"
2 
3 BEGIN_PROLOG
4 
5 dunefd_vlnenergydatagen_numu:
6 {
7  module_type : "VLNEnergyDataGen"
8 
9  # Whether to require contained truth vertex during sample generation
10  ApplyFiducialCut : false
11 
12  # Flavor of neutrinos. Supported: "numu", "any"
13  Flavor : "numu"
14 
15  # CC/NC Selector.
16  # To select Charged Current use IsCC = 1
17  # To select Neutral Current use IsCC = 0
18  # To select both use IsCC = -1
19  IsCC : 1
20 
21  # Select only neutrinos with energies less than MaxEnergy.
22  # If MaxEnergy = -1, then select all neutrinos.
23  MaxEnergy : 5.0
24 
25  # File format of the training sample. Supported: "csv"
26  OutputFormat : "csv"
27  # Number of sigfigs to save.
28  OutputPrecision : 6
29 
30  LabelGenerator : "generator"
31  LabelRecoE : "energyreconumu"
32 
33  ConfigInputVars : @local::dunefd_vln_default_input_vars
34  ConfigFiducialCut : @local::dunefd_vln_fiducial_cut
35 }
36 
37 END_PROLOG