-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When we use a XRootD path (useful for grid jobs) in SpectrumLoader, this file does not pass the following line, and is neglected, since stat() returns non-zero value.
sbnana/sbnana/CAFAna/Core/Utilities.cxx
Lines 539 to 540 in 5df8255
| if(stat(p.we_wordv[i], &sb) == 0) | |
| fileList.push_back(p.we_wordv[i]); |
A XRootD file can be used if
stat() is commented out (but still the wildcard will not work for XRootD path).Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels