 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef ATHENAMPTOOLS_CFIH
6#define ATHENAMPTOOLS_CFIH 1
11 #define COPY_FILE_HACK(_src, _dest) \
12 {std::string _tpcpcommand("cp _src _dest"); system(_tpcpcommand.c_str()); }
15 #define COPY_FILE_HACK(_src, _dest) \
16 std::filesystem::copy_file(_src, _dest);