BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page
//____________________________________________________________________
//
// I WANT DOCUMENTATION
//

// $Id: BrGeometriesDb.cxx,v 1.5 2001/11/05 23:41:42 hagel Exp $
// $Author: hagel $
// $Date: 2001/11/05 23:41:42 $
// $Copyright: 2000 Brahms Collaboration

#ifndef BRAT_BrGeometriesDb
#include "BrGeometriesDb.h"
#endif
#ifndef BRAT_BrRdbmGeometriesDb
#include "BrRdbmGeometriesDb.h"
#endif
#ifndef BRAT_BrException
#include "BrException.h"
#endif
#ifndef WIN32 
#include <cstdlib>
#include <iostream>
#else 
#include <cstdlib>
#include <iostream.h>
#endif

//____________________________________________________________________
ClassImp(BrGeometriesDb);
 

//____________________________________________________________________
BrGeometriesDb* BrGeometriesDb::fgInstance = 0;

//____________________________________________________________________
BrGeometriesDb::BrGeometriesDb()
{
  // CTOR
}

//____________________________________________________________________
 BrGeometriesDb* BrGeometriesDb::Instance(void) 
{
  if (!fgInstance) 
    fgInstance = new BrRdbmGeometriesDb("", "");
  return fgInstance;
}

// $Log: BrGeometriesDb.cxx,v $
// Revision 1.5  2001/11/05 23:41:42  hagel
// Changes to MySQL mode for Geometry DB manager
//
// EOF


This page automatically generated by script docBrat by Christian Holm

Copyright ; 2002 BRAHMS Collaboration <brahmlib@rcf.rhic.bnl.gov>
Last Update on by

Validate HTML
Validate CSS