Skip to content
Snippets Groups Projects
Commit c9b0db64 authored by Stefan Reck's avatar Stefan Reck
Browse files

fix

parent 5157ed07
No related branches found
No related tags found
1 merge request!11Resolve "mc_info_extractor for neutrino reco chain"
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -24,7 +24,7 @@ class TestStdRecoExtractor(TestCase):
max_n_hits=3,
time_window=[0, 50],
hit_infos=["pos_z", "time", "channel_id"],
mc_info_extr=extractors.get_neutrino_mc_info_extr(NEUTRINO_FILE),
extractor=extractors.get_neutrino_mc_info_extr(NEUTRINO_FILE),
det_file=DET_FILE_NEUTRINO,
add_t0=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