Bdb packages | Design docs | Source docs | Guidelines | Recent releases

Search | Site Map .

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

/BdbUtil/tstDebug.cc

Go to the documentation of this file.
00001 #if !defined(TSTDEBUG_CC)
00002 #define TSTDEBUG_CC
00003 //--------------------------------------------------------------------------
00004 // File and Version Information:
00005 //      $Id: tstDebug.cc,v 1.2 2001/06/21 21:46:43 patton Exp $
00006 //
00007 // Description:
00008 //      Class OneToOne
00009 //
00010 // Environment:
00011 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00012 //
00013 // Author List:
00014 //      Simon Patton            Originator
00015 //
00016 // Copyright Information:
00017 //      Copyright (C) 1999      LBNL
00018 //
00019 //------------------------------------------------------------------------
00020 
00021 //-------------
00022 // C Headers --
00023 //-------------
00024 extern "C" {
00025            }
00026 
00027 //---------------
00028 // C++ Headers --
00029 //---------------
00030 #include <iostream.h>
00031 #include <stdlib.h>
00032 #include <stdio.h>
00033 
00034 //----------------
00035 // BaBar Header --
00036 //----------------
00037 #include "BaBar/BaBar.hh"
00038 #include "BdbUtil/Bdb.hh"
00039 
00040 //-------------------------------
00041 // Collaborating Class Headers --
00042 //-------------------------------
00043 #include "BdbUtil/BdbIOStreamManip.hh"
00044 #include "BdbUtil/BdbDebug.hh"
00045 
00046 //------------------------------------
00047 // Collaborating Class Declarations --
00048 //------------------------------------
00049 
00050 //-----------------------------------------------------------------------
00051 // Local Macros, Typedefs, Structures, Unions and Forward Declarations --
00052 //-----------------------------------------------------------------------
00053 
00054 //              ----------------------------------------
00055 //              -- Static Data & Function Definitions --
00056 //              ----------------------------------------
00057 
00058 //              ------------------------------
00059 //              -- Main Function Definition --
00060 //              ------------------------------
00061 
00062 int
00063 main( int argc ,
00064       char** argv )
00065 {
00066    COUT1 << "BDBDEBUG1 working"
00067          << endl ;
00068    COUT2 << "BDBDEBUG2 working"
00069          << endl ;
00070    COUT1n << "COUT1n working"
00071           << endl ;
00072    COUT2n << "COUT2n working"
00073           << endl ;
00074    return( 0 ) ;
00075 }
00076 
00077 
00078 //----------------
00079 // Constructors --
00080 //----------------
00081 
00082 //--------------
00083 // Destructor --
00084 //--------------
00085 
00086 #endif // TSTDEBUG_CC

 


BaBar Public Site | SLAC | News | Links | Who's Who | Contact Us

Page Owner: Jacek Becla
Last Update: October 04, 2002