CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/GeneratorInterface/HiGenCommon/python/dileptonTrigSettings_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dimuonAcceptance = cms.PSet(filterType = cms.untracked.string("MultiCandGenEvtSelector"),
00004                             ptMin = cms.double(2.5),
00005                             etaMax = cms.double(2.5),
00006                             pdg = cms.int32(13),
00007                             status = cms.int32(1),
00008                             minimumCandidates = cms.int32(2)
00009                             )