5 ALCARECOTkAlMuonIsolatedHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
7 eventSetupPathsKey =
'TkAlMuonIsolated',
15 import DPGAnalysis.Skims.skim_detstatus_cfi
16 ALCARECOTkAlMuonIsolatedDCSFilter = DPGAnalysis.Skims.skim_detstatus_cfi.dcsstatus.clone(
17 DetectorType = cms.vstring(
'TIBTID',
'TOB',
'TECp',
'TECm',
'BPIX',
'FPIX'),
18 ApplyFilter = cms.bool(
True),
19 AndOr = cms.bool(
True),
20 DebugOn = cms.untracked.bool(
False)
23 import Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi
24 ALCARECOTkAlMuonIsolated = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
26 applyBasicCuts =
True,
33 ALCARECOTkAlMuonIsolated.GlobalSelector.applyIsolationtest =
True
34 ALCARECOTkAlMuonIsolated.GlobalSelector.minJetDeltaR = 0.1
35 ALCARECOTkAlMuonIsolated.GlobalSelector.applyGlobalMuonFilter =
True
36 ALCARECOTkAlMuonIsolated.TwoBodyDecaySelector.applyMassrangeFilter =
False
37 ALCARECOTkAlMuonIsolated.TwoBodyDecaySelector.applyChargeFilter =
False
38 ALCARECOTkAlMuonIsolated.TwoBodyDecaySelector.applyAcoplanarityFilter =
False
40 seqALCARECOTkAlMuonIsolated = cms.Sequence(ALCARECOTkAlMuonIsolatedHLT+ALCARECOTkAlMuonIsolatedDCSFilter+ALCARECOTkAlMuonIsolated)