diff --git a/Waveform/WaveRecAlgs/python/WaveRecAlgsConfig.py b/Waveform/WaveRecAlgs/python/WaveRecAlgsConfig.py
index 414d4bfad21390c8e373ee076f749e8dce54b90e..39a99ed0c39d01e08c5f555e4e3efd98e0bc70a1 100644
--- a/Waveform/WaveRecAlgs/python/WaveRecAlgsConfig.py
+++ b/Waveform/WaveRecAlgs/python/WaveRecAlgsConfig.py
@@ -11,7 +11,7 @@ WaveformReconstructionTool = CompFactory.WaveformReconstructionTool
 ClockReconstructionTool = CompFactory.ClockReconstructionTool
 
 # One stop shopping for normal FASER data
-def WaveformReconstructionCfg(flags, naive = False):
+def WaveformReconstructionCfg(flags, naive = True):
     """ Return all algorithms and tools for Waveform reconstruction """
     acc = ComponentAccumulator()