vlnenergyevalnumujob.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "VLNEvaluatorConfigs.fcl"
3 #include "resourcetracking_services.fcl"
4 
5 process_name: VLNEnergyEvalNuMu
6 
7 services:
8 {
9  @table::standard_resourcetrackers
10  @table::dunefd_simulation_services
11 }
12 
13 source:
14 {
15  module_type: RootInput
16  maxEvents: -1
17 }
18 
19 outputs:
20 {
21  out1:
22  {
23  module_type : RootOutput
24  fileName : "vln_energy_eval_numu.root"
25  dataTier : "full-reconstructed"
26  fastCloning : false
27  }
28 }
29 
30 physics:
31 {
32  producers: {
33  vlnenergyreco: @local::dunefd_vln_energy_producer_numu
34  }
35 
36  prod : [ vlnenergyreco ]
37  out : [ out1 ]
38 
39  trigger_paths: [ prod ]
40  end_paths: [ out ]
41 }
42 
43 services.Geometry: @local::dune10kt_1x2x6_v2_geo
44