All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ParsersHistograms.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 #include "GaudiKernel/Parsers.h"
5 // ============================================================================
7 // ============================================================================
9  const std::string& input) {
10  return Gaudi::Parsers::parse_(result, input);
11 }
12 // ============================================================================
14  Gaudi::Histo1DDef>& result,
15  const std::string& input) {
16  return Gaudi::Parsers::parse_(result, input);
17 }
18 // ============================================================================
StatusCode parse_(ResultT &result, const std::string &input)
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
STL class.
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition: HistoDef.h:30