Skip to content

Commit fe75e75

Browse files
committed
Removed unused fwkJobReports from MessageLogger
The parameter fwkJobReports is an obsolete parameter which has had no functionality for many years. Removed 'FwkJob' category as it is no longer used either.
1 parent 2aee2d1 commit fe75e75

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

L1Trigger/GlobalTriggerAnalyzer/test/L1GtEmulTrigReport_cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@
221221
'L1GtEmulTrigReport'
222222
]
223223
process.MessageLogger.statistics = []
224-
process.MessageLogger.fwkJobReports = []
225224

226225
process.MessageLogger.L1GtEmulTrigReport_errors = cms.untracked.PSet(
227226
threshold = cms.untracked.string('ERROR'),

L1TriggerConfig/L1GtConfigProducers/test/L1GtTester_cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
'L1GtTester_debug'
136136
]
137137
process.MessageLogger.statistics = []
138-
process.MessageLogger.fwkJobReports = []
139138

140139
process.MessageLogger.L1GtTester_errors = cms.untracked.PSet(
141140
threshold = cms.untracked.string('ERROR'),

L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMenuTester_cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
'L1GtTriggerMenuTester_debug'
120120
]
121121
process.MessageLogger.statistics = []
122-
process.MessageLogger.fwkJobReports = []
123122

124123
process.MessageLogger.L1GtTriggerMenuTester_errors = cms.untracked.PSet(
125124
threshold = cms.untracked.string('ERROR'),

L1TriggerOffline/L1Analyzer/test/BscTrigger_cfg.py

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,12 @@
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(
@@ -85,11 +74,10 @@
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
9583
process.load('Configuration/StandardSequences/Services_cff')

0 commit comments

Comments
 (0)