Skip to content
Snippets Groups Projects
Commit f3729f0a authored by Sascha Stahl's avatar Sascha Stahl
Browse files

Update hlt2_reco_baseline_with_mcchecking.py

parent ebf1a443
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
# or submit itself to any jurisdiction. #
###############################################################################
from Moore import options, run_reconstruction
from RecoConf.standalone import standalone_hlt2_full_track_reco
from RecoConf.standalone import standalone_hlt2_reco
with standalone_hlt2_full_track_reco.bind(do_mc_checking=True):
run_reconstruction(options, standalone_hlt2_full_track_reco)
with standalone_hlt2_reco.bind(do_mc_checking=True):
run_reconstruction(options, standalone_hlt2_reco)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment