Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CdbRooRoClusterR.cc

Go to the documentation of this file.
00001 // File and Version Information:
00002 //      $Id: CdbRooRoClusterR.cc,v 1.1 2004/11/09 20:33:04 gapon Exp $
00003 
00004 /// The implementation file for the CdbRooRoClusterR class
00005 /**
00006   * @see CdbRooRoClusterR
00007   */
00008 
00009 #include "BaBar/BaBar.hh"
00010 
00011 #include "CdbRooReadonly/CdbRooRoClusterR.hh"
00012 
00013 #include "CdbBase/CdbTimeUtils.hh"
00014 
00015 using std::endl;
00016 
00017 void
00018 CdbRooRoClusterR::dump( std::ostream& o ) const
00019 {
00020     BdbTime created = _created.getBdbTime( );
00021 
00022     o << "         ID: " << _id << endl
00023       << "       NAME: " << _name << endl
00024       << "    CREATED: " << CdbTimeUtils::time2string( created ) << " : " << created << endl
00025       << "DESCRIPTION: " << _description << endl;
00026 }
00027 
00028 /////////////////
00029 // End Of File //
00030 /////////////////

Generated on Mon Dec 5 18:22:09 2005 for CDB by doxygen1.3-rc3