5#ifndef IPYTHIA8CUSTOM_H
6#define IPYTHIA8CUSTOM_H
8#include "GaudiKernel/IAlgTool.h"
virtual ~IPythia8Custom()
Virtual destructor.
DeclareInterfaceID(IPythia8Custom, 1, 0)
Algtool infrastructure.
virtual StatusCode InitializePythiaInfo(Pythia8::Pythia &) const
virtual double CrossSectionScaleFactor() const
Return how much the cross section is modified.
virtual StatusCode ModifyPythiaEvent(Pythia8::Pythia &) const =0
Update the pythia event.
Author: James Monk (jmonk@cern.ch)