Skip to content
Snippets Groups Projects
Commit 14dd8de0 authored by Jan Knedlik's avatar Jan Knedlik Committed by Axel Naumann
Browse files

slightly rephrased

parent db0aaaa9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ The methods could be replaced by equivalent methods with other signature:
### TNetXNGFile
Added necessary changes to allow [XRootD local redirection](https://github.com/xrootd/xrootd/blob/8c9d0a9cc7f00cbb2db35be275c35126f3e091c0/docs/ReleaseNotes.txt#L14)
- Uses standard VectorReadLimits and does not query a XRootD data server (which is unknown in local redirection), when it is redirected to a local file
- Adds a, const char *lurl (defaulted to 0) to TNetXNGFile's ctor, and passes it to TFile, if set. This allows redirection to files that have a different name in the local file system and is important to allow derivation (for example TAlien and TJAlienFile) and to still keep functionality via TArchiveFile when the file name in the local file system does not match *.zip
- Adds a new constructor with a const char *lurl to TNetXNGFile and passes it to TFile, if set. This allows redirection to files that have a different name in the local file system and is important to allow derivation (for example to TAlien and TJAlienFile) while still keeping functionality via TArchiveFile when the file name in the local file system does not match `*.zip`
## TTree Libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment