All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ParsersHistograms.cpp
Go to the documentation of this file.
1 // $Id:$
2 // ============================================================================
3 // Include files
4 // ============================================================================
5 #include "GaudiKernel/Parsers.h"
6 // ============================================================================
8 // ============================================================================
10  const std::string& input) {
11  return Gaudi::Parsers::parse_(result, input);
12 }
13 // ============================================================================
15  Gaudi::Histo1DDef>& result,
16  const std::string& input) {
17  return Gaudi::Parsers::parse_(result, input);
18 }
19 // ============================================================================
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.
struct GAUDI_API map
Parametrisation class for map-like implementation.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition: HistoDef.h:32