Skip to content
Snippets Groups Projects
Commit 7cd823ba authored by Tooba Ali's avatar Tooba Ali
Browse files

args. typo in benchmarks/dis/analysis/truth_reconstruction.py

parent cf39b39e
No related branches found
No related tags found
1 merge request!193Truth reconstruction
This commit is part of merge request !193. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@ kwargs = vars(args)
rec_file = args.rec_file
Nevents = int(args.nevents)
r_path = args.results_path + '/truth_reconstruction/' #Path for output figures and file.
Dconfig = 'epic' + config.split('_epic')[1].strip() #Detector config
Dconfig = 'epic' + args.config.split('_epic')[1].strip() #Detector config
config = args.config.split('_epic')[0].strip()
for array in ur.iterate(rec_file + ':events',['MCParticles/MCParticles.generatorStatus',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment