ToyRawInput_r1.fcl
Go to the documentation of this file.
1 services.Tracer: {}
2 
3 physics:
4 {
5  producers:
6  {
7  rp1:
8  {
9  module_type: BareStringProducer
10  value: "String2"
11  }
12  }
13  analyzers:
14  {
15  wp1a:
16  {
17  module_type: BareStringAnalyzer
18  input_label: wp1
19  expected_value: "String1"
20  }
21  rp1a:
22  {
23  module_type: BareStringAnalyzer
24  input_label: rp1
25  expected_value: "String2"
26  }
27  a1:
28  {
29  module_type: ToyRawProductAnalyzer
30  beginRun: false
31  beginSubRun: false
32  }
33  }
34 
35  p: [ rp1 ]
36  e1: [ wp1a, rp1a, a1 ]
37 }
38 
39 source:
40 {
41  module_type: RootInput
42  fileNames: [ "../ToyRawInput_w.d/out.root" ]
43 }
44 
45 process_name: DEVELr