CMS 3D CMS Logo

L1MuonBitSkim_cff.py
Go to the documentation of this file.
1 #
2 # Load common sequences
3 #
5 l1RequestPhAlgos = hltLevel1GTSeed.clone()
6 # False allows to read directly from L1 instead fo candidate ObjectMap
7 l1RequestPhAlgos.L1UseL1TriggerObjectMaps = cms.bool(False)
8  #
9  # option used forL1UseL1TriggerObjectMaps = False only
10  # number of BxInEvent: 1: L1A=0; 3: -1, L1A=0, 1; 5: -2, -1, L1A=0, 1,
11 # online is used 5
12 l1RequestPhAlgos.L1NrBxInEvent = cms.int32(5)
13 
14 # Request the or of the following bits: from 54 to 62 and 106-107
15 
16 l1RequestPhAlgos.L1SeedsLogicalExpression = cms.string(
17  'L1_SingleMuBeamHalo OR L1_SingleMuOpen OR L1_SingleMu3 OR L1_SingleMu7 OR L1_SingleMu10 OR L1_SingleMu20 OR L1_DoubleMu3')
18 
19 l1MuBitsSkimseq = cms.Sequence(l1RequestPhAlgos)
hltLevel1GTSeed_cfi