The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
HepRndmGenerators.cpp File Reference
#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>
Include dependency graph for HepRndmGenerators.cpp:

Go to the source code of this file.

Classes

class  HepRndm::Generator< Rndm::DefinedPdf >
 

Namespaces

namespace  CLHEP
 
namespace  HepRndm
 

Macros

#define HEPRNDM_HEPRNDMGENSVC_CPP
 
#define DECLARE_GENERATOR_FACTORY(x, i)
 

Macro Definition Documentation

◆ DECLARE_GENERATOR_FACTORY

#define DECLARE_GENERATOR_FACTORY ( x,
i )
Value:
typedef HepRndm::Generator<x> b##i; \
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

Definition at line 25 of file HepRndmGenerators.cpp.