Skip to content
Snippets Groups Projects

Waveform reconstruction bugfix

Merged Eric Torrence requested to merge torrence/calypso:wavereco into master
6 files
+ 48
15
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -29,7 +29,7 @@ def WaveformClockRecCfg(flags, name="ClockRecAlg", **kwargs):
acc = ComponentAccumulator()
tool = ClockReconstructionTool(name="ClockReconstructionTool")
# tool.CheckResult = True
kwargs.setdefault("ClockReconstructionTool", tool)
recoAlg = CompFactory.ScintClockRecAlg(name, **kwargs)
Loading