File tree Expand file tree Collapse file tree 4 files changed +2
-17
lines changed
L1TriggerConfig/L1GtConfigProducers/test
L1TriggerOffline/L1Analyzer/test
L1Trigger/GlobalTriggerAnalyzer/test Expand file tree Collapse file tree 4 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 221221 'L1GtEmulTrigReport'
222222 ]
223223process .MessageLogger .statistics = []
224- process .MessageLogger .fwkJobReports = []
225224
226225process .MessageLogger .L1GtEmulTrigReport_errors = cms .untracked .PSet (
227226 threshold = cms .untracked .string ('ERROR' ),
Original file line number Diff line number Diff line change 135135 'L1GtTester_debug'
136136 ]
137137process .MessageLogger .statistics = []
138- process .MessageLogger .fwkJobReports = []
139138
140139process .MessageLogger .L1GtTester_errors = cms .untracked .PSet (
141140 threshold = cms .untracked .string ('ERROR' ),
Original file line number Diff line number Diff line change 119119 'L1GtTriggerMenuTester_debug'
120120 ]
121121process .MessageLogger .statistics = []
122- process .MessageLogger .fwkJobReports = []
123122
124123process .MessageLogger .L1GtTriggerMenuTester_errors = cms .untracked .PSet (
125124 threshold = cms .untracked .string ('ERROR' ),
Original file line number Diff line number Diff line change 4949 Root_NoDictionary = cms .untracked .PSet (
5050 limit = cms .untracked .int32 (0 )
5151 ),
52- FwkJob = cms .untracked .PSet (
53- limit = cms .untracked .int32 (0 )
54- ),
5552 FwkSummary = cms .untracked .PSet (
5653 reportEvery = cms .untracked .int32 (1 ),
5754 limit = cms .untracked .int32 (10000000 )
5855 ),
5956 threshold = cms .untracked .string ('DEBUG' )
6057 ),
61- FrameworkJobReport = cms .untracked .PSet (
62- default = cms .untracked .PSet (
63- limit = cms .untracked .int32 (0 )
64- ),
65- FwkJob = cms .untracked .PSet (
66- limit = cms .untracked .int32 (10000000 )
67- )
68- ),
6958 suppressWarning = cms .untracked .vstring (),
7059 statistics = cms .untracked .vstring ('cerr_stats' ),
7160 cerr_stats = cms .untracked .PSet (
8574 'cout' ,
8675 'cerr' ),
8776 debugModules = cms .untracked .vstring ('bscTrigger' ),
88- categories = cms .untracked .vstring ('BscSim' ,'FwkJob' ,
77+ categories = cms .untracked .vstring ('BscSim' ,
8978 'FwkReport' ,
9079 'FwkSummary' ,
91- 'Root_NoDictionary' ),
92- fwkJobReports = cms .untracked .vstring ('FrameworkJobReport' )
80+ 'Root_NoDictionary' )
9381)
9482# import of standard configurations
9583process .load ('Configuration/StandardSequences/Services_cff' )
You can’t perform that action at this time.
0 commit comments