Skip to content

Commit 929a5ea

Browse files
committed
Update to use new /volatile/eic/ location
1 parent e51e621 commit 929a5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-dd4hep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ from XRootD import client
5757
eic_server = 'root://dtn-eic.jlab.org/'
5858
fs = client.FileSystem(eic_server)
5959
# List directory contents
60-
fpath = '/work/eic2/EPIC/RECO/24.12.0/epic_craterlake/SINGLE/e-/10GeV/130to177deg/'
60+
fpath = '/volatile/eic/EPIC/RECO/24.12.0/epic_craterlake/SINGLE/e-/10GeV/130to177deg/'
6161
status, files = fs.dirlist(fpath)
6262
# Print files
6363
if status.ok:

0 commit comments

Comments
 (0)