vlnenergyanalyzejob.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: VLNEnergyAnalyze
6 
7 services:
8 {
9  TFileService: { fileName: "dummyfile.root" }
10  @table::standard_resourcetrackers
11  @table::dunefd_simulation_services
12 }
13 
14 source:
15 {
16  module_type: RootInput
17  maxEvents: -1
18 }
19 
20 physics:
21 {
22  analyzers : { vlnana : @local::vln_energy_analyzer }
23  ana : [ vlnana ]
24 
25  trigger_paths : [ ]
26  end_paths : [ ana ]
27 }
28 
29 services.Geometry: @local::dune10kt_1x2x6_v2_geo
30