ImportResults

Import a TQFolder-result from a file with a given name. This can either be a .root or a .txt file.

Usage:

+ImportResults {
  +HWWRun2GGF {
    <inputFile = "./workspaces/run2-ggf-$(fitLabel)/result.root">

    # in the case of a .root file, it is possible to specify the name of the input object with the tag objectName
    # if no object-name is given, the object name is assumed to be identical to the expected name of the result
    <objectName="HWWRun2GGF"> 
  }
}

To import multiple (partial) results the inputFile tag can be a comma separated string specifying the location of more than one result file.