Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
fcl
SAMMetadata_w.fcl
Go to the documentation of this file.
1
process_name: SAMMetadataW
2
3
source:
4
{
5
module_type: EmptyEvent
6
maxEvents: 10
7
numberEventsInSubRun: 5
8
}
9
10
services.FileCatalogMetadata.checkSyntax: true
11
12
physics:
13
{
14
producers:
15
{
16
m1:
17
{
18
module_type: IntProducer
19
ivalue: 2
20
}
21
}
22
23
analyzers:
24
{
25
a: { module_type: SAMMetadataTest }
26
}
27
28
p1: [ m1 ]
29
e1: [ a, o1 ]
30
31
trigger_paths: [ p1 ]
32
end_paths: [ e1 ]
33
}
34
35
outputs:
36
{
37
o1:
38
{
39
module_type: RootOutput
40
fileName: "out.root"
41
}
42
}
Generated by
1.8.11