3 #//dune//#include "services_dune.fcl"
4 #include "services_microboone.fcl"
5 #include "time_memory_tracker_microboone.fcl"
7 #//debug//#include "GenieOutput.fcl"
9 process_name: GenieNOsc
12 # Load the service that manages root files for histograms.
13 TFileService: { fileName: "prodnosc.hist.root" }
14 TimeTracker: {} ## @local::microboone_time_tracker
15 MemoryTracker: {} ## @local::microboone_memory_tracker
16 RandomNumberGenerator: {} # ART native random number generator
17 #//dune//# @table::dunefd_services
19 @table::microboone_services
22 # Start each new event with an empty event.
25 module_type: EmptyEvent
26 timestampPlugin: { plugin_type: "GeneratedEventTimestamp" }
27 maxEvents: 10 # Number of events to create
28 firstRun: 1 # Run number to use for this file
29 firstEvent: 1 # number of first event in the file
32 # Define and configure some modules to do work on each event.
33 # First modules are defined; they are scheduled later.
34 # Modules are grouped by type.
41 generator: @local::standard_nosc
42 rns: { module_type: "RandomNumberSaver" }
48 ## outputgenie: @local::standard_genie_output
51 # define the producer and filter modules for this path, order matters,
52 # filters reject all following items.
53 # see lines starting physics.producers below
54 simulate: [ rns, generator ]
56 # define the output stream, there could be more than one if using filters
59 #//debug//# stream1: [ outputgenie, out1 ]
61 # trigger_paths is a keyword and contains the paths that modify
62 # the art::event, ie filters and producers
63 trigger_paths: [ simulate ]
65 # end_paths is a keyword and contains the paths that do not modify
66 # the art::Event, ie analyzers and output streams.
67 # these all run simultaneously
68 end_paths: [ stream1 ]
72 # block to define where the output goes. if you defined a filter in the
73 # physics block and put it in the trigger_paths then you need to put a
74 # SelectEvents: {SelectEvents: [XXX]} entry in the output stream you
75 # want those to go to, where XXX is the label of the filter module(s)
80 module_type: RootOutput
81 fileName: "genie_nosc.art.root" # default file name
82 # can override from command line with -o or --output
87 ## physics.analyzers.outputgenie.dumpFilePattern: "std::cout"
88 ## physics.analyzers.outputgenie.dumpGeniePrintLevel: 3
90 #### physics.analyzers.outputgenie.dumpMCTruth: true
91 #### physics.analyzers.outputgenie.dumpGTruth: true
92 #### physics.analyzers.outputgenie.dumpMCFlux: true