Skip to content

Conversation

@ArturU043
Copy link
Collaborator

@ArturU043 ArturU043 commented Oct 16, 2025

This PR adds the possibility for users to just input /eos paths to their analysis space or opendata.

Example:

eos_open = (
    "/eos/opendata/atlas/rucio/mc20_13TeV/DAOD_PHYSLITE.38313010._000011.pool.root.1"
)
request_config = {
    "Sample": [
        {
            "NFiles": 1,
            "Name": "ACAT_example",
            "Dataset": ds_type_resolver(eos_open),
            "Query": query.UprootRaw(
                [
                    {
                        "treename": "CollectionTree",
                        "filter_name": "AnalysisElectronsAuxDyn.pt",
                        "cut": "any(AnalysisElectronsAuxDyn.pt > 200)",
                    }
                ]
            ),
        },

I have tested localy with deliver.

@ArturU043 ArturU043 merged commit 2aa3eed into main Oct 20, 2025
4 checks passed
@ArturU043 ArturU043 deleted the feat/eos_pathfinder branch October 20, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant