We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51e621 commit 929a5eaCopy full SHA for 929a5ea
_episodes/01-dd4hep.md
@@ -57,7 +57,7 @@ from XRootD import client
57
eic_server = 'root://dtn-eic.jlab.org/'
58
fs = client.FileSystem(eic_server)
59
# List directory contents
60
-fpath = '/work/eic2/EPIC/RECO/24.12.0/epic_craterlake/SINGLE/e-/10GeV/130to177deg/'
+fpath = '/volatile/eic/EPIC/RECO/24.12.0/epic_craterlake/SINGLE/e-/10GeV/130to177deg/'
61
status, files = fs.dirlist(fpath)
62
# Print files
63
if status.ok:
0 commit comments