1 #include "ProtoDUNETriggerFilter.fcl"
3 process_name: PDSPTrigerFilter
7 # Load the service that manages root files for histograms.
8 #TFileService: { fileName: "filtered_hist.root" }
10 # RandomNumberGenerator: {} #ART native random number generator
11 # message: @local::standard_warning
12 # user: @local::argoneut_services
16 #source is now a root file
19 module_type: RootInput
20 #maxEvents: 10 # Number of events to create
27 module_type: RootOutput
28 fileName: "%ifb_filtered.root" #default file name, can override from command line with -o or --output
34 # Define and configure some modules to do work on each event.
35 # First modules are defined; they are scheduled later.
36 # Modules are grouped by type.
43 filter: @local::pdsp_trigfilter_beam
46 #define the producer and filter modules for this path, order matters,
47 #filters reject all following items. see lines starting physics.producers below
50 #filter: [ muonfilter ]
52 #define the output stream, there could be more than one if using filters
55 #trigger_paths is a keyword and contains the paths that modify the art::event,
56 #ie filters and producers
57 trigger_paths: [ reco ]
59 #end_paths is a keyword and contains the paths that do not modify the art::Event,
60 #ie analyzers and output streams. these all run simultaneously
61 end_paths: [ stream1 ]
63 #physics.filters.filter.TimingFlagSelectList: [0x8] #cosmic
64 #physics.filters.filter.TimingFlagSelectList: [0xc] #beam
65 #physics.filters.filter.TimingFlagSelectList: [0xd] #CRT