The Gaudi Framework
v28r2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
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
// ============================================================================
6
#include "
GaudiKernel/ParsersFactory.h
"
7
// ============================================================================
8
StatusCode
Gaudi::Parsers::parse
(
Gaudi::Histo1DDef
& result,
9
const
std::string
& input) {
10
return
Gaudi::Parsers::parse_
(result, input);
11
}
12
// ============================================================================
13
StatusCode
Gaudi::Parsers::parse
(
std::map
<
std::string
,
14
Gaudi::Histo1DDef
>& result,
15
const
std::string
& input) {
16
return
Gaudi::Parsers::parse_
(result, input);
17
}
18
// ============================================================================
Gaudi::Parsers::parse_
StatusCode parse_(ResultT &result, const std::string &input)
Definition:
ParsersFactory.h:31
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:11
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:26
Gaudi::Histo1DDef
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition:
HistoDef.h:30
GaudiKernel
src
Lib
ParsersHistograms.cpp
Generated on Thu Mar 30 2017 15:42:55 for The Gaudi Framework by
1.8.11