FastCloningInitMessage_01.fcl
Go to the documentation of this file.
1 process_name: TEST
2 
3 physics: { e1: [ o1 ] }
4 
5 source: { module_type: EmptyEvent
6  maxEvents: 1
7  }
8 
9 outputs: {
10  o1: { module_type: RootOutput
11  fileName: "out.root" }
12 }