#if !defined HCONFIGURE_H
#define HCONFIGURE_H
#include "TObject.h"
class HConfigure : public TObject {
public:
Int_t fConfig[27];
Text_t input[200];
Text_t output[200];
public:
HConfigure() : TObject() {}
virtual ~HConfigure() {}
Bool_t configure();
public:
ClassDef(HConfigure,0)
};
#endif
Last change: Sat May 22 12:54:00 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.