![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Tools and modules for checking out the basics of the Monte Carlo. More...
#include <limits>#include "TRandom3.h"Go to the source code of this file.
Namespaces | |
| sim | |
| Monte Carlo Simulation. | |
Functions | |
| unsigned int | sim::GetRandomNumberSeed () |
Variables | |
| static const int | sim::NoParticleId = std::numeric_limits<int>::min() |
Tools and modules for checking out the basics of the Monte Carlo.
Coding note: Never put '#include "sim.h"' in your code. It would force a dependency in your class on every other class in the Simulation directory; e.g., if I changed the MCTruth code, your code that generates Electrons would re-compile. This class exists solely as a bookkeeping tool.
Definition in file sim.h.