seedtest_query_seeds.fcl
Go to the documentation of this file.
1 # Test seed queries to the seeds service.
2 #
3 # Policy: random
4 # Valid: yes
5 # Will succeed: yes
6 # Purpose: check that getSeed() works in any context
7 # Limited context: this test is art-specific
8 #
9 
10 #include "messageService.fcl"
11 
12 
13 process_name : SeedTestQuerySeeds
14 
15 
16 source: {
17  module_type : EmptyEvent
18  maxEvents : 2
19 }
20 
21 
22 services : {
23  message: @local::mf_interactive
24  RandomNumberGenerator: {}
25 
26  NuRandomService: {
27  policy : random
28  verbosity : 2
29  endOfJobSummary : true
30  } # NuRandomService
31 
32 } # services
33 
34 
35 physics: {
36  analyzers: {
37 
38  testMod: {
39  module_type: SeedTestQuerySeeds
40  }
41 
42  } # analyzers
43 
44  tests: [ testMod ]
45 
46  end_paths: [ tests ]
47 
48 } # physics
49