#include "GeneratorInterface/BeamHaloGenerator/interface/BeamHaloSource.h"
#include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include <iostream>
#include "time.h"
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/HEPEVT_Wrapper.h"
#include "HepMC/WeightContainer.h"
Go to the source code of this file.
Defines | |
#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 | |
HepMC::IO_HEPEVT | conv |
HepMC::HEPEVT_Wrapper | wrapper |
#define BHSETPARAM bhsetparam_ |
Definition at line 27 of file BeamHaloSource.cc.
Referenced by edm::BeamHaloSource::call_bh_set_parameters().
#define KI_BHG_FILL ki_bhg_fill_ |
Definition at line 32 of file BeamHaloSource.cc.
Referenced by edm::BeamHaloSource::call_ki_bhg_fill().
#define KI_BHG_INIT ki_bhg_init_ |
Definition at line 22 of file BeamHaloSource.cc.
Referenced by edm::BeamHaloSource::call_ki_bhg_init().
#define KI_BHG_STAT ki_bhg_stat_ |
Definition at line 37 of file BeamHaloSource.cc.
Referenced by edm::BeamHaloSource::call_ki_bhg_stat().
void KI_BHG_INIT | ( | long & | seed | ) |
HepMC::IO_HEPEVT conv |
Definition at line 46 of file BeamHaloSource.cc.
HepMC::HEPEVT_Wrapper wrapper |
Definition at line 45 of file BeamHaloSource.cc.
Referenced by edm::convert_handle(), edm::ServiceRegistry::createContaining(), edm::refcore::getProductPtr_(), funct::RootIntegrator::operator()(), and edm::BeamHaloSource::produce().