Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:44

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 dimuonAcceptance = cms.PSet(filterType = cms.untracked.string("MultiCandGenEvtSelector"),
0004                             ptMin = cms.double(2.5),
0005                             etaMax = cms.double(2.5),
0006                             pdg = cms.int32(13),
0007                             status = cms.int32(1),
0008                             minimumCandidates = cms.int32(2)
0009                             )