CMS 3D CMS Logo

Functions
vfe Namespace Reference

Functions

def create_compression (process, exponent=vfe_proc.exponentBits, mantissa=vfe_proc.mantissaBits, rounding=vfe_proc.rounding, oot_coefficients=vfe_proc.oot_coefficients)
 

Function Documentation

◆ create_compression()

def vfe.create_compression (   process,
  exponent = vfe_proc.exponentBits,
  mantissa = vfe_proc.mantissaBits,
  rounding = vfe_proc.rounding,
  oot_coefficients = vfe_proc.oot_coefficients 
)

Definition at line 5 of file vfe.py.

5 def create_compression(process,
6  exponent=vfe_proc.exponentBits,
7  mantissa=vfe_proc.mantissaBits,
8  rounding=vfe_proc.rounding,
9  oot_coefficients=vfe_proc.oot_coefficients
10  ):
11  producer = process.hgcalVFEProducer.clone(
12  ProcessorParameters = vfe_proc.clone(
13  exponentBits = exponent,
14  mantissaBits = mantissa,
15  rounding = rounding,
16  oot_coefficients = oot_coefficients
17  )
18  )
19  return producer
vfe.create_compression
def create_compression(process, exponent=vfe_proc.exponentBits, mantissa=vfe_proc.mantissaBits, rounding=vfe_proc.rounding, oot_coefficients=vfe_proc.oot_coefficients)
Definition: vfe.py:5