To build the code and run the examples just type:

% make

It should run just fine.  The problem and the work-around is indicated in 
Singleton.h.  The line in which you initialize static member data of the
Singleton template is hidden from rootcint.  If you take away the '#ifndef CINT'
lines then the build fails.

John 
