//*-- AUTHOR : Ilse Koenig
//*-- Created : 11/11/03 by Ilse Koenig

//_HADES_CLASS_DESCRIPTION 
///////////////////////////////////////////////////////////////////////////////
// HGeomBuilder
//
// Base class for GEANT and ROOT builder classes to create the geometry
//
///////////////////////////////////////////////////////////////////////////////

#include "hgeombuilder.h"

ClassImp(HGeomBuilder)

HGeomBuilder::HGeomBuilder() {
  // Default constructor
  nRot=0;
  nMed=0;
}

HGeomBuilder::HGeomBuilder(const char* name,const char* title)
            : TNamed(name,title) {
  // Constructor
  nRot=0;
  nMed=0;
}


Last change: Sat May 22 12:56:11 2010
Last generated: 2010-05-22 12:56

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.