hej is hosted by Hepforge, IPPP Durham
HEJ 2 2.0
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
HEJ::Config Struct Reference

#include <config.hh>

Collaboration diagram for HEJ::Config:

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 $\alpha_s$ running. More...
 
std::vector< OutputFileoutput
 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...
 

Detailed Description

! Input parameters.

This struct handles stores all configuration parameters needed in a HEJ 2 run.

Member Data Documentation

◆ analysis_parameters

YAML::Node HEJ::Config::analysis_parameters

Parameters for custom analyses.

◆ fixed_order_jets

JetParameters HEJ::Config::fixed_order_jets

Fixed-order jet properties.

◆ Higgs_coupling

HiggsCouplingSettings HEJ::Config::Higgs_coupling

Settings for effective Higgs-gluon coupling.

◆ log_correction

bool HEJ::Config::log_correction

Whether to include the logarithmic correction from $\alpha_s$ running.

◆ max_ext_soft_pt_fraction

double HEJ::Config::max_ext_soft_pt_fraction

Maximum transverse momentum fraction from soft radiation in extremal jets.

◆ min_extparton_pt

double HEJ::Config::min_extparton_pt

Minimum transverse momentum for extremal partons.

◆ output

std::vector<OutputFile> HEJ::Config::output

Event output files names and formats.

◆ resummation_jets

JetParameters HEJ::Config::resummation_jets

Resummation jet properties.

◆ rng

RNGConfig HEJ::Config::rng

Parameters for random number generation.

◆ scales

ScaleConfig HEJ::Config::scales

Parameters for scale variation.

◆ treat

EventTreatMap HEJ::Config::treat

Map to decide what to do for different event types.

◆ trials

int HEJ::Config::trials

Number of resummation configurations to generate per fixed-order event.


The documentation for this struct was generated from the following file: