Root:  Sequence to run programs that use the Root libraries

This is the code to run a root file using CosmicsReconTreeAnalysis.cxx for the RECON files

root[0] .x startRecon.c

root[1] .x runRecon.c

root[2] m->Go(100)     This is to run 100 events

                   Root:  Sequence to view histograms

This is the code to view all the histograms for Recon Analysis once Histograms.root has been created

To create separate files for each histogram:

root[3] .x epsfilecreator.c

To store all histograms in the same eps file:

root[3] delete m;

root[4] .x reconhistograms.c

For more information see this entry in the RootTalk Digest.