#include "GaudiKernel/ObjectFactory.h"
#include <cfloat>
#include <cmath>
#include <iostream>
#include <memory>
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/RndmGenerators.h"
#include "HepRndmGenerator.h"
#include "RndmGen.h"
#include "RndmGenSvc.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.
#define DECLARE_GENERATOR_FACTORY |
( |
|
x, |
|
|
|
i |
|
) |
| |
Value:#define DECLARE_FACTORY_WITH_ID(type, id, factory)
Gaudi::PluginService::Factory< IInterface *(IInterface *)> ObjFactory
Definition at line 393 of file HepRndmGenerators.cpp.
#define HEPRNDM_HEPRNDMGENSVC_CPP |