#include <GaudiKernel/ObjectFactory.h>
#include <cfloat>
#include <cmath>
#include <iostream>
#include <memory>
#include "HepRndmGenerator.h"
#include "RndmGen.h"
#include "RndmGenSvc.h"
#include <GaudiKernel/IIncidentSvc.h>
#include <GaudiKernel/RndmGenerators.h>
#include <CLHEP/Random/RandBinomial.h>
#include <CLHEP/Random/RandBreitWigner.h>
#include <CLHEP/Random/RandChiSquare.h>
#include <CLHEP/Random/RandExponential.h>
#include <CLHEP/Random/RandFlat.h>
#include <CLHEP/Random/RandGamma.h>
#include <CLHEP/Random/RandGaussQ.h>
#include <CLHEP/Random/RandGeneral.h>
#include <CLHEP/Random/RandPoisson.h>
#include <CLHEP/Random/RandStudentT.h>
#include <CLHEP/Random/RandomEngine.h>
Go to the source code of this file.
◆ DECLARE_GENERATOR_FACTORY
| #define DECLARE_GENERATOR_FACTORY |
( |
| x, |
|
|
| i ) |
Value:
DECLARE_FACTORY_WITH_ID( b##i, x::typeID(),
ObjFactory )
Gaudi::PluginService::Factory< IInterface *(IInterface *)> ObjFactory
Definition at line 371 of file HepRndmGenerators.cpp.
371#define DECLARE_GENERATOR_FACTORY( x, i ) \
372 typedef HepRndm::Generator<x> b##i; \
373 DECLARE_FACTORY_WITH_ID( b##i, x::typeID(), ObjFactory )
◆ HEPRNDM_HEPRNDMGENSVC_CPP
| #define HEPRNDM_HEPRNDMGENSVC_CPP |