Skip to content

Supporting XRootD #43

@jedori0228

Description

@jedori0228

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.

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions