Gaudi Framework, version v23r6
Home
Generated: Wed Jan 30 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiUtils
GaudiUtils
HistoParsers.h
Go to the documentation of this file.
1
#ifndef GAUDIUTILS_HISTOPARSERS_H
2
#define GAUDIUTILS_HISTOPARSERS_H 1
3
// =============================================================================
4
// Include files
5
// =============================================================================
6
// GaudiKernel
7
// =============================================================================
8
#include "
GaudiKernel/StatusCode.h
"
9
// =============================================================================
10
// forward declarations
11
// =============================================================================
12
// AIDA
13
// =============================================================================
14
namespace
AIDA
15
{
16
class
IHistogram1D ;
// AIDA
17
class
IHistogram2D ;
// AIDA
18
}
19
// =============================================================================
20
// ROOT
21
// =============================================================================
22
class
TH1D ;
// ROOT
23
class
TH2D ;
// ROOT
24
class
TH1F ;
// ROOT
25
class
TH2F ;
// ROOT
26
// =============================================================================
27
namespace
Gaudi
28
{
29
// ===========================================================================
30
namespace
Parsers
31
{
32
// =========================================================================
38
GAUDI_API
StatusCode
parse
39
( TH1D& result ,
const
std::string
& input ) ;
40
// =========================================================================
46
GAUDI_API
StatusCode
parse
47
( TH2D& result ,
const
std::string
& input ) ;
48
// =========================================================================
54
GAUDI_API
StatusCode
parse
55
( TH1F& result ,
const
std::string
& input ) ;
56
// =========================================================================
62
GAUDI_API
StatusCode
parse
63
( TH2F& result ,
const
std::string
& input ) ;
64
// =========================================================================
70
GAUDI_API
StatusCode
parse
71
( AIDA::IHistogram1D& result ,
const
std::string
& input ) ;
72
// =========================================================================
78
GAUDI_API
StatusCode
parse
79
( AIDA::IHistogram2D& result ,
const
std::string
& input ) ;
80
// =========================================================================
86
GAUDI_API
StatusCode
parse
87
( TH1D*& result ,
const
std::string
& input ) ;
88
// =========================================================================
94
GAUDI_API
StatusCode
parse
95
( TH2D*& result ,
const
std::string
& input ) ;
96
// =========================================================================
97
}
// end of namespace Gaudi::Parsers
98
// ===========================================================================
99
}
// end of namespace Gaudi
100
// =============================================================================
101
// The END
102
// =============================================================================
103
#endif // GAUDIUTILS_HISTOPARSERS_H
104
// =============================================================================
Generated at Wed Jan 30 2013 17:13:41 for Gaudi Framework, version v23r6 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004