#include <string>
#include <memory>
#include <boost/shared_ptr.hpp>
#include <sigc++/signal.h>
#include "HepMC/GenEvent.h"
#include "HepMC/SimpleVector.h"
#include "FWCore/Framework/interface/one/EDFilter.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/RandomEngineSentry.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LHERunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LHEEventProduct.h"
#include "GeneratorInterface/LHEInterface/interface/LHERunInfo.h"
#include "GeneratorInterface/LHEInterface/interface/LHEEvent.h"
#include "GeneratorInterface/LHEInterface/interface/Hadronisation.h"
#include "GeneratorInterface/LHEInterface/interface/JetMatching.h"
#include "GeneratorInterface/LHEInterface/interface/JetMatchingMLM.h"
#include "GeneratorInterface/LHEInterface/interface/BranchingRatios.h"
Go to the source code of this file.
Classes | |
class | LHEProducer |
Functions | |
DEFINE_FWK_MODULE (LHEProducer) | |
DEFINE_LHE_JETMATCHING_PLUGIN (JetMatchingMLM) | |
DEFINE_FWK_MODULE | ( | LHEProducer | ) |
DEFINE_LHE_JETMATCHING_PLUGIN | ( | JetMatchingMLM | ) |