#include "EventGenerator/Cosmics/CRYGen.h"
#include <cmath>
#include <iostream>
#include "CRYSetup.h"
#include "CRYParticle.h"
#include "CRYGenerator.h"
#include "TRandom.h"
#include "EventGenerator/evgen.h"
#include "Geometry/geo.h"
#include "RawData/DAQHeader.h"
#include "Simulation/MCTruth.h"
Go to the source code of this file.
Functions | |
| double | gsUniformRandom () |
Definition in file CRYGen.cxx.
|
|
Force CRY to use the ROOT random number generator Definition at line 29 of file CRYGen.cxx. Referenced by evgen::CRYGen::CRYGen(). 00030 {
00031 return gRandom->Uniform();
00032 }
|
1.3.9.1