MyService_t.fcl
Go to the documentation of this file.
1 process_name: TEST
2 
3 services.MyServiceInterface.service_provider: MyService
4 
5 physics: {
6  analyzers: {
7  a1: {
8  module_type: MyServiceUser
9  }
10  }
11 
12  e1: [a1]
13 }