#include <string>
#include <vector>
#include "GaudiKernel/IInterface.h"
Go to the source code of this file.
Classes |
| class | IRndmGen |
| | Definition of a interface for a generic random number generators. More...
|
| class | IRndmGen::Param |
Functions |
| static const InterfaceID | IID_IRndmBit (150, 1, 0) |
| static const InterfaceID | IID_IRndmFlat (151, 1, 0) |
| static const InterfaceID | IID_IRndmChi2 (152, 1, 0) |
| static const InterfaceID | IID_IRndmGamma (153, 1, 0) |
| static const InterfaceID | IID_IRndmGauss (154, 1, 0) |
| static const InterfaceID | IID_IRndmLandau (155, 1, 0) |
| static const InterfaceID | IID_IRndmPoisson (156, 1, 0) |
| static const InterfaceID | IID_IRndmStudentT (157, 1, 0) |
| static const InterfaceID | IID_IRndmBinomial (158, 1, 0) |
| static const InterfaceID | IID_IRndmExponential (159, 1, 0) |
| static const InterfaceID | IID_IRndmBreitWigner (160, 1, 0) |
| static const InterfaceID | IID_IRndmBreitWignerCutOff (161, 1, 0) |
| static const InterfaceID | IID_IRndmDefinedPdf (162, 1, 0) |
| static const InterfaceID | IID_IRndmGaussianTail (163, 1, 0) |
Function Documentation
| static const InterfaceID IID_IRndmBinomial |
( |
158 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmBit |
( |
150 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmBreitWigner |
( |
160 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmBreitWignerCutOff |
( |
161 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmChi2 |
( |
152 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmDefinedPdf |
( |
162 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmExponential |
( |
159 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmFlat |
( |
151 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmGamma |
( |
153 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmGauss |
( |
154 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmGaussianTail |
( |
163 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmLandau |
( |
155 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmPoisson |
( |
156 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |
| static const InterfaceID IID_IRndmStudentT |
( |
157 |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| [static] |