#include "GeneratorInterface/AlpgenInterface/interface/AlpgenProducer.h"
#include "GeneratorInterface/AlpgenInterface/interface/PYR.h"
#include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LesHouches.h"
#include "SimDataFormats/GeneratorProducts/interface/LHECommonBlocks.h"
#include "SimDataFormats/GeneratorProducts/interface/LHERunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LHEEventProduct.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "time.h"
#include "HepMC/PythiaWrapper6_2.h"
#include "HepMC/IO_HEPEVT.h"
#include "GeneratorInterface/CommonInterface/interface/PythiaCMS.h"
#include "GeneratorInterface/CommonInterface/interface/Txgive.h"
Go to the source code of this file.
Variables | |
HepMC::IO_HEPEVT | conv2 |
static const unsigned long | kAveEventPerSec = 200 |
static const unsigned long | kNanoSecPerSec = 1000000000 |
HepMC::IO_HEPEVT conv2 |
Definition at line 43 of file AlpgenProducer.cc.
Referenced by edm::AlpgenProducer::produce(), edm::ComphepProducer::produce(), and edm::ToprexProducer::produce().
const unsigned long kAveEventPerSec = 200 [static] |
Definition at line 49 of file AlpgenProducer.cc.
const unsigned long kNanoSecPerSec = 1000000000 [static] |
Definition at line 48 of file AlpgenProducer.cc.