PrintResults

Print results of a fit to the console.

Usage:

+PrintResults {
  +HWWFakeFactor {
    # register a result to be printed
    +ElectronFakeFactor_pt1_stat {
      # define the title with which this result should be printed
      <POI="FF (e, pt1), stat">
      # define the place where the number can be found in the result file
      <value="Fit/statOnly/floatParsFinal/ElectronFakeFactor_pt1">
    }
    # do the same for the full-fit result
    +ElectronFakeFactor_pt1_sys {
      <POI="FF (e, pt1), stat+sys">
      <value="Fit/full/floatParsFinal/ElectronFakeFactor_pt1">
    }
  }
}