Interface for a parser of a steering file to be used with marlin. More...
#include <IParser.h>
Public Member Functions | |
| virtual void | parse ()=0 |
| Parse the input file. | |
| virtual void | setCmdLineParameters (const CommandLineParametersMap &cmdlineparams)=0 |
| set command line parameters | |
| virtual StringParameters * | getParameters (const std::string §ionName) const =0 |
| Return the StringParameters defined for this section of the steering file. | |
Interface for a parser of a steering file to be used with marlin.
1.8.6