Herwig 7.3.0
|
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. | |
A struct identifying a shower variation.
Definition at line 22 of file ShowerVariation.h.
|
inline |
Default constructor.
Definition at line 27 of file ShowerVariation.h.
double Herwig::ShowerVariation::factorizationScaleFactor |
Vary the factorization scale by the given factor.
Definition at line 40 of file ShowerVariation.h.
bool Herwig::ShowerVariation::firstInteraction |
Apply the variation to the first interaction.
Definition at line 45 of file ShowerVariation.h.
double Herwig::ShowerVariation::renormalizationScaleFactor |
Vary the renormalization scale by the given factor.
Definition at line 35 of file ShowerVariation.h.
bool Herwig::ShowerVariation::secondaryInteractions |
Apply the variation to the secondary interactions.
Definition at line 50 of file ShowerVariation.h.