LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Tools and modules for checking out the basics of the Monte Carlo. More...
#include "TRandom3.h"
Go to the source code of this file.
Namespaces | |
SeedCreator | |
Functions | |
unsigned int | SeedCreator::CreateRandomNumberSeed () |
Tools and modules for checking out the basics of the Monte Carlo.
Coding note: Never put
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 SeedCreator.h.