Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 {
7  template<> const CLID& RootHistCnvP1DCnv::classID() { return CLID_ProfileH; }
9 }
10 
11 #include "TProfile2D.h"
12 #include "AIDA/IProfile2D.h"
13 namespace RootHistCnv {
15  template<> const CLID& RootHistCnvP2DCnv::classID() { return CLID_ProfileH2; }
17 }
18 
19 #include "TH1D.h"
20 #include "AIDA/IHistogram1D.h"
21 namespace RootHistCnv {
23  template<> const CLID& RootHistCnvH1DCnv::classID() { return CLID_H1D; }
25 }
26 
27 #include "TH2D.h"
28 #include "AIDA/IHistogram2D.h"
29 namespace RootHistCnv {
31  template<> const CLID& RootHistCnvH2DCnv::classID() { return CLID_H2D; }
33 }
34 
35 #include "TH3D.h"
36 #include "AIDA/IHistogram3D.h"
37 namespace RootHistCnv {
39  template<> const CLID& RootHistCnvH3DCnv::classID() { return CLID_H3D; }
41 }

Generated at Wed Jun 4 2014 14:48:58 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004