#include "AGILe/AGILe.hh"
#include "AGILe/Utils.hh"
#include "AGILe/Particle.hh"
#include "AGILe/GeneratorState.hh"
#include "HepMC/GenEvent.h"
Go to the source code of this file.
Classes | |
class | Generator |
Namespaces | |
namespace | AGILe |
Defines | |
#define | MSG_LVL(lvl, x) |
#define | MSG_TRACE(x) MSG_LVL(Log::TRACE, x) |
#define | MSG_DEBUG(x) MSG_LVL(Log::DEBUG, x) |
#define | MSG_INFO(x) MSG_LVL(Log::INFO, x) |
#define | MSG_WARNING(x) MSG_LVL(Log::WARNING, x) |
#define | MSG_ERROR(x) MSG_LVL(Log::ERROR, x) |
Typedefs | |
typedef Generator *(* | Creator )() |
Class factory for dynamic generator loading. | |
typedef void | Destroyer (Generator *) |
Class destroyer for dynamic generator loading. |
#define MSG_DEBUG | ( | x | ) | MSG_LVL(Log::DEBUG, x) |
Definition at line 22 of file Generator.hh.
Referenced by FPythia::fillEvent(), FHerwig::fillEvent(), FPythia::finalize(), FHerwig::finalize(), FHerwigJimmy::makeEvent(), AlpGenFHerwigJimmy::makeEvent(), AlpGenFHerwig::makeEvent(), FPythia::setGenSpecificInitialState(), and FHerwig::setGenSpecificInitialState().
#define MSG_ERROR | ( | x | ) | MSG_LVL(Log::ERROR, x) |
Definition at line 25 of file Generator.hh.
Referenced by FHerwig::_processParams(), Generator::getCrossSection(), Generator::getVersion(), Generator::setParam(), FHerwigJimmy::setParam(), CharybdisFPythia::setParam(), CharybdisFHerwigJimmy::setParam(), CharybdisFHerwig::setParam(), Charybdis::setParam(), AlpGenFPythia::setParam(), AlpGenFHerwigJimmy::setParam(), AlpGenFHerwig::setParam(), and Generator::setSeed().
#define MSG_INFO | ( | x | ) | MSG_LVL(Log::INFO, x) |
Definition at line 23 of file Generator.hh.
Referenced by FHerwig::_processParams(), FPythia::setParam(), FHerwigJimmy::setParam(), FHerwig::setParam(), and Charybdis::setParam().
#define MSG_LVL | ( | lvl, | |||
x | ) |
Definition at line 14 of file Generator.hh.
#define MSG_TRACE | ( | x | ) | MSG_LVL(Log::TRACE, x) |
Definition at line 21 of file Generator.hh.
#define MSG_WARNING | ( | x | ) | MSG_LVL(Log::WARNING, x) |
Definition at line 24 of file Generator.hh.