CMS 3D CMS Logo

customVFE.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
4 
5 def custom_hgcroc_oot(process,
6  oot_coefficients=vfe_proc.oot_coefficients
7  ):
8  parameters = vfe_proc.clone(oot_coefficients = oot_coefficients)
9  process.hgcalVFEProducer.ProcessorParameters = parameters
10  return process
hgcalDigitizer_cfi
hgcalVFEProducer_cfi
customVFE.custom_hgcroc_oot
def custom_hgcroc_oot(process, oot_coefficients=vfe_proc.oot_coefficients)
Definition: customVFE.py:5