We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d1372 commit 97bf2aeCopy full SHA for 97bf2ae
ElectroWeakAnalysis/Utilities/python/distTCMET_cfi.py
@@ -6,13 +6,8 @@
6
#
7
# Form Track Corrected MET
8
9
-disttcMet = cms.EDProducer("METProducer",
10
- src = cms.InputTag("towerMaker"), #This parameter does not get used for TCMET
11
- METType = cms.string('TCMET'),
+disttcMet = cms.EDProducer("TCMETProducer",
12
alias = cms.string('TCMET'),
13
- noHF = cms.bool(False),
14
- globalThreshold = cms.double(0.0),
15
- InputType = cms.string('CaloMET:Electron:Muon:Track'), #This parameter does not get used for TCMET
16
electronInputTag = cms.InputTag("gsfElectrons"),
17
muonInputTag = cms.InputTag("distortedMuons"),
18
trackInputTag = cms.InputTag("generalTracks"),
0 commit comments