runcheckereco.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "mvamodule.fcl"
3 #include "checkrecoenergy.fcl"
4 #include "resourcetracking_services.fcl"
5 
6 process_name: CheckEReco
7 
8 
9 services:
10 {
11  TFileService: { fileName: "CheckEReco.root" }
12  @table::standard_resourcetrackers
13  @table::dunefd_simulation_services
14 }
15 
16 
17 source:
18 {
19  module_type: RootInput
20  maxEvents: -1
21 }
22 
23 
24 physics:
25 {
26  analyzers:{
27  runcheckereco: @local::dunefd_checkrecoenergy
28  }
29 
30  ana: [ runcheckereco ]
31  trigger_paths: [ ]
32  end_paths: [ ana ]
33 }
34 
35 
36 services.Geometry: @local::dune10kt_workspace_geo
37 services.Geometry.GDML: "dune10kt_v1_1x2x6.gdml"
38 
39