24#ifndef RandChiSquare_h
25#define RandChiSquare_h 1
58 static double shoot(
double a );
60 static void shootArray (
const int size,
double* vect,
72 double* vect,
double a=1.0 );
79 double fire(
double a );
81 void fireArray (
const int size,
double* vect);
82 void fireArray (
const int size,
double* vect,
89 std::ostream &
put ( std::ostream & os )
const;
90 std::istream &
get ( std::istream & is );
92 std::string
name()
const;
102 std::shared_ptr<HepRandomEngine> localEngine;
109#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)