framework icon indicating copy to clipboard operation
framework copied to clipboard

TRestTools::DownloadRemoteFile now checks if the file exists locally, and skips downloading if it is the case

Open jgalan opened this issue 3 years ago • 0 comments

Large jgalan 230

  • TRestTools::DownloadRemoteFile will now check first if the file was previously downloaded. A force flag had been added to the method in case we need to force the download and overwrite the local file, however, the default is force=0.

Major change happens at commit 2947338 and 07941fd

Other changes are related with refactoring using clang-format script.

jgalan avatar Feb 09 '22 11:02 jgalan