GeneratorInterface
HiGenCommon
python
dileptonTrigSettings_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
dimuonAcceptance = cms.PSet(filterType = cms.untracked.string(
"MultiCandGenEvtSelector"
),
4
ptMin = cms.double(2.5),
5
etaMax = cms.double(2.5),
6
pdg = cms.int32(13),
7
status = cms.int32(1),
8
minimumCandidates = cms.int32(2)
9
)
Generated for CMSSW Reference Manual by
1.8.14