Namespaces | Functions
SeedCreator.h File Reference

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 ()
 

Detailed Description

Tools and modules for checking out the basics of the Monte Carlo.

Author
Ben Carls (bcarl.nosp@m.s@fn.nosp@m.al.go.nosp@m.v)

Coding note: Never put

#include "SeedCreator.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 SeedCreator.h.