ToyRawInput_01.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 std_f1: [ [1, 0, 1], [-1, -1, 2], [-1, 1, 3], [2, 1, 1] ]
4 std_f2: [ [3, 0, 1], [-1, 1, 1], [-1, -1, 2] ]
5 std_fileNames: [ f1, f2 ]
6 
7 END_PROLOG
8 
9 services.Tracer: {}
10 
11 physics: {
12 
13  analyzers: {
14  a1: {
15  module_type: ToyRawInputTester
16  fileNames: @local::std_fileNames
17  f1: @local::std_f1
18  f2: @local::std_f2
19  }
20  }
21 
22  e1: [ a1, out1 ]
23 }
24 
25 outputs: {
26  out1: {
27  module_type: RootOutput
28  fileName: "out.root"
29  }
30 }
31 
32 source: {
33  module_type: ToyRawInput
34  fileNames: @local::std_fileNames
35  f1: @local::std_f1
36  f2: @local::std_f2
37 }
38 
39 process_name: DEVEL