![]() |
|
|
Generated: 18 Jul 2008 |
00001 // $Header: /local/reps/Gaudi/HbookCnv/src/DirectoryCnv.h,v 1.5 2006/11/30 14:59:27 mato Exp $ 00002 #ifndef HBOOKCNV_DIRECTORYCNV_H 00003 #define HBOOKCNV_DIRECTORYCNV_H 1 00004 00005 // Include files 00006 #include "HDirectoryCnv.h" 00007 #include "GaudiKernel/DataObject.h" 00008 00009 //------------------------------------------------------------------------------ 00010 // 00011 // ClassName: HbookCnv::DirectoryCnv 00012 // 00013 // Description: Histogram directory converter 00014 // 00015 // Author: Pavel Binko 00016 // 00017 //------------------------------------------------------------------------------ 00018 namespace HbookCnv { 00019 00020 class DirectoryCnv : public HDirectoryCnv { 00021 friend class CnvFactory<DirectoryCnv>; 00022 public: 00024 static const CLID& classID() { 00025 return CLID_DataObject; 00026 } 00028 DirectoryCnv( ISvcLocator* svc ) : HDirectoryCnv(svc, CLID_DataObject) { 00029 m_prefix = "/stat"; 00030 } 00032 virtual ~DirectoryCnv() { 00033 } 00034 }; 00035 } // namespace HbookCnv 00036 00037 #endif // HBOOKCNV_DIRECTORYCNV_H