CMS 3D CMS Logo

hltDoubleMuon7DZ1p0_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltDoubleMuon7DZ1p0 = cms.EDFilter("HLT2L1TkMuonL1TkMuonDZ",
4  MaxDZ = cms.double(1.0),
5  MinDR = cms.double(-1),
6  MinN = cms.int32(1),
7  MinPixHitsForDZ = cms.int32(0),
8  checkSC = cms.bool(False),
9  inputTag1 = cms.InputTag("hltL1TkDoubleMuFiltered7"),
10  inputTag2 = cms.InputTag("hltL1TkDoubleMuFiltered7"),
11  originTag1 = cms.VInputTag("hltL1TkMuons"),
12  originTag2 = cms.VInputTag("hltL1TkMuons"),
13  saveTags = cms.bool(True),
14  triggerType1 = cms.int32(-114),
15  triggerType2 = cms.int32(-114)
16 )