CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DPGAnalysis/Skims/python/L1MuonBitSkim_cff.py

Go to the documentation of this file.
00001 #
00002 #  Load common sequences
00003 #
00004 from HLTrigger.HLTfilters.hltLevel1GTSeed_cfi import *
00005 l1RequestPhAlgos = hltLevel1GTSeed.clone()
00006 # False allows to read directly from L1 instead fo candidate ObjectMap
00007 l1RequestPhAlgos.L1UseL1TriggerObjectMaps = cms.bool(False)
00008     #
00009     # option used forL1UseL1TriggerObjectMaps = False only
00010     # number of BxInEvent: 1: L1A=0; 3: -1, L1A=0, 1; 5: -2, -1, L1A=0, 1, 
00011 # online is used 5
00012 l1RequestPhAlgos.L1NrBxInEvent = cms.int32(5)
00013 
00014 # Request the or of the following bits: from 54 to 62 and 106-107
00015 
00016 l1RequestPhAlgos.L1SeedsLogicalExpression = cms.string(
00017     'L1_SingleMuBeamHalo OR L1_SingleMuOpen OR L1_SingleMu3 OR L1_SingleMu7 OR L1_SingleMu10 OR L1_SingleMu20 OR L1_DoubleMu3')
00018 
00019 l1MuBitsSkimseq = cms.Sequence(l1RequestPhAlgos)