L1Trigger
L1THGCal
python
customVFE.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
import
SimCalorimetry.HGCalSimProducers.hgcalDigitizer_cfi
as
digiparam
3
from
L1Trigger.L1THGCal.hgcalVFEProducer_cfi
import
vfe_proc
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
Generated for CMSSW Reference Manual by
1.8.16