#ifndef CamacIO_HH
#define CamacIO_HH
#include "PelIO.h"
#include "TROOT.h"
class CamacIO : public PelIO
{
private:
bool mIsCamac;
int readBlock();
public:
CamacIO(char* name="CamacIO",char *title="Pellectron IO");
virtual ~CamacIO();
int openInput(char* file="/dev/c111a0");
int closeInput();
int loadEVO(char*);
int startCamac();
int stopCamac();
int getNEventsLost();
int getNUsedBuffers();
int getNBuffers();
int readScalers(int,int*,int=0);
int clearScalers(int,int=0);
int setCamacBufferSize(int);
ClassDef(CamacIO,1)
};
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
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.