CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <RandMultiGauss.h>
Additional Inherited Members | |
Protected Attributes inherited from CLHEP::HepRandomVector | |
HepRandomEngine * | theEngine |
Definition at line 45 of file RandMultiGauss.h.
CLHEP::RandMultiGauss::RandMultiGauss | ( | HepRandomEngine & | anEngine, |
const HepVector & | mu, | ||
const HepSymMatrix & | S | ||
) |
Definition at line 59 of file RandMultiGauss.cc.
CLHEP::RandMultiGauss::RandMultiGauss | ( | HepRandomEngine * | anEngine, |
const HepVector & | mu, | ||
const HepSymMatrix & | S | ||
) |
Definition at line 79 of file RandMultiGauss.cc.
CLHEP::RandMultiGauss::RandMultiGauss | ( | HepRandomEngine & | anEngine | ) |
Definition at line 99 of file RandMultiGauss.cc.
CLHEP::RandMultiGauss::RandMultiGauss | ( | HepRandomEngine * | anEngine | ) |
Definition at line 112 of file RandMultiGauss.cc.
|
virtual |
Definition at line 125 of file RandMultiGauss.cc.
HepVector CLHEP::RandMultiGauss::fire | ( | ) |
Definition at line 211 of file RandMultiGauss.cc.
Referenced by operator()(), and testRandMultiGauss().
HepVector CLHEP::RandMultiGauss::fire | ( | const HepVector & | mu, |
const HepSymMatrix & | S | ||
) |
Definition at line 221 of file RandMultiGauss.cc.
void CLHEP::RandMultiGauss::fireArray | ( | const int | size, |
HepVector * | array | ||
) |
Definition at line 246 of file RandMultiGauss.cc.
void CLHEP::RandMultiGauss::fireArray | ( | const int | size, |
HepVector * | array, | ||
const HepVector & | mu, | ||
const HepSymMatrix & | S | ||
) |
Definition at line 257 of file RandMultiGauss.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomVector.
Definition at line 289 of file RandMultiGauss.cc.
HepVector CLHEP::RandMultiGauss::operator() | ( | const HepVector & | mu, |
const HepSymMatrix & | S | ||
) |
Definition at line 293 of file RandMultiGauss.cc.