12 #ifndef ROOT_TProofMgrLite
13 #define ROOT_TProofMgrLite
27 class TProofMgrLite :
public TProofMgr {
30 TProofMgrLite(
const char *url, Int_t loglevel = -1,
const char *alias =
"");
31 virtual ~TProofMgrLite() { }
33 TProof *CreateSession(
const char * = 0,
const char * = 0, Int_t = -1);
34 TProofLog *GetSessionLogs(Int_t ridx = 0,
const char *stag = 0,
35 const char *pattern =
"-v | SvcMsg", Bool_t rescan = kFALSE);
36 TObjString *ReadBuffer(
const char *file, Long64_t ofs, Int_t len);
37 TObjString *ReadBuffer(
const char *file,
const char *pattern);
39 ClassDef(TProofMgrLite,0)