#ifndef HSUHLDFILEINFO_H
#define HSUHLDFILEINFO_H
#pragma interface
#include "TROOT.h"
#include "hldfilesource.h"
class HSUHldFileInfo : public HldFileSource
{
public:
HSUHldFileInfo(const Text_t *psName, Bool_t bAutoProceed = kTRUE);
virtual ~HSUHldFileInfo() {}
Int_t getEventsNumber(void) { return fEventNr; }
void proceed(void);
void print(void);
private:
HEvent *m_ppEvent;
ClassDef(HSUHldFileInfo, 0)
};
#endif
Last change: Sat May 22 13:12:58 2010
Last generated: 2010-05-22 13:12
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.