root [0] .L gcrHistos.cxx
root [1] g=new GcrHistos("gcr_nomSciOps_noSkirtCno_noCno");// opens the file and reads the histograms
<><><><> opening filename=titi/gcr_nomSciOps_noSkirtCno_noCno.root
<><><><> reading histograms
<><><><> BuildRates
<><><><> BuildEvents
<><><><> BuildHits
<><><><> BuildEngine4TopAcd
<><><><> BuildMs
<><><><> BuildPeaks
(class GcrHistos*)0x97efa88
root [2] g->ShowEvents(); // shows event-based distributions:nb of TKR triggering towers, OBF status word, nb of hits/event
root [3] g->ShowHits(); // shows hit-based distributions:path-length, raw and corrected energy spectra
root [4] g->ShowEngine4TopAcd(); // shows the results of the stufy on CNO events vs. ACD tiles
root [5] g->ShowMs(); // shows the distributions characterizing the multiple scattering of protons
root [6] g->SumPeaks(); // sums up log histograms to build layer, super-layer, tower, and whole CAL histograms
root [7] g->FitAllPeaks(1); // fits all carbon ("1") peaks with Landau distribution
root [8] g->ShowPeakPanel(1, "CAL"); // displays carbon ("1") fit histogram for the whole CAL