ImportModels

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

Usage:

+ImportModels {
  +HWWRun2GGF {
    <inputFile = "./workspaces/run2-ggf-$(fitLabel)/model.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 model
    <objectName="HWWRun2GGF"> 
  }
}