RNGConcurrentAccess_t.fcl
Go to the documentation of this file.
1 process_name: RNGCAt
2 
3 services.RandomNumberGenerator: {}
4 
5 physics: {
6  analyzers: {
7  concurrent: {
8  module_type: ConcurrentEngineRetrieval
9  seed: 0
10  }
11  }
12  e1: [concurrent]
13 }
14 
15 source:
16 {
17  module_type: EmptyEvent
18  maxEvents: 1
19 }