RecoProxyUsageExample.fcl
Go to the documentation of this file.
1 process_name: Example
2 
3 services: {}
4 
5 source:
6 {
7  module_type: RootInput
8  firstEvent : 1
9  maxEvents: -1
10 }
11 
12 physics: {
13  analyzers: {
14  proxyexample: {
15  module_type: RecoProxyUsageExample
16  trackInputTag: "pandoraNuKalmanTrack"
17  vertexInputTag: "vertexfit"
18  mcsInputTag: "pandoraNuMCSMu"
19  }
20  }
21  ana: [ proxyexample ]
22  end_paths: [ ana ]
23 }