CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <iostream>
#include <stdexcept>
#include <cmath>
#include <stdlib.h>
#include "CLHEP/Random/RanecuEngine.h"
#include "CLHEP/Random/Random.h"
#include "pretend.h"
Go to the source code of this file.
Functions | |
bool | equals01 (const std::vector< double > &ab) |
bool | equals (double a, double b) |
bool | printCheck (int &i, double &r, std::ofstream &os) |
int | main () |
Definition at line 21 of file testBug58950.cc.
References a, b, and equals01().
Referenced by main().
bool equals01 | ( | const std::vector< double > & | ab | ) |
Definition at line 18 of file testBug58950.cc.
Referenced by equals().
int main | ( | ) |
Definition at line 37 of file testBug58950.cc.
References double, equals(), g(), CLHEP::HepRandom::getTheGenerator(), output(), pretend_to_use(), printCheck(), and CLHEP::HepRandom::setTheEngine().
bool printCheck | ( | int & | i, |
double & | r, | ||
std::ofstream & | os | ||
) |
Definition at line 27 of file testBug58950.cc.
Referenced by main().