CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

testBug58950.cc File Reference
#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 ()
 

Function Documentation

◆ equals()

bool equals ( double a,
double b )

Definition at line 21 of file testBug58950.cc.

References a, b, and equals01().

Referenced by main().

◆ equals01()

bool equals01 ( const std::vector< double > & ab)

Definition at line 18 of file testBug58950.cc.

Referenced by equals().

◆ main()

◆ printCheck()

bool printCheck ( int & i,
double & r,
std::ofstream & os )

Definition at line 27 of file testBug58950.cc.

Referenced by main().