1 #include "services_dune.fcl"
8 # Load the service that manages root files for histograms.
9 TFileService: { fileName: "DecayTree.root" }
11 RandomNumberGenerator: {}
12 SimpleMemoryCheck: { ignoreTotal: 1 } # default is one
13 FileCatalogMetadata: @local::art_file_catalog_mc
14 @table::dunefd_simulation_services
15 ExptGeoHelperInterface: @local::dune_geometry_helper
16 GeometryConfigurationWriter: {}
17 Geometry: @local::dune10kt_geo
18 MagneticField: @local::no_mag
23 module_type: RootInput
24 maxEvents: -1 # Number of events to create
27 # Define and configure some modules to do work on each event.
28 # First modules are defined; they are scheduled later.
29 # Modules are grouped by type.
34 matt2: @local::dunefd_Matt2
36 #define the producer and filter modules for this path, order matters,
37 #filters reject all following items. see lines starting physics.producers below
40 #end_paths is a keyword and contains the paths that do not modify the art::Event,
41 #ie analyzers and output streams. these all run simultaneously
46 # end_paths: [stream1,ana]
51 module_type: RootOutput
52 fileName: "%ifb_%tc_merged.root"
53 dataTier: "full-reconstructed"