CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
correctionTermsPfMetType1Type2_cff.py
Go to the documentation of this file.
2 
3 ##____________________________________________________________________________||
5 
6 ##____________________________________________________________________________||
7 corrPfMetType1 = pfJetMETcorr.clone()
8 
9 ##____________________________________________________________________________||
10 corrPfMetType2 = cms.EDProducer(
11  "Type2CorrectionProducer",
12  srcUnclEnergySums = cms.VInputTag(
13  cms.InputTag('corrPfMetType1', 'type2'),
14  cms.InputTag('corrPfMetType1', 'offset'),
15  cms.InputTag('pfCandMETcorr')
16  ),
17  type2CorrFormula = cms.string("A"),
18  type2CorrParameter = cms.PSet(
19  A = cms.double(1.4)
20  )
21  )
22 
23 ##____________________________________________________________________________||
24 correctionTermsPfMetType1Type2 = cms.Sequence(
25  pfCandsNotInJet +
26  pfCandMETcorr +
27  corrPfMetType1 +
28  corrPfMetType2
29  )
30 
31 ##____________________________________________________________________________||
____________________________________________________________________________||