The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ParsersHistograms.cpp
Go to the documentation of this file.
1
// ============================================================================
2
// Include files
3
// ============================================================================
4
#include "
GaudiKernel/Parsers.h
"
5
// ============================================================================
6
#include "
GaudiKernel/ParsersFactory.h
"
7
// ============================================================================
8
StatusCode
Gaudi::Parsers::parse
(
Gaudi::Histo1DDef
& result,
const
std::string
& input )
9
{
10
return
Gaudi::Parsers::parse_
( result, input );
11
}
12
// ============================================================================
13
StatusCode
Gaudi::Parsers::parse
(
std::map<std::string, Gaudi::Histo1DDef>
& result,
const
std::string
& input )
14
{
15
return
Gaudi::Parsers::parse_
( result, input );
16
}
17
// ============================================================================
Gaudi::Parsers::parse_
StatusCode parse_(ResultT &result, const std::string &input)
Definition:
ParsersFactory.h:33
Parsers.h
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
Gaudi::Parsers::parse
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
Definition:
DODBasicMapper.cpp:13
std::map
STL class.
ParsersFactory.h
std::string
STL class.
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:51
Gaudi::Histo1DDef
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition:
HistoDef.h:33
GaudiKernel
src
Lib
ParsersHistograms.cpp
Generated on Wed Aug 1 2018 23:21:10 for The Gaudi Framework by
1.8.11