test_simple_01r.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 services:
4 {
5  # Always-present services; configuration optional.
6  FloatingPointControl: { }
7 
8  scheduler: # options block in the old system
9  {
10  Rethrow: ['OtherArt','StdException','Unknown','BadAlloc',
11  'BadExceptionType','ProductNotFound','DictionaryNotFound',
12  'ProductPutFailure','Configuration','LogicError','UnimplementedFeature',
13  'InvalidReference','NullPointerError','NoProductSpecified','EventTimeout',
14  'DataCorruption','ScheduleExecutionFailure','EventProcessorFailure',
15  'FileInPathError','FileOpenError','FileReadError','FatalRootError',
16  'MismatchedInputFiles','ProductDoesNotSupportViews',
17  'ProductDoesNotSupportPtr','NotFound']
18  wantSummary: true
19  }
20 }
21 
22 services.message: @local::messageDefaults
23 
24 physics:
25 {
26  analyzers:
27  {
28  a1:
29  {
30  module_type: IntTestAnalyzer
31  input_label: m1a
32  expected_value: 1
33  }
34  }
35 
36  e1: [ a1 ]
37 
38  end_paths: [ e1 ]
39 }
40 
41 source:
42 {
43  module_type: RootInput
44  fileNames: [ "out.root" ]
45 }
46 
47 process_name: DEVELr