outputCommand_r.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 physics:
24 {
25  producers:
26  {
27  }
28 
29  filters:
30  {
31  }
32 
33  analyzers:
34  {
35  a1:
36  {
37  module_type: IntTestAnalyzer
38  input_label: m1a
39  expected_value: 2
40  }
41  }
42 
43  e1: [ a1 ]
44 
45  trigger_paths: [ ]
46  end_paths: [ e1 ]
47 }
48 
49 outputs:
50 {
51 }
52 
53 source:
54 {
55  module_type: RootInput
56  fileNames: [ "out.root" ]
57 }
58 
59 process_name: DEVELr