Skip to content
Snippets Groups Projects
  • Stephen A. Wood's avatar
    f0efa3a6
    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
    History
    Add template driven end of run reports to analyzer class
    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