HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Configuration Options

The configuration file takes lines of option and value pairs which are seperated by "=" signes, where the "= value" can be optional depending on the option. Values can also be comma separated lists. A line may be continued on the following line with a "\" (backslash) and comments after the "#" sign are ignored.

The following configuration options exist:

  1. - Base section:
    • Files: This option defines the input files. You can give a comma seperated list of files, here. The format is Files = file-list . The option is parsed in HarpoConfig::Init method .
    • Path: If this option is given, all file names given in the Files option are relative to this path. The format is Path
    • RunNumber: This option sets the run number. H4Analysis needs this number or the RunInfo object on the input file to work properly with any kind of database functionality. The format is RunNumber = number. The option is parsed in H4Analysis::Init .
Todo:
TODO: Parser