#include <iostream>
#include <ctime>
#include "GeneratorInterface/PyquenInterface/interface/PyquenHadronizer.h"
#include "GeneratorInterface/Core/interface/FortranInstance.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/Concurrency/interface/SharedResourceNames.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/MessageLogger/interface/MessageLogger.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.