implicitRSAssignment_t.fcl
Go to the documentation of this file.
1 process_name: rsAssignment
2 physics: {
3 
4  producers: {
5  prod: {module_type: ImplicitRSAssignmentProducer}
6  }
7 
8  analyzers: {
9  check: {
10  module_type: ImplicitRSAssignmentAnalyzer
11  tagInfo: [prod, rsAssignment]
12  }
13  }
14 
15  p1: [prod]
16  e1: [check]
17 }