2 #ifndef JOBOPTIONSVC_UNITS_H_
3 #define JOBOPTIONSVC_UNITS_H_
16 namespace Gaudi {
namespace Parsers {
20 typedef std::map<std::string, std::pair<double, Position> >
Container;
23 bool Add(
const std::string& name,
double value);
27 bool Find(
const std::string& name,
double& result)
const;
bool Find(const std::string &name, ValueWithPosition &result) const
std::map< std::string, std::pair< double, Position > > Container
Container::mapped_type ValueWithPosition
bool Add(const std::string &name, double value)
This is a number of static methods for bootstrapping the Gaudi framework.
std::string ToString() const