The Gaudi Framework  v30r3 (a5ef0a68)
ParsersHistograms.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 #include "GaudiKernel/Parsers.h"
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)
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:51
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition: HistoDef.h:33