#include <config.hh>
Public Attributes | |
ScaleConfig | scales |
Parameters for scale variation. More... | |
JetParameters | resummation_jets |
Resummation jet properties. More... | |
JetParameters | fixed_order_jets |
Fixed-order jet properties. More... | |
double | min_extparton_pt |
Minimum transverse momentum for extremal partons. More... | |
double | max_ext_soft_pt_fraction |
Maximum transverse momentum fraction from soft radiation in extremal jets. More... | |
int | trials |
Number of resummation configurations to generate per fixed-order event. More... | |
bool | log_correction |
Whether to include the logarithmic correction from running. More... | |
std::vector< OutputFile > | output |
Event output files names and formats. More... | |
RNGConfig | rng |
Parameters for random number generation. More... | |
EventTreatMap | treat |
Map to decide what to do for different event types. More... | |
YAML::Node | analysis_parameters |
Parameters for custom analyses. More... | |
HiggsCouplingSettings | Higgs_coupling |
Settings for effective Higgs-gluon coupling. More... | |
! Input parameters.
This struct handles stores all configuration parameters needed in a HEJ 2 run.
YAML::Node HEJ::Config::analysis_parameters |
Parameters for custom analyses.
JetParameters HEJ::Config::fixed_order_jets |
Fixed-order jet properties.
HiggsCouplingSettings HEJ::Config::Higgs_coupling |
Settings for effective Higgs-gluon coupling.
bool HEJ::Config::log_correction |
Whether to include the logarithmic correction from running.
double HEJ::Config::max_ext_soft_pt_fraction |
Maximum transverse momentum fraction from soft radiation in extremal jets.
double HEJ::Config::min_extparton_pt |
Minimum transverse momentum for extremal partons.
std::vector<OutputFile> HEJ::Config::output |
Event output files names and formats.
JetParameters HEJ::Config::resummation_jets |
Resummation jet properties.
RNGConfig HEJ::Config::rng |
Parameters for random number generation.
ScaleConfig HEJ::Config::scales |
Parameters for scale variation.
EventTreatMap HEJ::Config::treat |
Map to decide what to do for different event types.
int HEJ::Config::trials |
Number of resummation configurations to generate per fixed-order event.