1 #include "evdservices_dune.fcl"
7 message: @local::evd_message
13 #Look at the input files
16 module_type: RootInput
17 fileNames: [ "single_gen.root" ]
18 maxEvents: -1 # Number of events to create
23 # Define and configure some modules to do work on each event.
24 # First modules are defined; they are scheduled later.
25 # Modules are grouped by type.
35 evdisp:{module_type: EVD}
38 #list the modules for this path, order matters, filters reject all following items
41 #end_path are things that do not modify art::Event, includes analyzers
42 #and output modules. all items here can be run simultaneously