herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::ShowerVariation Struct Reference

A struct identifying a shower variation. More...

#include <ShowerVariation.h>

Public Member Functions

 ShowerVariation ()
 Default constructor.
 
string fromInFile (const string &)
 Parse from in file command.
 
void put (PersistentOStream &os) const
 Put to persistent stream.
 
void get (PersistentIStream &is)
 Get from persistent stream.
 

Public Attributes

double renormalizationScaleFactor
 Vary the renormalization scale by the given factor.
 
double factorizationScaleFactor
 Vary the factorization scale by the given factor.
 
bool firstInteraction
 Apply the variation to the first interaction.
 
bool secondaryInteractions
 Apply the variation to the secondary interactions.
 

Detailed Description

A struct identifying a shower variation.

Definition at line 22 of file ShowerVariation.h.

Constructor & Destructor Documentation

◆ ShowerVariation()

Herwig::ShowerVariation::ShowerVariation ( )
inline

Default constructor.

Definition at line 27 of file ShowerVariation.h.

Member Data Documentation

◆ factorizationScaleFactor

double Herwig::ShowerVariation::factorizationScaleFactor

Vary the factorization scale by the given factor.

Definition at line 40 of file ShowerVariation.h.

◆ firstInteraction

bool Herwig::ShowerVariation::firstInteraction

Apply the variation to the first interaction.

Definition at line 45 of file ShowerVariation.h.

◆ renormalizationScaleFactor

double Herwig::ShowerVariation::renormalizationScaleFactor

Vary the renormalization scale by the given factor.

Definition at line 35 of file ShowerVariation.h.

◆ secondaryInteractions

bool Herwig::ShowerVariation::secondaryInteractions

Apply the variation to the secondary interactions.

Definition at line 50 of file ShowerVariation.h.


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