Skip to content
Snippets Groups Projects
Unverified Commit 316c8918 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

zdc_lambda: run even more code conditionally (#142)

parent c88b5542
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,9 @@ for p in momenta:
if "ReconstructedFarForwardZDCLambdas.momentum.x" not in arrays_sim[momenta[0]].fields:
print("ReconstructedFarForwardZDCLambdas collection is not available (needs EICrecon 1.23)")
else:
import sys
sys.exit(0)
theta_recon={}
E_recon={}
zvtx_recon={}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment