#include <memory>
#include <string>
#include <set>
#include <boost/shared_ptr.hpp>
#include <sigc++/signal.h>
#include <HepMC/GenEvent.h>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
Go to the source code of this file.
Namespaces | |
namespace | lhef |
Classes | |
class | lhef::Hadronisation |
Defines | |
#define | DEFINE_LHE_HADRONISATION_PLUGIN(T) DEFINE_EDM_PLUGIN(lhef::Hadronisation::Factory, T, #T) |
#define DEFINE_LHE_HADRONISATION_PLUGIN | ( | T | ) | DEFINE_EDM_PLUGIN(lhef::Hadronisation::Factory, T, #T) |
Definition at line 77 of file Hadronisation.h.