//*-- 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;
}
ROOT page - Class index - Class Hierarchy - Top of the page
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.