1 import FWCore.ParameterSet.Config
as cms
6 exponent=vfe_proc.exponentBits,
7 mantissa=vfe_proc.mantissaBits,
8 rounding=vfe_proc.rounding,
9 oot_coefficients=vfe_proc.oot_coefficients
11 producer = process.hgcalVFEProducer.clone(
12 ProcessorParameters = vfe_proc.clone(
13 exponentBits = exponent,
14 mantissaBits = mantissa,
16 oot_coefficients = oot_coefficients