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

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

parent 8b7502a7
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.
...@@ -16,10 +16,10 @@ args = parser.parse_args() ...@@ -16,10 +16,10 @@ args = parser.parse_args()
kwargs = vars(args) kwargs = vars(args)
rec_file = args.rec_file rec_file = args.rec_file
config = args.config.split('_epic')[0].strip()
Nevents = int(args.nevents) Nevents = int(args.nevents)
r_path = args.results_path + '/truth_reconstruction/' #Path for output figures and file. r_path = args.results_path + '/truth_reconstruction/' #Path for output figures and file.
Dconfig = 'epic' + config.split('_epic')[1].strip() #detector configuration Dconfig = 'epic' + 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', for array in ur.iterate(rec_file + ':events',['MCParticles/MCParticles.generatorStatus',
'MCParticles/MCParticles.PDG', 'MCParticles/MCParticles.PDG',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment