#include <iostream>
#include <cmath>
#include "boost/lexical_cast.hpp"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "GeneratorInterface/AMPTInterface/interface/AMPTHadronizer.h"
#include "GeneratorInterface/AMPTInterface/interface/AMPTWrapper.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
#include "HepMC/GenEvent.h"
#include "HepMC/HeavyIon.h"
#include "HepMC/SimpleVector.h"
#include "CLHEP/Random/RandomEngine.h"
Go to the source code of this file.
Variables | |
static CLHEP::HepRandomEngine * | amptRandomEngine |
static const double | pi = 3.14159265358979 |
|
static |
Definition at line 29 of file AMPTHadronizer.cc.
Referenced by gen::AMPTHadronizer::doSetRandomEngine(), gen::ran1_(), and gen::ranart_().
|
static |
Definition at line 23 of file AMPTHadronizer.cc.