00001
00002 import FWCore.ParameterSet.Config as cms
00003
00004 import HLTrigger.HLTfilters.hltHighLevel_cfi
00005 ALCARECOTkAlMuonIsolatedHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00006 andOr = True,
00007
00008
00009
00010
00011
00012 HLTPaths = ['HLT_Mu3', 'HLT_Mu5', 'HLT_IsoMu11', 'HLT_Mu15'],
00013 throw = False
00014 )
00015
00016 import Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi
00017 aLCARECOTkAlMuonIsolated = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.alignmentTrackSelector.clone(
00018 filter = True,
00019 applyBasicCuts = True,
00020 ptMin = 2.0,
00021 etaMin = -3.5,
00022 etaMax = 3.5,
00023 nHitMin = 0
00024 )
00025
00026 aLCARECOTkAlMuonIsolated.GlobalSelector.applyIsolationtest = True
00027 aLCARECOTkAlMuonIsolated.GlobalSelector.minJetDeltaR = 0.1
00028 aLCARECOTkAlMuonIsolated.GlobalSelector.applyGlobalMuonFilter = True
00029 aLCARECOTkAlMuonIsolated.TwoBodyDecaySelector.applyMassrangeFilter = False
00030 aLCARECOTkAlMuonIsolated.TwoBodyDecaySelector.applyChargeFilter = False
00031 aLCARECOTkAlMuonIsolated.TwoBodyDecaySelector.applyAcoplanarityFilter = False
00032
00033 seqALCARECOTkAlMuonIsolated = cms.Sequence(ALCARECOTkAlMuonIsolatedHLT+aLCARECOTkAlMuonIsolated)