1 # File: test_donothing.fcl
2 # Brief: does nothing in a LArSoft-independent way
3 # Author: Gianluca Petrillo (petrillo@fnal.gov)
8 process_name: DoNothing
12 TFileService: { fileName: "hists_donothing.root" }
14 RandomNumberGenerator: {}
19 module_type: EmptyEvent
20 maxEvents: 100 # Number of events to create
21 firstRun: 1 # Run number to use for this file
22 firstEvent: 1 # number of first event in the file
29 rns: { module_type: "RandomNumberSaver" }
36 trigger_paths: [ idle ]
38 end_paths: [ stream1 ]
44 module_type: RootOutput
45 fileName: "donothing.root"