1 #include "services_dune.fcl"
2 #include "FlashMatchAna.fcl"
4 process_name: FlashMatch
8 # Load the service that manages root files for histograms.
9 TFileService: { fileName: "protodune_optical_tutorial_flashmatch_hist.root" }
11 RandomNumberGenerator: {}
12 MemoryTracker: { } # default is one
13 message: @local::standard_info
14 FileCatalogMetadata: @local::art_file_catalog_mc
15 @table::protodune_simulation_services
20 #source is now a root file
23 module_type: RootInput
26 # Define and configure some modules to do work on each event.
27 # First modules are defined; they are scheduled later.
28 # Modules are grouped by type.
33 # Configuration specific to supernova events.
34 # Switch to standard_flashmatchana for beam or NDK
35 flashmatch: @local::standard_flashmatchana
39 #end_paths is a keyword and contains the paths that do not modify the art::Event,
40 #ie analyzers and output streams. these all run simultaneously
44 #block to define where the output goes. if you defined a filter in the physics
45 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
46 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)