Changeset 15110 for trunk/FACT++/src/smartfact.cc
- Timestamp:
- 03/18/13 16:42:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r15081 r15110 3041 3041 po::options_description control("Smart FACT"); 3042 3042 control.add_options() 3043 ("pixel-map-file", var<string>( "FACTmapV5a.txt"), "Pixel mapping file. Used here to get the default reference voltage")3043 ("pixel-map-file", var<string>()->required(), "Pixel mapping file. Used here to get the default reference voltage") 3044 3044 ("path", var<string>("www/smartfact/data"), "Output path for the data-files") 3045 3045 ("source-database", var<string>(""), "Database link as in\n\tuser:password@server[:port]/database.")
Note:
See TracChangeset
for help on using the changeset viewer.