2 # File: test_generatedtimestamp.fcl
3 # Purpose: creates event with GeneratedEventTimestamp plugin.
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
8 # This configuration enables all the output from `GeneratedEventTimestamp`
9 # plugin and creates a few empty events.
11 # This is not really a test, in the sense that running it will not fail in any
13 # It's still useful to observe the behaviour of the plugin.
26 GeneratedEventTimestamp: { limit: -1 }
27 default: { limit: 0 } # suppress everything else
38 module_type: EmptyEvent
40 timestampPlugin: { plugin_type: "GeneratedEventTimestamp" }