#ifndef HGEOMSTART_H
#define HGEOMSTART_H
#include "hgeomset.h"
#include "TString.h"
class HGeomStart : public HGeomSet {
protected:
Char_t modName[5];
Char_t eleName[3];
public:
HGeomStart();
~HGeomStart() {}
const Char_t* getModuleName(Int_t);
const Char_t* getEleName(Int_t);
inline Int_t getModNumInMod(const TString&);
ClassDef(HGeomStart,0)
};
#endif /* !HGEOMSTART_H */
inline Int_t HGeomStart::getModNumInMod(const TString& name) {
return (Int_t)(name[3]-'0');
}
Last change: Sat May 22 12:56:41 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.