ATLAS Offline Software
02DownloadFromGrid.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4 import TopExamples.grid
5 
6 scope = 'user.aknue'
7 datasetPattern = '*test_02-03-45a_output.root'
8 directory = '/tmp/YOURUSERNAME/DownloadFolder/'
9 
10 TopExamples.grid.download(scope, datasetPattern, directory)