Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Brief overview of the codes

  • gcrMake
  • compiled code on noric (or SLAC farm)
  • input: list of gcr and merit file locations in XROOTD
  • output: root file with filled histograms and text file with event rates
  • easy to implement any other analysis (e.g., CNO events through ACD tiles)
  • gcrHistos
  • interactive code based on a single class (GcrHistos), used by gcrMake
  • "",L
    Code Block
    
    root [0] .L gcrHistos.cxx                                      
    root [1] g=new GcrHistos("titi/gcr_nomSciOps_noSkirtCno_noCno")
    <><><><> opening filename=titi/gcr_nomSciOps_noSkirtCno_noCno.root
    <><><><> reading histograms
    <><><><> BuildRates
    <><><><> BuildEvents
    <><><><> BuildHits
    <><><><> BuildEngine4TopAcd
    <><><><> BuildMs
    <><><><> BuildPeaks
    (class GcrHistos*)0x97efa88
    root [2] g->SumPeaks()                                   
    root [2] g->FitAllPeaks(1)
    root [2] g->ShowPeakPanel(1, "CAL");
    root [2] g->ShowPeakPanel(1, "LAY", 0);
    root [2] g->ShowPeakPanel(1, "LAY", 7);
    root [2] g->ShowPeakPanel(1, "TOW", 5);
    

Image Added

Image Added

Image Added

Image Added