#include "GeneratorInterface/Pythia8Interface/interface/Pythia8Source.h"
#include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
#include "SimDataFormats/HepMCProduct/interface/GenInfoProduct.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "CLHEP/Random/JamesRandom.h"
#include "CLHEP/Random/RandFlat.h"
#include <iostream>
#include "time.h"
#include "Basics.h"
Go to the source code of this file.
Variables | |
static const unsigned long | kAveEventPerSec = 200 |
static const unsigned long | kNanoSecPerSec = 1000000000 |
const unsigned long kAveEventPerSec = 200 [static] |
Definition at line 37 of file Pythia8Source.cc.
const unsigned long kNanoSecPerSec = 1000000000 [static] |
Definition at line 36 of file Pythia8Source.cc.