CMS 3D CMS Logo

Functions
customVFE Namespace Reference

Functions

def custom_hgcroc_oot (process, oot_coefficients=vfe_proc.oot_coefficients)
 

Function Documentation

◆ custom_hgcroc_oot()

def customVFE.custom_hgcroc_oot (   process,
  oot_coefficients = vfe_proc.oot_coefficients 
)

Definition at line 5 of file customVFE.py.

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
customVFE.custom_hgcroc_oot
def custom_hgcroc_oot(process, oot_coefficients=vfe_proc.oot_coefficients)
Definition: customVFE.py:5