Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RHistogramCnv.cpp
Go to the documentation of this file.
1 // $Id: RHistogramCnv.cpp,v 1.3 2007/07/16 13:37:52 hmd Exp $
2 #include "RHistogramCnv.h"
4 
5 #include "TProfile.h"
6 #include "AIDA/IProfile1D.h"
7 namespace RootHistCnv {
9  template<> const CLID& RootHistCnvP1DCnv::classID() { return CLID_ProfileH; }
11 }
12 
13 #include "TProfile2D.h"
14 #include "AIDA/IProfile2D.h"
15 namespace RootHistCnv {
17  template<> const CLID& RootHistCnvP2DCnv::classID() { return CLID_ProfileH2; }
19 }
20 
21 #include "TH1D.h"
22 #include "AIDA/IHistogram1D.h"
23 namespace RootHistCnv {
25  template<> const CLID& RootHistCnvH1DCnv::classID() { return CLID_H1D; }
27 }
28 
29 #include "TH2D.h"
30 #include "AIDA/IHistogram2D.h"
31 namespace RootHistCnv {
33  template<> const CLID& RootHistCnvH2DCnv::classID() { return CLID_H2D; }
35 }
36 
37 #include "TH3D.h"
38 #include "AIDA/IHistogram3D.h"
39 namespace RootHistCnv {
41  template<> const CLID& RootHistCnvH3DCnv::classID() { return CLID_H3D; }
43 }

Generated at Wed Nov 28 2012 12:17:19 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004