#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 "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "GeneratorInterface/Core/interface/RNDMEngineAccess.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 | |
CLHEP::HepRandomEngine * | _amptRandomEngine |
static const double | pi = 3.14159265358979 |
CLHEP::HepRandomEngine* _amptRandomEngine |
Definition at line 33 of file AMPTHadronizer.cc.
Referenced by gen::AMPTHadronizer::AMPTHadronizer(), gen::ran1_(), and gen::ranart_().
const double pi = 3.14159265358979 [static] |
Definition at line 27 of file AMPTHadronizer.cc.