BareString_w.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 physics:
4 {
5  producers:
6  {
7  p1:
8  {
9  module_type: BareStringProducer
10  value: Mummy
11  }
12  }
13 
14  t1: [ p1 ]
15  trigger_paths: [ t1 ]
16  e1: [ out1 ]
17  end_paths: [ e1 ]
18 }
19 
20 outputs:
21 {
22  out1:
23  {
24  module_type: RootOutput
25  fileName: "out.root"
26  }
27 }
28 
29 source:
30 {
31  module_type: EmptyEvent
32  maxEvents: 1
33 }