PtrVectorFastClone_w.fcl
Go to the documentation of this file.
1 process_name: PVFCw
2 
3 physics:
4 {
5  producers:
6  {
7  ptrmvWriter:
8  {
9  module_type: PtrmvProducer
10  }
11  }
12 
13  analyzers:
14  {
15  ptrmvReader:
16  {
17  module_type: PtrmvAnalyzer
18  input_label: ptrmvWriter
19  }
20  }
21 
22  p1: [ ptrmvWriter ]
23  trigger_paths: [ p1 ]
24  e1: [ ptrmvReader, o1, pc ]
25  end_paths: [ e1 ]
26 }
27 
28 outputs:
29 {
30  o1:
31  {
32  module_type: RootOutput
33  fileName: "out.root"
34  }
35  pc:
36  {
37  module_type: ProvenanceCheckerOutput
38  }
39 }
40 
41 source:
42 {
43  module_type: RootInput
44  fileNames: [ "../Ptrmv_w.d/out.root" ]
45 }