#include <iostream>
#include "time.h"
#include "GeneratorInterface/PyquenInterface/interface/PyquenHadronizer.h"
#include "GeneratorInterface/PyquenInterface/interface/PyquenWrapper.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Declarations.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "GeneratorInterface/HiGenCommon/interface/HiGenEvtSelectorFactory.h"
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/PythiaWrapper.h"
Go to the source code of this file.
Variables | |
HepMC::IO_HEPEVT | hepevtio |
HepMC::IO_HEPEVT hepevtio |
Definition at line 33 of file PyquenHadronizer.cc.