test_ptrmaker2.fcl
Go to the documentation of this file.
1 physics:
2 {
3  producers:
4  {
5  pm1:
6  {
7  module_type: PtrMakerProducer2
8  nvalues: 16
9  }
10  }
11 
12  analyzers:
13  {
14  am1:
15  {
16  module_type: PtrMakerAnalyzer
17  input_label: pm1
18  nvalues: 16
19  }
20  }
21 
22  p1: [ pm1 ]
23  e1: [ am1, out1 ]
24 
25  trigger_paths: [ p1 ]
26  end_paths: [ e1 ]
27 }
28 
29 outputs:
30 {
31  out1:
32  {
33  module_type: RootOutput
34  fileName: "outint2.root"
35  }
36 }
37 
38 source:
39 {
40  module_type: EmptyEvent
41  # were in the global area before
42  maxEvents: 1
43 }
44 
45 process_name: DEVEL2