#include "RHistogramCnv.h"
#include "GaudiKernel/CnvFactory.h"
#include "TProfile.h"
#include "AIDA/IProfile1D.h"
#include "TProfile2D.h"
#include "AIDA/IProfile2D.h"
#include "TH1D.h"
#include "AIDA/IHistogram1D.h"
#include "TH2D.h"
#include "AIDA/IHistogram2D.h"
#include "TH3D.h"
#include "AIDA/IHistogram3D.h"
Include dependency graph for RHistogramCnv.cpp:
Go to the source code of this file.
Namespaces | |
namespace | RootHistCnv |
Typedefs | |
typedef RHistogramCnv< TProfile, TProfile, Gaudi::HistogramBase > | RootHistCnv::RootHistCnvP1DCnv |
typedef RHistogramCnv< TProfile2D, TProfile2D, Gaudi::HistogramBase > | RootHistCnv::RootHistCnvP2DCnv |
typedef RHistogramCnv< TH1D, TH1, Gaudi::HistogramBase > | RootHistCnv::RootHistCnvH1DCnv |
typedef RHistogramCnv< TH2D, TH2, Gaudi::HistogramBase > | RootHistCnv::RootHistCnvH2DCnv |
typedef RootHistCnv::RHistogramCnv< TH3D, TH3, Gaudi::HistogramBase > | RootHistCnv::RootHistCnvH3DCnv |
Functions | |
RootHistCnv::DECLARE_CONVERTER_FACTORY (RootHistCnvP1DCnv) |