TChain:: add AddFilelist (AddFile loop over a filelist)
This Pull request:
Changes or fixes:
Add TChain::AddFilelist which will call AddFile for each member in filelist It hase the same signature of AddFile and will return the sum of each AddFile operation.
Checklist:
- [x] tested changes locally
- [ ] updated the docs (if necessary)
Can one of the admins verify this patch?
@phsft-bot build
Starting build on ROOT-debian10-i386/cxx14, ROOT-performance-centos8-multicore/default, ROOT-ubuntu16/nortcxxmod, ROOT-ubuntu2004/soversion, mac1015/python3, mac11/cxx17, windows10/cxx14
How to customize builds
I leave it to the I/O experts to review the PR -- we are missing a test for the new feature though
Build failed on ROOT-ubuntu16/nortcxxmod. Running on sft-ubuntu-1604-4.cern.ch:/build/workspace/root-pullrequests-build See console output.
Failing tests:
Build failed on ROOT-performance-centos8-multicore/default. Running on olbdw-01.cern.ch:/data/sftnight/workspace/root-pullrequests-build See console output.
Failing tests:
Build failed on ROOT-debian10-i386/cxx14. Running on pcepsft11.dyndns.cern.ch:/home/sftnight/build/workspace/root-pullrequests-build See console output.
Failing tests:
i suspect and hope that my PR have nothing to do with roottest_cling_exception_nullderef tests .. is it correct?
Thanks for your contribution, @adriansev !
Thanks! I seen the comments and i will address them point by point. Many thanks!