#include <LesHouches.h>
Public Member Functions | |
bool | operator== (const HEPRUP &other) const |
void | resize (int nrup) |
void | resize () |
Standard constructors and destructors. | |
HEPRUP () | |
Public Attributes | |
std::pair< double, double > | EBMUP |
std::pair< int, int > | IDBMUP |
int | IDWTUP |
std::vector< int > | LPRUP |
int | NPRUP |
std::pair< int, int > | PDFGUP |
std::pair< int, int > | PDFSUP |
std::vector< double > | XERRUP |
std::vector< double > | XMAXUP |
std::vector< double > | XSECUP |
The HEPRUP class is a simple container corresponding to the Les Houches accord (hep-ph/0109068) common block with the same name. The members are named in the same way as in the common block. However, fortran arrays are represented by vectors, except for the arrays of length two which are represented by pair objects.
Definition at line 22 of file LesHouches.h.
|
inline |
|
inline |
|
inline |
Set the NPRUP variable, corresponding to the number of sub-processes, to nrup, and resize all relevant vectors accordingly.
Definition at line 52 of file LesHouches.h.
References NPRUP, and resize().
Referenced by Vispa.Gui.TextDialog.TextDialog::__init__(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::__init__(), Vispa.Main.MainWindow.MainWindow::_loadIni(), AlpgenSource::beginRun(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), lhef::CommonBlocks::readHEPRUP(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
inline |
Assuming the NPRUP variable, corresponding to the number of sub-processes, is correctly set, resize the relevant vectors accordingly.
Definition at line 63 of file LesHouches.h.
References LPRUP, NPRUP, XERRUP, XMAXUP, and XSECUP.
Referenced by Vispa.Gui.TextDialog.TextDialog::__init__(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::__init__(), Vispa.Main.MainWindow.MainWindow::_loadIni(), resize(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
std::pair<double, double> lhef::HEPRUP::EBMUP |
Energy of beam particles given in GeV.
Definition at line 78 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHEEvent::fillPdfInfo(), Herwig6Hadronizer::initialize(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), LHE2HepMCConverter::produce(), lhef::CommonBlocks::readHEPRUP(), Herwig6Hadronizer::readSettings(), LHAupLesHouches::setInit(), and myPythia6ServiceWithCallback::upInit().
std::pair<int, int> lhef::HEPRUP::IDBMUP |
PDG id's of beam particles. (first/second is in +/-z direction).
Definition at line 73 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), lhef::CommonBlocks::fillHEPRUP(), Herwig6Hadronizer::initialize(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), LHE2HepMCConverter::produce(), lhef::CommonBlocks::readHEPRUP(), Herwig6Hadronizer::readSettings(), LHAupLesHouches::setInit(), and myPythia6ServiceWithCallback::upInit().
int lhef::HEPRUP::IDWTUP |
Master switch indicating how the ME generator envisages the events weights should be interpreted according to the Les Houches accord.
Definition at line 97 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), edm::HadronizerFilter< HAD, DEC >::endLuminosityBlockProduce(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::getHEPIDWTUP(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), operator==(), lhef::CommonBlocks::readHEPRUP(), LHAupLesHouches::setInit(), lhef::LHERunInfo::statistics(), myPythia6ServiceWithCallback::upInit(), and lhef::LHERunInfo::xsec().
std::vector<int> lhef::HEPRUP::LPRUP |
The subprocess code for the different subprocesses.
Definition at line 124 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), GenXSecAnalyzer::endRun(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::init(), lhef::LHERunInfo::initLumi(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), MCatNLOSource::produce(), lhef::CommonBlocks::readHEPRUP(), resize(), LHAupLesHouches::setInit(), and myPythia6ServiceWithCallback::upInit().
int lhef::HEPRUP::NPRUP |
The number of different subprocesses in this file (should typically be just one)
Definition at line 103 of file LesHouches.h.
Referenced by lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::init(), lhef::LHERunInfo::initLumi(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), lhef::CommonBlocks::readHEPRUP(), resize(), LHAupLesHouches::setInit(), and myPythia6ServiceWithCallback::upInit().
std::pair<int, int> lhef::HEPRUP::PDFGUP |
The author group for the PDF used for the beams according to the PDFLib specification.
Definition at line 84 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), lhef::LHERunInfo::pdfSetTranslation(), lhef::CommonBlocks::readHEPRUP(), LHAupLesHouches::setInit(), and myPythia6ServiceWithCallback::upInit().
std::pair<int, int> lhef::HEPRUP::PDFSUP |
The id number the PDF used for the beams according to the PDFLib specification.
Definition at line 90 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), lhef::LHERunInfo::pdfSetTranslation(), lhef::CommonBlocks::readHEPRUP(), LHAupLesHouches::setInit(), and myPythia6ServiceWithCallback::upInit().
std::vector<double> lhef::HEPRUP::XERRUP |
The statistical error in the cross sections for the different subprocesses in pb.
Definition at line 114 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), GenXSecAnalyzer::endRun(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::initLumi(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), lhef::CommonBlocks::readHEPRUP(), resize(), LHAupLesHouches::setInit(), lhef::LHERunInfo::statistics(), myPythia6ServiceWithCallback::upInit(), and lhef::LHERunInfo::xsec().
std::vector<double> lhef::HEPRUP::XMAXUP |
The maximum event weights (in XWGTUP) for different subprocesses.
Definition at line 119 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), GenXSecAnalyzer::endRun(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), lhef::CommonBlocks::readHEPRUP(), resize(), LHAupLesHouches::setInit(), and myPythia6ServiceWithCallback::upInit().
std::vector<double> lhef::HEPRUP::XSECUP |
The cross sections for the different subprocesses in pb.
Definition at line 108 of file LesHouches.h.
Referenced by AlpgenSource::beginRun(), GenXSecAnalyzer::endRun(), lhef::CommonBlocks::fillHEPRUP(), lhef::LHERunInfo::initLumi(), lhef::LHERunInfo::LHERunInfo(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::next(), ThePEG::LesHouchesInterface::open(), operator==(), lhef::CommonBlocks::readHEPRUP(), resize(), LHAupLesHouches::setInit(), lhef::LHERunInfo::statistics(), myPythia6ServiceWithCallback::upInit(), and lhef::LHERunInfo::xsec().