#include <TLorentzVector.h>
#include <TVector3.h>
#include <TMath.h>
#include "GeneratorInterface/Core/interface/FortranInstance.h"
#include "GeneratorInterface/Hydjet2Interface/interface/Hydjet2Hadronizer.h"
#include "GeneratorInterface/Hydjet2Interface/interface/RandArrayFunction.h"
#include "GeneratorInterface/Hydjet2Interface/interface/HadronDecayer.h"
#include "GeneratorInterface/Hydjet2Interface/interface/GrandCanonical.h"
#include "GeneratorInterface/Hydjet2Interface/interface/StrangePotential.h"
#include "GeneratorInterface/Hydjet2Interface/interface/EquationSolver.h"
#include "GeneratorInterface/Hydjet2Interface/interface/Particle.h"
#include "GeneratorInterface/Hydjet2Interface/interface/ParticlePDG.h"
#include "GeneratorInterface/Hydjet2Interface/interface/UKUtility.h"
#include <iostream>
#include <fstream>
#include <cmath>
#include "boost/lexical_cast.hpp"
#include "FWCore/Concurrency/interface/SharedResourceNames.h"
#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/Utilities/interface/EDMException.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Declarations.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "HepMC/PythiaWrapper6_4.h"
#include "HepMC/GenEvent.h"
#include "HepMC/HeavyIon.h"
#include "HepMC/SimpleVector.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
#include "SimDataFormats/HiGenData/interface/GenHIEvent.h"
#include "GeneratorInterface/Hydjet2Interface/interface/HYJET_COMMONS.h"
Go to the source code of this file.
Functions | |
HYFPARCommon | COMMON_BLOCK (HYFPAR, hyfpar) |
HYJPARCommon | COMMON_BLOCK (HYJPAR, hyjpar) |
HYPARTCommon | COMMON_BLOCK (HYPART, hypart) |
void | hyevnt_ () |
void | myini_ () |
Variables | |
HYIPARCommon | COMMON_BLOCK (HYIPAR, hyipar) |
bool | ev =0 |
TString | RunInputHYDJETstr |
HYFPARCommon COMMON_BLOCK | ( | HYFPAR | , |
hyfpar | |||
) |
HYJPARCommon COMMON_BLOCK | ( | HYJPAR | , |
hyjpar | |||
) |
HYPARTCommon COMMON_BLOCK | ( | HYPART | , |
hypart | |||
) |
void hyevnt_ | ( | ) |
void myini_ | ( | ) |
HYPARTCommon COMMON_BLOCK(HYPART, hypart) | ( | HYIPAR | , |
hyipar | |||
) |
bool ev =0 |
Definition at line 95 of file Hydjet2Hadronizer.cc.
Referenced by RPCMonitorLinkSynchro::analyze(), edm::FWLiteFilterWrapper< T >::filter(), AlignableDataIORoot::findEntry(), FWGlimpseView::FWGlimpseView(), FWPopupMenu::HandleKey(), main(), operator<<(), DDLTubs::processElement(), DDLTrapezoid::processElement(), DDLTorus::processElement(), DDLPseudoTrap::processElement(), DDLSphere::processElement(), DDLEllipticalTube::processElement(), DDLOrb::processElement(), DDLCone::processElement(), DDLParallelepiped::processElement(), DDLBox::processElement(), DDLEllipsoid::processElement(), DDLPolyGenerator::processElement(), DDLElementaryMaterial::processElement(), DDLCompositeMaterial::processElement(), DDLRotationByAxis::processOne(), FWGLEventHandler::setViewer(), DDLSAX2ExpressionHandler::startElement(), and hitfit::Constraint::sum_mass_terms().
TString RunInputHYDJETstr |
Definition at line 91 of file Hydjet2Hadronizer.cc.