#include <iostream>
#include <time.h>
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/ServiceRegistry/interface/RandomEngineSentry.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "GeneratorInterface/BeamHaloGenerator/interface/BeamHaloProducer.h"
#include "GeneratorInterface/BeamHaloGenerator/interface/PYR.h"
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/HEPEVT_Wrapper.h"
#include "HepMC/WeightContainer.h"
Go to the source code of this file.
Macros | |
#define | BHSETPARAM bhsetparam_ |
#define | KI_BHG_FILL ki_bhg_fill_ |
#define | KI_BHG_INIT ki_bhg_init_ |
#define | KI_BHG_STAT ki_bhg_stat_ |
Functions | |
void | bhsetparam_ (int *iparam, float *fparam, const char *cparam, int length) |
void | ki_bhg_fill_ (int &iret, float &weight) |
void | ki_bhg_init_ (long &seed) |
void | ki_bhg_stat_ (int &iret) |
Variables | |
static HepMC::IO_HEPEVT | conv |
static HepMC::HEPEVT_Wrapper | wrapper |
#define BHSETPARAM bhsetparam_ |
Definition at line 31 of file BeamHaloProducer.cc.
Referenced by edm::BeamHaloProducer::call_bh_set_parameters().
#define KI_BHG_FILL ki_bhg_fill_ |
Definition at line 36 of file BeamHaloProducer.cc.
Referenced by edm::BeamHaloProducer::call_ki_bhg_fill().
#define KI_BHG_INIT ki_bhg_init_ |
Definition at line 26 of file BeamHaloProducer.cc.
Referenced by edm::BeamHaloProducer::call_ki_bhg_init().
#define KI_BHG_STAT ki_bhg_stat_ |
Definition at line 41 of file BeamHaloProducer.cc.
Referenced by edm::BeamHaloProducer::call_ki_bhg_stat().
void bhsetparam_ | ( | int * | iparam, |
float * | fparam, | ||
const char * | cparam, | ||
int | length | ||
) |
void ki_bhg_fill_ | ( | int & | iret, |
float & | weight | ||
) |
void ki_bhg_init_ | ( | long & | seed | ) |
void ki_bhg_stat_ | ( | int & | iret | ) |
|
static |
Definition at line 50 of file BeamHaloProducer.cc.
Referenced by TwoBodyDecayModel::curvilinearToCartesianJacobian(), MiniFloatConverter::denorm_min(), MiniFloatConverter::float16to32(), MiniFloatConverter::float32to16crop(), MiniFloatConverter::float32to16round(), reco::GhostTrackState::lambdaError(), MiniFloatConverter::max(), MiniFloatConverter::max32RoundedToMax16(), MiniFloatConverter::min(), MiniFloatConverter::min32RoundedToMin16(), KinematicRefittedTrackState::parameters(), pat::PATConversionProducer::produce(), MiniFloatConverter::reduceMantissaToNbits(), reco::VertexGhostTrackState::vertexStateOnGhostTrack(), reco::TrackGhostTrackState::vertexStateOnGhostTrack(), and reco::TrackGhostTrackState::vertexStateOnMeasurement().
|
static |
Definition at line 49 of file BeamHaloProducer.cc.
Referenced by MCatNLOSource::beginRun(), gen::FortranInstance::call(), gen::Herwig6Instance::callWithTimeout(), edm::convert_handle(), edm::ServiceRegistry::createContaining(), edm::refcore::getProduct_(), edm::refcore::getProductWithCoreFromRef_(), edm::refcore::getThinnedProduct_(), funct::RootIntegrator::operator()(), edm::BeamHaloProducer::produce(), MCatNLOSource::produce(), MCatNLOSource::setRunAndEventInfo(), and edm::refcore::tryToGetProductWithCoreFromRef_().