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 | |
| Code to link reconstructed objects back to the MC truth information. | |
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.
1.8.11