CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <iostream>
#include <string>
#include <vector>
#include "CLHEP/Units/GlobalPhysicalConstants.h"
#include "CLHEP/Random/RanecuEngine.h"
#include "CLHEP/Random/Random.h"
Go to the source code of this file.
Classes | |
struct | Sample |
Functions | |
void | useSeed (int, std::vector< Sample > &) |
bool | compareSamples (Sample &, Sample &, std::ofstream &) |
int | main () |
Definition at line 111 of file testRanecuSequence.cc.
Referenced by main().
int main | ( | ) |
Definition at line 27 of file testRanecuSequence.cc.
void useSeed | ( | int | seed, |
std::vector< Sample > & | ranList | ||
) |
Definition at line 72 of file testRanecuSequence.cc.
Referenced by main().