CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMET/Configuration/python/RecoMET_BeamHaloId_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Name :   RecoMET_BeamHaloId_cff.py
00004 # Original Author : R. Remington,  UF
00005 # Date : 11.11.2009
00006 # Notes :  Information to Id/reconstruct any halo that may be in the event
00007 
00008 
00009 from RecoMET.METProducers.CSCHaloData_cfi import *
00010 from RecoMET.METProducers.EcalHaloData_cfi import *
00011 from RecoMET.METProducers.HcalHaloData_cfi import *
00012 from RecoMET.METProducers.GlobalHaloData_cfi import *
00013 from RecoMET.METProducers.BeamHaloSummary_cfi import *
00014 #from L1Trigger.Configuration.L1RawToDigi_cff import *
00015 
00016 BeamHaloId = cms.Sequence(CSCHaloData*EcalHaloData*HcalHaloData*GlobalHaloData*BeamHaloSummary)
00017 
00018 # Needs FEVT content
00019 #BeamHaloIdWithGtRecord = cms.Sequence(gtDigis*l1GtRecord*CSCHaloData*EcalHaloData*HcalHaloData*GlobalHaloData*BeamHaloSummary)