#ifndef HRICHLABEL_H
#define HRICHLABEL_H
#include "TObject.h"
class HRichLabel: public TObject {
public:
Char_t iLeftX;
Char_t iRightX;
Char_t iLowerY;
Char_t iUpperY;
Int_t iSignature;
Int_t iFiredPadsNr;
Int_t iLabeledPadsNr;
static Int_t iLabelNr;
HRichLabel();
virtual ~HRichLabel();
HRichLabel(const HRichLabel& source);
HRichLabel& operator=(const HRichLabel& source);
void Reset();
ClassDef(HRichLabel,1)
};
#endif // HRICHLABEL_H
Last change: Sat May 22 13:09:18 2010
Last generated: 2010-05-22 13:09
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.