CMS 3D CMS Logo

HLTDoLocalHcalSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltHbhereco_cfi import *
4 from ..modules.hltHfprereco_cfi import *
5 from ..modules.hltHfreco_cfi import *
6 from ..modules.hltHoreco_cfi import *
7 
8 HLTDoLocalHcalSequence = cms.Sequence(hltHbhereco+hltHoreco+hltHfprereco+hltHfreco)