Changeset 19070
- Timestamp:
- 07/21/18 15:33:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/calcsource.cc
r19069 r19070 25 25 //("source-key", var<uint32_t>(5), "") 26 26 //("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)") 28 28 ("table.events", var<string>("Events"), "Name of the table where the events are stored") 29 29 ("table.runinfo", var<string>("RunInfo"), "Name of the table where the run-info data is stored") … … 99 99 "The --create option is compatible with that. The --drop option is ignored.\n" 100 100 "\n" 101 "" 102 "\n" 101 103 "For debugging purposes several print options and options to avoid irreversible " 102 104 "changes to the database exist."
Note:
See TracChangeset
for help on using the changeset viewer.