#ifndef HGEOMCAVE_H
#define HGEOMCAVE_H

#include "hgeomset.h"
#include "TString.h"

class HGeomMedia;

class  HGeomCave : public HGeomSet {
protected:
  TString name;
public:
  HGeomCave();
  ~HGeomCave() {}
  const Char_t* getModuleName(Int_t) {return name.Data();}  
  Bool_t read(fstream&,HGeomMedia*);
  void addRefNodes();
  void write(fstream&);
  void print();
  ClassDef(HGeomCave,0) // Class for the geometry of CAVE
};

#endif  /* !HGEOMCAVE_H */

Last change: Sat May 22 12:56:12 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.