CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
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
15namespace CLHEP {
16
17inline RandPoissonQ::RandPoissonQ(HepRandomEngine & anEngine, double b1 )
18: RandPoisson(anEngine, b1)
19{ setupForDefaultMu();
20}
21
22inline RandPoissonQ::RandPoissonQ(HepRandomEngine * anEngine, double b1 )
23: RandPoisson(anEngine, b1)
24{ setupForDefaultMu();
25}
26
28 return int(LAST_MU + S);
29}
30
31} // namespace CLHEP
32
RandPoissonQ(HepRandomEngine &anEngine, double b1=1.0)
static int tableBoundary()