Changeset 19070


Ignore:
Timestamp:
07/21/18 15:33:18 (6 years ago)
Author:
tbretz
Message:
Fixed the default value for the calcsource.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/calcsource.cc

    r19069 r19070  
    2525        //("source-key",     var<uint32_t>(5),                "")
    2626        //("source-name",    var<string>(""),               "")
    27         ("file",           var<uint32_t>(0),          "FileId (YYMMDDXXX), defined the events to be processed (if omitted (=0), a list of possible numbers is printed)")
     27        ("file",           var<uint32_t>(uint32_t(0)),"FileId (YYMMDDXXX), defined the events to be processed (if omitted (=0), a list of possible numbers is printed)")
    2828        ("table.events",   var<string>("Events"),     "Name of the table where the events are stored")
    2929        ("table.runinfo",  var<string>("RunInfo"),    "Name of the table where the run-info data is stored")
     
    9999        "The --create option is compatible with that. The --drop option is ignored.\n"
    100100        "\n"
     101        ""
     102        "\n"
    101103        "For debugging purposes several print options and options to avoid irreversible "
    102104        "changes to the database exist."
Note: See TracChangeset for help on using the changeset viewer.