#ifndef ROOT_TProofMgrLite
#define ROOT_TProofMgrLite
#ifndef ROOT_TProofMgr
#include "TProofMgr.h"
#endif
#ifndef ROOT_TUrl
#include "TUrl.h"
#endif
class TProofMgrLite : public TProofMgr {
public:
TProofMgrLite(const char *url, Int_t loglevel = -1, const char *alias = "");
virtual ~TProofMgrLite() { }
TProof *CreateSession(const char * = 0, const char * = 0, Int_t = -1);
TProofLog *GetSessionLogs(Int_t ridx = 0, const char *stag = 0,
const char *pattern = "-v | SvcMsg");
TObjString *ReadBuffer(const char *file, Long64_t ofs, Int_t len);
TObjString *ReadBuffer(const char *file, const char *pattern);
ClassDef(TProofMgrLite,0)
};
#endif
Last change: Thu Dec 18 09:31:32 2008
Last generated: 2008-12-18 09:31
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.