The Gaudi Framework  v30r4 (9b837755)
ParsersHistograms.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
5 // ============================================================================
7 // ============================================================================
9 {
10  return Gaudi::Parsers::parse_( result, input );
11 }
12 // ============================================================================
14 {
15  return Gaudi::Parsers::parse_( result, input );
16 }
17 // ============================================================================
StatusCode parse_(ResultT &result, const std::string &input)
Definition: Factory.h:31
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
STL class.
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition: HistoDef.h:33