#ifndef HRFIOROOTSOURCE_H
#define HRFIOROOTSOURCE_H
#include "hrootsource.h"
#include "TFile.h"
#include <iostream>
class HRFIORootSource : public HRootSource {
protected:
TString fArchive;
TString fServer;
Bool_t access(const TString &name, Int_t mode);
TFile* getFile(TString name);
TString getFileName(const Text_t file[]);
public:
HRFIORootSource(Bool_t fPersistent=kTRUE,Bool_t fMerge=kFALSE);
virtual ~HRFIORootSource(void);
void setArchive(const Text_t archiveName[]);
const Char_t* getArchive(void){return fArchive.Data();}
Bool_t setInput(const Text_t *fileName,const Text_t *archiveName,const Text_t *treeName);
ClassDef(HRFIORootSource,1)
};
#endif /* !HRFIOROOTSOURCE_H */
Last change: Sat May 22 13:07:54 2010
Last generated: 2010-05-22 13:07
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.