Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from HLTrigger.HLTanalyzers.HLT_FULL_cff import *
00005
00006
00007 DoHLTHIJets = cms.Path(HLTBeginSequence +
00008 HLTDoHIJetRecoSequence)
00009
00010
00011 DoHLTHIMuon = cms.Path(HLTBeginSequence +
00012 HLTEndSequence)
00013
00014
00015
00016
00017
00018
00019 DoHLTHIPhoton = cms.Path(
00020 HLTBeginSequence +
00021 HLTDoCaloSequence +
00022
00023
00024 HLTDoHIEcalClusWithCleaningSequence +
00025
00026 HLTEndSequence )