GeneratorInterface
HiGenCommon
python
HiBiasedCentrality_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hiBiasedCentrality = cms.EDFilter(
'HiCentralityBiasFilter'
,
4
function = cms.string(
"gaus"
),
5
parameters = cms.vdouble(1,2.42651,3.79481)
6
)
7
8
Generated for CMSSW Reference Manual by
1.8.16