20 #ifndef RandPoissonQ_h
21 #define RandPoissonQ_h 1
52 std::ostream &
put ( std::ostream & os )
const;
53 std::istream &
get ( std::istream & is );
75 static long shoot(
double m=1.0 );
77 static void shootArray (
const int size,
long* vect,
double m=1.0 );
85 const int size,
long* vect,
double m=1.0 );
91 long fire(
double m );
93 void fireArray (
const int size,
long* vect );
94 void fireArray (
const int size,
long* vect,
double m);
99 std::string
name()
const;
116 void setupForDefaultMu();
122 double A0,
double A1,
double A2,
double sig );
143 static const double FIRST_MU;
144 static const double LAST_MU;
145 static const double S;
146 static const int BELOW;
147 static const int ENTRIES;
153 #include "CLHEP/Random/RandPoissonQ.icc"
static constexpr double m
void fireArray(const int size, long *vect)
static void shootArray(const int size, long *vect, double m=1.0)
static const double MAXIMUM_POISSON_DEVIATE
RandPoissonQ(HepRandomEngine &anEngine, double b1=1.0)
std::ostream & put(std::ostream &os) const
static std::string distributionName()
static long shoot(double m=1.0)
HepRandomEngine & engine()
static int tableBoundary()