+
class Rgetfiles
-
#include "Rgetfiles.cxx"
Display options:
Show inherited
Show non-public

class Rgetfiles


Rgetfiles
Use to open files from a list of paths in a .txt file
Can also open single file like this as well if file with one path supplied.
Pointer to TTree of TChained files is given to user

Function Members (Methods)

public:
Rgetfiles()
Rgetfiles(const Rgetfiles&)
~Rgetfiles()
TTree*filelistopen(char* files, char* treename = ""calibTree"")
Rgetfiles&operator=(const Rgetfiles&)

Data Members

private:
TChain*calibtree

Class Charts

Inheritance Chart:
Rgetfiles

Function documentation

TTree * filelistopen(char * files, char * treename)
Open files function, user supplies file list in .txt file and Treename of TTree's to open.
Returns a pointer to the TTree with chained data
~Rgetfiles()
Destructor
{delete calibtree;}
Rgetfiles()
{}

Last update: Wed Jul 25 15:47:56 2007

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.