9 typedef std::map< std::string , std::map< std::string, std::string > > CommandLineParametersMap ;
11 class StringParameters ;
25 virtual void parse() =0 ;
virtual StringParameters * getParameters(const std::string §ionName) const =0
Return the StringParameters defined for this section of the steering file.
virtual void setCmdLineParameters(const CommandLineParametersMap &cmdlineparams)=0
set command line parameters
Interface for a parser of a steering file to be used with marlin.
Definition: IParser.h:18
virtual void parse()=0
Parse the input file.
Simple parameters class for Marlin.
Definition: StringParameters.h:34