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

fix calib_mchits flag

parent 6ecca664
No related branches found
No related tags found
No related merge requests found
......@@ -441,7 +441,7 @@ class DetApplier(kp.Module):
self.det_file = self.require("det_file")
self.correct_timeslew = self.get("correct_timeslew", default=True)
self.calib_hits = self.get("calib_hits", default=True)
self.calib_mchits = self.get("calib_hits", default=True)
self.calib_mchits = self.get("calib_mchits", default=True)
self.center_hits_to = self.get("center_hits_to", default=None)
self.cprint(f"Calibrating with {self.det_file}")
......
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