TestMetadata_Plugin_t.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source:
4 {
5  module_type: EmptyEvent
6  maxEvents: 1
7 }
8 
9 physics:
10 {
11  producers:
12  {
13  i1:
14  {
15  module_type: IntProducer
16  ivalue: 4
17  }
18  }
19 
20  tp1: [ i1 ]
21  ep1: [ o1 ]
22 }
23 
24 outputs:
25 {
26  o1:
27  {
28  module_type: RootOutput
29  fileName: "out.root"
30  FCMDPlugins: [ { plugin_type: TestMetadata } ]
31  }
32 }
33 
34 services.FileCatalogMetadata.checkSyntax: true