25#ifndef RandChiSquare_h
26#define RandChiSquare_h 1
59 static double shoot(
double a );
61 static void shootArray (
const int size,
double* vect,
73 double* vect,
double a=1.0 );
80 double fire(
double a );
82 void fireArray (
const int size,
double* vect);
83 void fireArray (
const int size,
double* vect,
90 std::ostream &
put ( std::ostream & os )
const;
91 std::istream &
get ( std::istream & is );
93 std::string
name()
const;
110#include "CLHEP/Random/RandChiSquare.icc"
static double shoot(HepRandomEngine *anEngine)
void fireArray(const int size, double *vect)
std::istream & get(std::istream &is)
double operator()(double a)
static std::string distributionName()
HepRandomEngine & engine()
RandChiSquare(HepRandomEngine &anEngine, double a=1)
static void shootArray(const int size, double *vect, double a=1.0)
std::ostream & put(std::ostream &os) const
RandChiSquare(HepRandomEngine *anEngine, double a=1)