![]() |
|
|
Bdb packages | Design docs | Source docs | Guidelines | Recent releases |
|
Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members /BdbConverters/BdbAListConverter.cc
Go to the documentation of this file.00001 #if !defined(BDBALISTCONVERTER_CC) 00002 #define BDBALISTCONVERTER_CC 00003 //-------------------------------------------------------------------------- 00004 // File and Version Information: 00005 // $Id: BdbAListConverter.cc,v 1.12 2002/06/21 18:51:47 ryd Exp $ 00006 // 00007 // Description: 00008 // Class BdbAListConverter 00009 // 00010 // Environment: 00011 // Software developed for the BaBar Detector at the SLAC B-Factory. 00012 // 00013 // Author List: 00014 // Bob Jacobsen original author 00015 // Stephen J. Gowdy Contributor 00016 // Simon Patton Contributor 00017 // 00018 // Copyright Information: 00019 // Copyright (C) 1997, 1998 LBNL 00020 // 00021 //------------------------------------------------------------------------ 00022 #include "BaBar/BaBar.hh" 00023 00024 //------------- 00025 // C Headers -- 00026 //------------- 00027 extern "C" 00028 { 00029 } 00030 00031 //--------------- 00032 // C++ Headers -- 00033 //--------------- 00034 #include <string> 00035 using std::string; 00036 00037 //------------------------------- 00038 // Collaborating Class Headers -- 00039 //------------------------------- 00040 00041 #include "BdbConverters/BdbDefPersObjFactory.hh" 00042 00043 //----------------------- 00044 // This Class's Header -- 00045 //----------------------- 00046 00047 #include "BdbConverters/BdbAListConverter.hh" 00048 00049 //----------------------------------------------------------------------- 00050 // Local Macros, Typedefs, Structures, Unions and Forward Declarations -- 00051 //----------------------------------------------------------------------- 00052 00053 // ---------------------------------------- 00054 // -- Public Function Member Definitions -- 00055 // ---------------------------------------- 00056 00057 //---------------- 00058 // Constructors -- 00059 //---------------- 00060 00061 template < class T, class TP > 00062 BdbAListConverter< T, TP >::BdbAListConverter( const IfdKey & key, 00063 const std::string& tree, 00064 const std::string& placement ) 00065 : BdbAListFactoryConverter< T , TP >( key , 00066 tree, 00067 placement , 00068 new BdbDefPersObjFactory< T, TP > ) 00069 { 00070 } 00071 00072 //-------------- 00073 // Destructor -- 00074 //-------------- 00075 00076 template < class T, class TP > 00077 BdbAListConverter< T, TP >::~BdbAListConverter() 00078 { 00079 } 00080 00081 //------------- 00082 // Methods -- 00083 //------------- 00084 00085 //------------- 00086 // Operators -- 00087 //------------- 00088 00089 00090 //------------- 00091 // Selectors -- 00092 //------------- 00093 00094 //------------- 00095 // Modifiers -- 00096 //------------- 00097 00098 // ----------------------------------------------- 00099 // -- Static Data & Function Member Definitions -- 00100 // ----------------------------------------------- 00101 00102 // ------------------------------------------- 00103 // -- Protected Function Member Definitions -- 00104 // ------------------------------------------- 00105 00106 // ----------------------------------------- 00107 // -- Private Function Member Definitions -- 00108 // ----------------------------------------- 00109 00110 // ----------------------------------- 00111 // -- Internal Function Definitions -- 00112 // ----------------------------------- 00113 00114 #endif // BDBALISTCONVERTER_CC
BaBar Public Site | SLAC | News | Links | Who's Who | Contact Us
Page Owner: Jacek Becla
Last Update: October 04, 2002