Skip to content
Snippets Groups Projects
Commit 931f4eb9 authored by Zach Marshall's avatar Zach Marshall Committed by Graeme Stewart
Browse files

Attempting to rezip lifetime-modified output file (MadGraphControl-00-05-54)

	* Attempting to rezip lifetime-modified output file
	* Tagging: MadGraphControl-00-05-54
parent 1ba80c35
No related merge requests found
......@@ -1104,6 +1104,11 @@ def add_lifetimes(process_dir=None,threshold=None):
mglog.info('Finished adding time of flight information at '+str(time.asctime()))
# Put the file back where we found it
lhe = glob(process_dir+'/Events/*/*lhe')[0]
rezip = subprocess.Popen(['gzip',lhe])
rezip.wait()
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment