We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cda8d commit 904f006Copy full SHA for 904f006
DQM/EcalMonitorTasks/python/TrigPrimTask_cfi.py
@@ -273,7 +273,7 @@
273
description = cms.untracked.string('Distribution of the trigger primitive Et.')
274
),
275
EtRealSpikeMatched = cms.untracked.PSet(
276
- path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Et spectrum Real Digis matched to spikes %(suffix)s'),
+ path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Et spectrum Real Digis matched to spikes%(suffix)s'),
277
kind = cms.untracked.string('TH1F'),
278
otype = cms.untracked.string('Ecal3P'),
279
xaxis = cms.untracked.PSet(
0 commit comments