JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
This is a very simple class defined in TVar.hh, and has space to record the factorization/renormalization schemes for each event. You really should have no need to use this independently, it is just here so you can see the output for functions like Mela::getRenFacScaleMode
.
There is one constructor for this type, and it requires 4 inputs
Mela.EventScaleScheme type
from the EventScaleScheme enum)Mela.EventScaleScheme type
from the EventScaleScheme enum)The type has 4 attributes which directly correspond to the constructor.
(No the name is not a typo!) This is a Mela.EventScaleScheme
type (from the EventScaleScheme enum) that quantifies the renormalization scheme. Access it via Mela.event_scales_type.renomalizationScheme
.
This is a Mela.EventScaleScheme
type (from the EventScaleScheme enum) that quantifies the the factorization scheme. Access it via Mela.event_scales_type.factorizationScheme
.
This is a number that quantifies the multiplicative scale factor applied to the renormalization scheme. Access it via Mela.event_scales_type.ren_scale_factor
.
This is a number that quantifies the multiplicative scale factor applied to the factorization scheme. Access if via Mela.event_scales_type.fac_scale_factor
.