ToyRawInput_w.fcl
Go to the documentation of this file.
1 #include "ToyRawInput_wr_f1.fcl"
2 #include "ToyRawInput_common.fcl"
3 
4 services.Tracer: {}
5 
6 source.f1: @local::f1
7 
8 physics.producers.wp1: {
9  module_type: BareStringProducer
10  value: "String1"
11 }
12 
13 physics.analyzers.wa1: {
14  module_type: ToyRawInputTester
15  fileNames: [ f1 ]
16  f1: @local::f1
17 }
18 
19 physics.analyzers.wa2: {
20  module_type: ToyRawProductAnalyzer
21 }
22 
23 physics.a1: [ wa1, wa2 ]
24 physics.p1: [ wp1 ]
25 physics.trigger_paths: [ p1 ]
26 physics.end_paths: [ a1, e1 ] # e1 comes from ToyRawInput_common.