![]() |
ATLAS Offline Software
|
#include <IPythia8Custom.h>
Public Member Functions | |
| DeclareInterfaceID (IPythia8Custom, 1, 0) | |
| Algtool infrastructure. | |
| virtual | ~IPythia8Custom () |
| Virtual destructor. | |
| virtual StatusCode | ModifyPythiaEvent (Pythia8::Pythia &) const =0 |
| Update the pythia event. | |
| virtual double | CrossSectionScaleFactor () const |
| Return how much the cross section is modified. | |
| virtual StatusCode | InitializePythiaInfo (Pythia8::Pythia &) const |
Definition at line 15 of file IPythia8Custom.h.
|
inlinevirtual |
|
inlinevirtual |
Return how much the cross section is modified.
Should only be called once all events have been processed
Definition at line 27 of file IPythia8Custom.h.
| IPythia8Custom::DeclareInterfaceID | ( | IPythia8Custom | , |
| 1 | , | ||
| 0 | ) |
Algtool infrastructure.
|
inlinevirtual |
Definition at line 29 of file IPythia8Custom.h.
|
pure virtual |
Update the pythia event.