globalseedtest_linear.fcl
Go to the documentation of this file.
1 # Test the global seeds in seeds service
2 #
3 # Policy: linearMapping
4 # Valid: yes
5 # Will succeed: yes
6 # Purpose: common configuration
7 #
8 
9 #include "messageService.fcl"
10 
11 # Give this job a name.
12 process_name : GlobalSeedTestLinear
13 
14 # Start form an empty source
15 source :
16 {
17  module_type : EmptyEvent
18  maxEvents : 2
19 }
20 
21 services: {
22  message : @local::mf_interactive
23  RandomNumberGenerator: {}
24 
25  NuRandomService: {
26  policy : "linearMapping"
27  nJob : 123
28  maxUniqueEngines : 20
29  checkRange : true
30  verbosity : 2
31  endOfJobSummary : false
32  }
33 
34  GlobalEngineUserTestService: {
35  instances: [
36  "GlobalEngineUserTestService1", "GlobalEngineUserTestService2", "a", ""
37  ]
38  } # GlobalEngineUserTestService
39 
40 } # services
41 
42 physics: {
43  analyzers: {
44  stest01 : {
45  module_type : SeedTestPolicy
46  module_name : stest01
47  }
48 
49  stest02 : {
50  module_type : SeedTestPolicy
51  module_name : stest02
52  instanceNames : [ "a", "c" ]
53  }
54  } # analyzers
55 
56  e1: [ stest01, stest02 ]
57 
58  end_paths: [ e1 ]
59 
60 } # physics