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