seedtest_register_on_run_unregistered.fcl
Go to the documentation of this file.
1 # Test the seeds service.
2 #
3 # Policy: preDefinedOffset
4 # Valid: yes
5 # Will succeed: no
6 # Purpose: check that calls from beginRun() are OK
7 # Limited context: this test is art-specific
8 #
9 
10 #include "messageService.fcl"
11 
12 
13 process_name : SeedTestRegisterOnRun
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 : "preDefinedOffset"
28  baseSeed : 1
29  maxUniqueEngines : 6
30  checkRange : true
31  verbosity : 2
32  endOfJobSummary : true
33 
34  testMod : 0
35  } # NuRandomService
36 
37 } # services
38 
39 
40 physics: {
41  analyzers: {
42 
43  testMod: {
44  module_type: SeedTestRegisterOnRun
45  register: false
46  }
47 
48  } # analyzers
49 
50  tests: [ testMod ]
51 
52  end_paths: [ tests ]
53 
54 } # physics
55