CMS 3D CMS Logo

PathMuB_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # L1 muon
00004 
00005 # L2 muon
00006 
00007 # L2 muon isolation
00008 
00009 # L3 muon
00010 
00011 #L3 muon isolation
00012 
00013 import FWCore.ParameterSet.Config as cms
00014 
00015 # RecoMuon flux ##########################################################
00016 from HLTrigger.Muon.CommonModules_1032_cff import *
00017 from HLTrigger.xchannel.MuBFilters_cff import *
00018 from HLTrigger.btau.jetTag.lifetimeJetReco_cff import *
00019 # associate jet to tracks
00020 from HLTrigger.btau.jetTag.lifetimeTrackAssociator_cff import *
00021 # setup lifetime taggers
00022 from HLTrigger.btau.jetTag.lifetimeTaggers_cff import *
00023 # L2 jet triggers for 1-4 jets or missing ET
00024 from HLTrigger.btau.jetTag.lifetimeL2Jets_cff import *
00025 # lifetime-based b HLT modules for Level 2.5 and 3.
00026 from HLTrigger.btau.jetTag.lifetimeL25_cff import *
00027 from HLTrigger.btau.jetTag.lifetimeL3_cff import *
00028 import copy
00029 from HLTrigger.HLTcore.hltPrescaler_cfi import *
00030 MuBPrescale = copy.deepcopy(hltPrescaler)
00031 MuB = cms.Sequence(MuBPrescale+cms.SequencePlaceholder("hltBegin")+MuBLevel1Seed+MuBLifetimeL1Filtered+l2muonreco+MuBLifetimeIsoL2PreFiltered+l2muonisoreco+MuBLifetimeIsoL2IsoFiltered+hltBCommonL2reco+hltBLifetimeL25reco*hltBLifetimeL25filter+l3muonreco+MuBLifetimeIsoL3PreFiltered+l3muonisoreco+MuBLifetimeIsoL3IsoFiltered+hltBLifetimeL3reco*hltBLifetimeL3filter)
00032 

Generated on Tue Jun 9 17:37:59 2009 for CMSSW by  doxygen 1.5.4