CMS 3D CMS Logo

trigMatchSequences_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from PhysicsTools.PatAlgos.triggerLayer0.patTrigMatcher_cfi import *
00004 
00005 # demo sequences to have a few trigger match examples in the
00006 # default PAT configuration
00007 patTrigMatch = cms.Sequence(
00008     patTrigMatchCandHLT1ElectronStartup +
00009     patTrigMatchHLT1PhotonRelaxed +
00010     patTrigMatchHLT1ElectronRelaxed +
00011     patTrigMatchHLT1MuonNonIso +
00012     patTrigMatchHLT2jet +
00013     patTrigMatchHLT1MET65 +
00014     patTrigMatchHLT1Tau
00015 )

Generated on Tue Jun 9 17:41:44 2009 for CMSSW by  doxygen 1.5.4