Skip to content
Snippets Groups Projects
  1. Mar 15, 2018
  2. Dec 15, 2016
  3. Mar 10, 2015
  4. Feb 10, 2015
    • Stephen A. Wood's avatar
      Add "Global variables" to reports. · 8669a94e
      Stephen A. Wood authored
        Variable found in a report template is first tested to see if it is a
        Hall C style parameter (in gHcParms).  If not, then tested to see if it
        is a global variable (in gHaVars).
      8669a94e
  5. Oct 18, 2013
    • Stephen A. Wood's avatar
      Add template driven end of run reports to analyzer class · f0efa3a6
      Stephen A. Wood authored
      Inspired by ENGINE/CTP report generator
        Reports generated by
          THcAnalyzer::PrintReport(templatefilename,outputfilename)
          template is copied to output, {stuff} is replaced by the
             value of stuff.  Value can be formated with c formater, eg.
                 {stuff:%.2f}
        ThcFormula added to allow more flexibility of variables.
          Can get number of times cuts pass or are called with:
             cutname.npassed (or cutname.scaler) and cutname.ncalled
      f0efa3a6
Loading