The util package provide a few utilities:
- a tool to create and clone classes (see class/info for instructions),
- a package to mimic minimal ROOT functionalities for TH1F and TFile objects (see fakeROOT/info for instructions),
- a random number generator based on stdlib or ROOT (see src/random/info for instructions),
- a set of templates to be used as Singleton and Dispatcher/Observers interfaces.
To access the utilities download the file and unpack it with the command
tar -xzf util.tgz
then follow the instructions for the specific parts.