Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatAlgos
python
recoLayer0
metCorrections_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#from PhysicsTools.PatAlgos.recoLayer0.jetCorrFactors_cfi import *
4
from
JetMETCorrections.Type1MET.correctionTermsPfMetType1Type2_cff
import
*
5
from
JetMETCorrections.Type1MET.correctionTermsCaloMet_cff
import
*
6
from
JetMETCorrections.Type1MET.correctedMet_cff
import
caloMetT1, caloMetT1T2, pfMetT1, pfMetT1T2
7
#from JetMETCorrections.Configuration.JetCorrectionServicesAllAlgos_cff import *
8
9
#from JetMETCorrections.Type1MET.pfMETCorrections_cff import *
10
11
## for scheduled mode
12
patMETCorrectionsTask = cms.Task(correctionTermsCaloMetTask, caloMetT1, caloMetT1T2, correctionTermsPfMetType1Type2Task, pfMetT1, pfMetT1T2)
13
14
patMETCorrections = cms.Sequence(patMETCorrectionsTask)
correctionTermsPfMetType1Type2_cff
correctionTermsCaloMet_cff
Generated for CMSSW Reference Manual by
1.8.11