#if !defined HCONSISTENCY_H
#define HCONSISTENCY_H
#include "TArrayI.h"
#include "TObject.h"
class HOnlineControl;
class HConsistency : public TObject {
friend class HOnlineControl;
protected:
Bool_t kConsistent;
public:
TArrayI fLCIdx;
TArrayI fGCIdx;
TArrayI fHiIdx;
protected:
HConsistency();
public:
virtual ~HConsistency() {}
void checkConsistency();
Bool_t isConsistent() { return kConsistent; }
void clear();
void warnPanel();
void delInc();
void action();
public:
ClassDef(HConsistency,0)
};
#endif
Last change: Sat May 22 12:54:01 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.