SAMMetadata_r_passthrough1.fcl
Go to the documentation of this file.
1 process_name: SAMMetadataPassthrough1
2 
3 source:
4 {
5  module_type: RootInput
6  maxEvents: 1
7 }
8 
9 physics:
10 {
11  e1: [o1 ]
12 }
13 
14 outputs:
15 {
16  o1:
17  {
18  module_type: RootOutput
19  fileName: "out.root"
20  }
21 }