Gaudi Framework, version v25r1p1
Home
Generated: Mon Mar 24 2014
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
RootHistCnv
src
RHistogramCnv.cpp
Go to the documentation of this file.
1
#include "
RHistogramCnv.h
"
2
3
#include "TProfile.h"
4
#include "AIDA/IProfile1D.h"
5
namespace
RootHistCnv {
6
typedef
RHistogramCnv<TProfile,TProfile,Gaudi::HistogramBase>
RootHistCnvP1DCnv
;
7
template
<>
const
CLID
&
RootHistCnvP1DCnv::classID
() {
return
CLID_ProfileH
; }
8
DECLARE_CONVERTER_FACTORY
(
RootHistCnvP1DCnv
)
9
}
10
11
#include "TProfile2D.h"
12
#include "AIDA/IProfile2D.h"
13
namespace
RootHistCnv {
14
typedef
RHistogramCnv<TProfile2D,TProfile2D,Gaudi::HistogramBase>
RootHistCnvP2DCnv
;
15
template
<>
const
CLID
&
RootHistCnvP2DCnv::classID
() {
return
CLID_ProfileH2
; }
16
DECLARE_CONVERTER_FACTORY
(
RootHistCnvP2DCnv
)
17
}
18
19
#include "TH1D.h"
20
#include "AIDA/IHistogram1D.h"
21
namespace
RootHistCnv {
22
typedef
RHistogramCnv<TH1D,TH1,Gaudi::HistogramBase>
RootHistCnvH1DCnv
;
23
template
<>
const
CLID
&
RootHistCnvH1DCnv::classID
() {
return
CLID_H1D
; }
24
DECLARE_CONVERTER_FACTORY
(
RootHistCnvH1DCnv
)
25
}
26
27
#include "TH2D.h"
28
#include "AIDA/IHistogram2D.h"
29
namespace
RootHistCnv {
30
typedef
RHistogramCnv<TH2D,TH2,Gaudi::HistogramBase>
RootHistCnvH2DCnv
;
31
template
<>
const
CLID
&
RootHistCnvH2DCnv::classID
() {
return
CLID_H2D
; }
32
DECLARE_CONVERTER_FACTORY
(
RootHistCnvH2DCnv
)
33
}
34
35
#include "TH3D.h"
36
#include "AIDA/IHistogram3D.h"
37
namespace
RootHistCnv {
38
typedef
RootHistCnv::RHistogramCnv<TH3D,TH3,Gaudi::HistogramBase>
RootHistCnvH3DCnv
;
39
template
<>
const
CLID
&
RootHistCnvH3DCnv::classID
() {
return
CLID_H3D
; }
40
DECLARE_CONVERTER_FACTORY
(
RootHistCnvH3DCnv
)
41
}
Generated at Mon Mar 24 2014 18:33:12 for Gaudi Framework, version v25r1p1 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004