Assns_r_inc.fcl
Go to the documentation of this file.
1 process_name: ASSNSr
2 
3 source:
4 {
5  module_type: RootInput
6  maxEvents: 2
7  fileNames: [ "../Assns_w.d/out.root" ]
8 }
9 
10 physics:
11 {
12  analyzers:
13  {
14  aa1:
15  {
16  module_type: AssnsAnalyzer
17  input_label: ap1
18  }
19  }
20 
21  e1: [ aa1 ]
22 }