//*-- AUTHOR : Ilse Koenig
//*-- modified : 27/05/99 by Ilse Koenig


//_HADES_CLASS_DESCRIPTION 
/////////////////////////////////////////////////////////////
// HDetParHadAsciiFileIo
//
// Class for parameter input/output from/into Ascii file
// Base class for all detectors 
//
/////////////////////////////////////////////////////////////

#include "hparhadasciifileio.h"
#include "hdetparhadasciifileio.h"
#include "hdetgeompar.h"
#include "hgeomcompositevolume.h"
#include "hgeomshapes.h"

ClassImp(HDetParHadAsciiFileIo)

HDetParHadAsciiFileIo::HDetParHadAsciiFileIo(HParHadAsciiFileIo* f) {
  // constructor
  pFile=f;
}

Last change: Sat May 22 12:54:36 2010
Last generated: 2010-05-22 12:54

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.