PYTHIA
8.312
|
The AntennaSetISR class. Simple container of II and IF antenna functions. More...
#include <VinciaAntennaFunctions.h>
Public Member Functions | |
AntennaSetISR ()=default | |
Default constructor. | |
~AntennaSetISR () | |
Destructor, delete the antennae. | |
void | initPtr (Info *infoPtrIn, DGLAP *dglapPtrIn) |
Initialize pointers. More... | |
void | init () |
Initialize antenna set. More... | |
bool | exists (enum AntFunType antFunType) |
Function to chek if an antenna with the given index exists. | |
AntennaFunctionIX * | getAntFunPtr (enum AntFunType antFunType) |
Gets an antenna from the AntennaSetISR. | |
vector< enum AntFunType > | getAntFunTypes () |
Get list of all AntFunTypes contained in this set. More... | |
string | vinciaName (enum AntFunType antFunType) |
Get Vincia name, e.g. "Vincia:QQEmitII". | |
string | humanName (enum AntFunType antFunType) |
Get human name, e.g. "g/qq". | |
The AntennaSetISR class. Simple container of II and IF antenna functions.
vector< enum AntFunType > getAntFunTypes | ( | ) |
Get list of all AntFunTypes contained in this set.
Method to return a list of all AntFunTypes in this set.
void init | ( | ) |
Initialize antenna set.
Check pointers and initialization.
Create antenna objects.
Loop through antFunPtrs and initialize.
Initialize antenna pointers, antenna.
Optionally check antenna (singularities, positivity, etc.).
VinciaConstants::DEBUG info.
Initialize pointers.
The AntennaSetISR class. Simple container of II and IF antenna functions.
Initialize pointers.