CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/HLTrigger/btau/python/hltDisplacedmumuVtx_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltDisplacedmumuVtx = cms.EDProducer("HLTDisplacedmumuVtxProducer",
00004     Src = cms.InputTag( "hltL3MuonCandidates" ),
00005     PreviousCandTag = cms.InputTag("" ),
00006     MaxEta = cms.double( 2.5 ),
00007     MinPt = cms.double( 0.0 ),
00008     MinPtPair = cms.double( 0.0 ),
00009     MinInvMass = cms.double( 1 ),
00010     MaxInvMass = cms.double( 20 ),
00011     ChargeOpt = cms.int32( -1 ),
00012 )