RandPoissonQ.icc

Go to the documentation of this file.
00001 // $Id:$
00002 // -*- C++ -*-
00003 // 
00004 // -----------------------------------------------------------------------
00005 //                             HEP Random
00006 //                        --- RandPoissonQ ---
00007 //                 inlined functions implementation file
00008 // -----------------------------------------------------------------------
00009 // This file is part of Geant4 (simulation toolkit for HEP).
00010  
00011 // =======================================================================
00012 // M. Fischler          - Created: 1/26/00
00013 // =======================================================================
00014 
00015 namespace CLHEP {
00016 
00017 inline RandPoissonQ::RandPoissonQ(HepRandomEngine & anEngine, double a )
00018 : RandPoisson(anEngine, a)
00019 { setupForDefaultMu();
00020 }
00021 
00022 inline RandPoissonQ::RandPoissonQ(HepRandomEngine * anEngine, double a )
00023 : RandPoisson(anEngine, a)
00024 { setupForDefaultMu();
00025 }
00026 
00027 inline int RandPoissonQ::tableBoundary() {
00028   return int(LAST_MU + S);
00029 }
00030 
00031 }  // namespace CLHEP
00032 

Generated on Mon May 27 17:50:33 2013 for Geant4 by  doxygen 1.4.7