SAMMetadata_r_passthrough3.fcl
Go to the documentation of this file.
1 process_name: SAMMetadataPassthrough3
2 
3 source:
4 {
5  module_type: RootInput
6  maxEvents: 1
7 }
8 
9 services.FileCatalogMetadata: {
10  checkSyntax: true
11  runType: "Leisurely"
12 }
13 
14 physics:
15 {
16  e1: [o1 ]
17 }
18 
19 outputs:
20 {
21  o1:
22  {
23  module_type: RootOutput
24  fileName: "out.root"
25  }
26 }