#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 "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 = false |
CLHEP::HepRandomEngine * | hjRandomEngine |
TString | RunInputHYDJETstr |
HYFPARCommon COMMON_BLOCK | ( | HYFPAR | , |
hyfpar | |||
) |
HYJPARCommon COMMON_BLOCK | ( | HYJPAR | , |
hyjpar | |||
) |
HYPARTCommon COMMON_BLOCK | ( | HYPART | , |
hypart | |||
) |
void hyevnt_ | ( | ) |
Referenced by gen::Hydjet2Hadronizer::generatePartonsAndHadronize().
void myini_ | ( | ) |
Referenced by gen::Hydjet2Hadronizer::initializeForInternalPartons().
HYPARTCommon COMMON_BLOCK(HYPART, hypart) | ( | HYIPAR | , |
hyipar | |||
) |
bool ev = false |
Definition at line 96 of file Hydjet2Hadronizer.cc.
Referenced by DDNameFilter::accept(), DQMEDHarvester::accumulate(), EventWithHistory::add(), RPCMonitorLinkSynchro::analyze(), PixelClusterShapeExtractor::analyzeSimHits(), CmsShowMain::checkLiveMode(), edm::stream::EDFilter< edm::GlobalCache< AlCaGammaJet::Counters > >::doAcquire_(), edm::stream::EDProducer< edm::GlobalCache< ONNXRuntime > >::doAcquire_(), hitfit::Top_Decaykin::dump_ev(), edm::NavigateEventsLooper::duringLoop(), trklet::TrackletEventProcessor::event(), FWGUIManager::eventChangedCallback(), FWGUIManager::exportAllViews(), GeometryInterface::extract(), AlignableDataIORoot::findEntry(), HIPUserVariablesIORoot::findEntry(), hitfit::Top_Fit::fit(), FWGlimpseView::FWGlimpseView(), hitfit::gentop(), hitfit::gentth(), BPHTokenWrapper< std::vector< pat::GenericParticle > >::get(), FWPopupMenu::HandleKey(), HcalDigisClient::HcalDigisEndjob(), SiStripMonitorTrack::hitStudy(), FWColorManager::initColorTable(), DDLRotationAndReflection::isLeftHanded(), main(), DDLRotationAndReflection::makeX(), DDLRotationAndReflection::makeY(), DDLRotationAndReflection::makeZ(), TrackMergeremb< T1 >::merg_and_put(), TrackQuality::newEvent(), DDLPgonGenerator::processElement(), DDLTubs::processElement(), DDLTorus::processElement(), DDLTrapezoid::processElement(), DDLPseudoTrap::processElement(), DDLSphere::processElement(), DDLEllipticalTube::processElement(), DDLBox::processElement(), DDLCone::processElement(), DDLPosPart::processElement(), DDLBooleanSolid::processElement(), DDLElementaryMaterial::processElement(), DDLDivision::processElement(), DDLPolyGenerator::processElement(), DDLRotationAndReflection::processElement(), DDLCompositeMaterial::processElement(), edm::EventProcessor::processEventAsyncImpl(), DDLRotationByAxis::processOne(), MuonIdProducer::produce(), L1FPGATrackProducer::produce(), edm::stream::impl::Accumulator::produce(), edm::one::impl::Accumulator< T >::produce(), edm::limited::impl::Accumulator< T >::produce(), edm::global::impl::Accumulator< T >::produce(), hitfit::Fit_Results::push(), PointSeededTrackingRegionsProducer::regions(), ESDCCHeaderBlock::setEV(), FWGLEventHandler::setViewer(), DDLSAX2ExpressionHandler::startElement(), hitfit::Constraint::sum_mass_terms(), hitfit::Constraint_Intermed_Labels::sum_mass_terms(), SiStripMonitorTrack::trajectoryStudy(), FWTableViewTableManager::updateEvaluators(), and edm::FileBlock::updateTTreePointers().
CLHEP::HepRandomEngine* hjRandomEngine |
Definition at line 78 of file Hydjet2Hadronizer.cc.
Referenced by Decay(), gen::Hydjet2Hadronizer::doSetRandomEngine(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), GetDecayTime(), IsotropicR3(), gen::Hydjet2Hadronizer::readSettings(), and RandArrayFunction::StandardRand().
TString RunInputHYDJETstr |
Definition at line 92 of file Hydjet2Hadronizer.cc.