#include <IParser.h>
Inheritance diagram for marlin::IParser:
Public Member Functions | |
virtual void | parse ()=0 |
Parse the input file. | |
virtual StringParameters * | getParameters (const std::string §ionName) const=0 |
Return the StringParameters defined for this section of the steering file. |