CLHEP
2.4.7.1
C++ Class Library for High Energy Physics
CLHEP
Random
RandPoissonQ.icc
Go to the documentation of this file.
1
// $Id: RandPoissonQ.icc,v 1.2 2003/07/17 19:20:02 garren Exp $
2
// -*- C++ -*-
3
//
4
// -----------------------------------------------------------------------
5
// HEP Random
6
// --- RandPoissonQ ---
7
// inlined functions implementation file
8
// -----------------------------------------------------------------------
9
// This file is part of Geant4 (simulation toolkit for HEP).
10
11
// =======================================================================
12
// M. Fischler - Created: 1/26/00
13
// =======================================================================
14
15
namespace
CLHEP
{
16
17
inline
RandPoissonQ::RandPoissonQ
(
HepRandomEngine
& anEngine,
double
b1 )
18
:
RandPoisson
(anEngine, b1)
19
{ setupForDefaultMu();
20
}
21
22
inline
RandPoissonQ::RandPoissonQ
(
HepRandomEngine
* anEngine,
double
b1 )
23
:
RandPoisson
(anEngine, b1)
24
{ setupForDefaultMu();
25
}
26
27
inline
int
RandPoissonQ::tableBoundary
() {
28
return
int(LAST_MU + S);
29
}
30
31
}
// namespace CLHEP
32
CLHEP::HepRandomEngine
Definition
RandomEngine.h:55
CLHEP::RandPoissonQ::RandPoissonQ
RandPoissonQ(HepRandomEngine &anEngine, double b1=1.0)
Definition
RandPoissonQ.icc:17
CLHEP::RandPoissonQ::tableBoundary
static int tableBoundary()
Definition
RandPoissonQ.icc:27
CLHEP::RandPoisson::RandPoisson
RandPoisson(HepRandomEngine &anEngine, double a1=1.0)
Definition
RandPoisson.icc:17
CLHEP
Definition
ClhepVersion.h:13
Generated by
1.14.0