Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v31r0 (aeb156f0)
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 <
Gaudi/Parsers/CommonParsers.h
>
5
// ============================================================================
6
#include <
Gaudi/Parsers/Factory.h
>
7
// ============================================================================
8
StatusCode
Gaudi::Parsers::parse
(
Gaudi::Histo1DDef
& result,
const
std::string
& input ) {
9
return
Gaudi::Parsers::parse_
( result, input );
10
}
11
// ============================================================================
12
StatusCode
Gaudi::Parsers::parse
(
std::map<std::string, Gaudi::Histo1DDef>
& result,
const
std::string
& input ) {
13
return
Gaudi::Parsers::parse_
( result, input );
14
}
15
// ============================================================================
Gaudi::Parsers::parse_
StatusCode parse_(ResultT &result, const std::string &input)
Definition:
Factory.h:29
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
CommonParsers.h
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
std::map
STL class.
std::string
STL class.
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:50
Gaudi::Histo1DDef
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition:
HistoDef.h:31
Factory.h
GaudiKernel
src
Lib
ParsersHistograms.cpp
Generated on Mon Feb 11 2019 17:48:17 for The Gaudi Framework by
1.8.11