#include "GeneratorInterface/AlpgenInterface/interface/AlpgenSource.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 | conv |
static const unsigned long | kAveEventPerSec = 200 |
static const unsigned long | kNanoSecPerSec = 1000000000 |
HepMC::IO_HEPEVT conv |
Definition at line 43 of file AlpgenSource.cc.
Referenced by TwoBodyDecayModel::curvilinearToCartesianJacobian(), edm::MadGraphProducer::filter(), edm::EdmEventItemGetter< RefType >::get(), KinematicRefittedTrackState::momentumVector(), SoftConversionProducer::NotAlreadyIn(), KinematicRefittedTrackState::parameters(), edm::AlpgenSource::produce(), edm::PomwigProducer::produce(), edm::ToprexSource::produce(), edm::MCatNLOProducer::produce(), edm::Herwig6Source::produce(), edm::MCatNLOSource::produce(), edm::ExhumeSource::produce(), edm::Herwig6Producer::produce(), edm::PythiaMuEnrichSource::produce(), edm::ComphepSource::produce(), edm::PomwigSource::produce(), and edm::MadGraphSource::produce().
const unsigned long kAveEventPerSec = 200 [static] |
Definition at line 49 of file AlpgenSource.cc.
const unsigned long kNanoSecPerSec = 1000000000 [static] |
Definition at line 48 of file AlpgenSource.cc.