PostCloseFileRename_t.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source: { module_type: EmptyEvent maxEvents: 1 }
4 
5 physics: { e1: [ o1 ] }
6 
7 outputs.o1:
8 {
9  module_type: RootOutput
10  fileName: "oops.root"
11  tmpDir: "/var/tmp"
12 }