CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from PhysicsTools.PatAlgos.triggerLayer1.triggerProducer_cfi      import *
00004 from PhysicsTools.PatAlgos.triggerLayer1.triggerMatcher_cfi       import *
00005 from PhysicsTools.PatAlgos.triggerLayer1.triggerMatchEmbedder_cfi import *
00006 from PhysicsTools.PatAlgos.triggerLayer1.triggerEventProducer_cfi import *
00007 
00008 # Default sequence without any matching and/or embedding
00009 patTriggerDefaultSequence = cms.Sequence(
00010   patTrigger
00011 * patTriggerEvent
00012 )