issue_0940.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 process_name: issue0940
4 
5 services:
6 {
7  user:
8  {
9  Throwing: { }
10  }
11 
12  scheduler: # options block in the old system
13  {
14  Rethrow: ['OtherArt','StdException','Unknown','BadAlloc',
15  'BadExceptionType','DictionaryNotFound',
16  'ProductPutFailure','Configuration','LogicError','UnimplementedFeature',
17  'InvalidReference','NullPointerError','NoProductSpecified','EventTimeout',
18  'DataCorruption','ScheduleExecutionFailure','EventProcessorFailure',
19  'FileInPathError','FileOpenError','FileReadError','FatalRootError',
20  'MismatchedInputFiles','ProductDoesNotSupportViews',
21  'ProductDoesNotSupportPtr','NotFound']
22  SkipEvent: [ 'ProductNotFound' ]
23  wantSummary: true
24  # handleEmptyRuns: true
25  # handleEmptySubRuns: true
26  # enableSigInt: true
27  # unloadRootSigHandler: false
28  # resetRootErrHandler: true
29  }
30 }
31 
32 services.message: @local::messageDefaults
33 
34 physics:
35 {
36  analyzers:
37  {
38  a1:
39  {
40  module_type: FailingAnalyzer
41  }
42  }
43 
44  e1: [ a1 ]
45  end_paths: [ e1 ]
46 }
47 
48 source:
49 {
50  module_type: EmptyEvent
51  maxEvents: 5
52 }