Herwig 7.3.0
|
Process information for OpenLoops. More...
#include <OpenLoopsAmplitude.h>
Public Member Functions | |
OpenLoopsProcInfo () | |
Default constructor. | |
OpenLoopsProcInfo (int HID, int GID, string procstr, string typestr) | |
Construct giving data. | |
int | HID () const |
Document me. | |
int | GID () const |
Document me. | |
const string & | Pstr () const |
Document me. | |
const string & | Tstr () const |
Document me. | |
void | setGID (int g) |
Document me. | |
void | setOAs (int i) |
Document me. | |
int | orderAs () |
Document me. | |
void | persistentOutput (PersistentOStream &os) const |
Write to persistent stream. | |
void | persistentInput (PersistentIStream &is) |
Read from persistent stream. | |
Private Attributes | |
int | theHOlpId |
Document me. | |
int | theGOlpId |
Document me. | |
string | theProcstr |
Document me. | |
string | theTypestr |
Document me. | |
int | orderAlphas |
Document me. | |
Process information for OpenLoops.
Definition at line 28 of file OpenLoopsAmplitude.h.
|
inline |
Default constructor.
Definition at line 35 of file OpenLoopsAmplitude.h.
|
inline |
Construct giving data.
Definition at line 40 of file OpenLoopsAmplitude.h.
|
inline |
|
inline |
|
inline |
|
inline |
Read from persistent stream.
Definition at line 117 of file OpenLoopsAmplitude.h.
References orderAlphas, theGOlpId, theHOlpId, theProcstr, and theTypestr.
|
inline |
Write to persistent stream.
Definition at line 110 of file OpenLoopsAmplitude.h.
References orderAlphas, theGOlpId, theHOlpId, theProcstr, and theTypestr.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Document me.
Definition at line 103 of file OpenLoopsAmplitude.h.
Referenced by orderAs(), persistentInput(), persistentOutput(), and setOAs().
|
private |
Document me.
Definition at line 88 of file OpenLoopsAmplitude.h.
Referenced by GID(), persistentInput(), persistentOutput(), and setGID().
|
private |
Document me.
Definition at line 83 of file OpenLoopsAmplitude.h.
Referenced by HID(), persistentInput(), and persistentOutput().
|
private |
Document me.
Definition at line 93 of file OpenLoopsAmplitude.h.
Referenced by persistentInput(), persistentOutput(), and Pstr().
|
private |
Document me.
Definition at line 98 of file OpenLoopsAmplitude.h.
Referenced by persistentInput(), persistentOutput(), and Tstr().