Go to the documentation of this file.00001
00002 import FWCore.ParameterSet.Config as cms
00003
00004 import HLTrigger.HLTfilters.hltHighLevel_cfi
00005 ALCARECOMuAlZMuMuHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00006 andOr = True,
00007 eventSetupPathsKey = 'MuAlZMuMu',
00008 throw = False
00009 )
00010
00011
00012
00013
00014
00015 import DPGAnalysis.Skims.skim_detstatus_cfi
00016 ALCARECOMuAlZMuMuDCSFilter = DPGAnalysis.Skims.skim_detstatus_cfi.dcsstatus.clone(
00017 DetectorType = cms.vstring('TIBTID','TOB','DT0','DTp','DTm','CSCp','CSCm'),
00018 ApplyFilter = cms.bool(True),
00019 AndOr = cms.bool(True),
00020 DebugOn = cms.untracked.bool(False)
00021 )
00022
00023 import Alignment.CommonAlignmentProducer.AlignmentMuonSelector_cfi
00024 ALCARECOMuAlZMuMu = Alignment.CommonAlignmentProducer.AlignmentMuonSelector_cfi.AlignmentMuonSelector.clone(
00025 applyMassPairFilter = True,
00026 minMassPair = 91. - 10.,
00027 maxMassPair = 91. + 10.
00028 )
00029
00030 seqALCARECOMuAlZMuMu = cms.Sequence(ALCARECOMuAlZMuMuHLT+ALCARECOMuAlZMuMuDCSFilter+ALCARECOMuAlZMuMu)
00031