ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/makeChain.h
Revision: 1.1
Committed: Fri Jan 6 21:24:11 2012 UTC (13 years, 3 months ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
expand wildcards to add files to a TChain

File Contents

# User Rev Content
1 fgolf 1.1 #ifndef MAKECHAIN_H
2     #define MAKECHAIN_H
3    
4     #include "TChain.h"
5    
6     TChain *makeChain (const char *glob, const char *treename = "Events", TChain* chain_in = 0, bool verbose = false);
7     TChain *makeChain_command (const char *cmd, const char *treename = "Events", bool verbose = false);
8    
9     #endif