#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 |
|
) |
| |
◆ HEPRNDM_HEPRNDMGENSVC_CPP
#define HEPRNDM_HEPRNDMGENSVC_CPP |