![]() |
ATLAS Offline Software
|
modified from copyFiles.C in ROOT tutuorial More...
#include <string>#include <iostream>#include "TROOT.h"#include "TKey.h"#include "TFile.h"#include "TSystem.h"#include "TTree.h"Go to the source code of this file.
Functions | |
| void | CopyDir (TDirectory *source, bool mkdirFlag) |
| void | CopyFile (const char *fname) |
| void | makeSmallRefFile (const std::string &in, const std::string &out) |
| int | usage (int status=0) |
| int | main (int argc, char **argv) |
modified from copyFiles.C in ROOT tutuorial
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Definition in file makeSmallRefFile.cxx.
| void CopyDir | ( | TDirectory * | source, |
| bool | mkdirFlag ) |
Definition at line 30 of file makeSmallRefFile.cxx.
| void CopyFile | ( | const char * | fname | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 122 of file makeSmallRefFile.cxx.
| void makeSmallRefFile | ( | const std::string & | in, |
| const std::string & | out ) |
Definition at line 106 of file makeSmallRefFile.cxx.
| int usage | ( | int | status = 0 | ) |
Definition at line 116 of file makeSmallRefFile.cxx.