CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoMET_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ##____________________________________________________________________________||
10 
11 ##____________________________________________________________________________||
12 metreco = cms.Sequence(
13  caloMet+
14  caloMetBE+
15  caloMetBEFO+
16  muonMETValueMapProducer+
17  caloMetM +
18  BeamHaloId
19  )
20 
21 ##____________________________________________________________________________||
22 metrecoPlusHCALNoise = cms.Sequence( metreco + hcalnoise )
23 
24 ##____________________________________________________________________________||