80   gROOT->LoadMacro(dir + 
"SplitGLView.C+");
 
   81   const char *
esd_file_name = 
"http://root.cern/files/alice_ESDs.root";
 
   90      tree->SetBranchStatus(
"ESDfriend*", 1);
 
   91      f->MakeProject(
"aliesd", 
"*", 
"++");
 
   96   gROOT->ProcessLine(
".x run_alice_esd_split.C");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
 
R__EXTERN TSystem * gSystem
 
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
 
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=ROOT::RCompressionSetting::EDefaults::kUseCompiledDefault, Int_t netopt=0)
Create / open a file.
 
static Bool_t SetCacheFileDir(std::string_view cacheDir, Bool_t operateDisconnected=kTRUE, Bool_t forceCacheread=kFALSE)
Sets the directory where to locally stage/cache remote files.
 
TString & ReplaceAll(const TString &s1, const TString &s2)
 
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
 
virtual Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
 
virtual const char * UnixPathName(const char *unixpathname)
Convert from a local pathname to a Unix pathname.
 
virtual const char * GetSoExt() const
Get the shared library extension.
 
A TTree represents a columnar dataset.