@@ -218,7 +218,7 @@ EndConfig()
218218
219219#ifdef BeginConfig
220220// Settings concerning the standlone timeframe from run 2 events assembly tool
221- BeginSubConfig (GPUSettingsTF , TF, configStandalone, " TF" , ' t' , " Timeframe settings" )
221+ BeginSubConfig (GPUSettingsTFSim , TF, configStandalone, " TF" , ' t' , " Timeframe settings" )
222222AddOption(nMerge, int , 0 , " " , 0 , " Merge n events in a timeframe" , min(0 ))
223223AddOption(averageDistance, float , 50 ., " " , 0 , " Average distance in cm of events merged into timeframe" , min(0 .f))
224224AddOption(randomizeDistance, bool , true , " " , 0 , " Randomize distance around average distance of merged events" )
@@ -309,7 +309,7 @@ AddHelp("help", 'h')
309309AddHelpAll(" helpall" , ' H' )
310310AddSubConfig(GPUSettingsRec, rec)
311311AddSubConfig(GPUSettingsProcessing, proc)
312- AddSubConfig(GPUSettingsTF , TF)
312+ AddSubConfig(GPUSettingsTFSim , TF)
313313AddSubConfig(GPUSettingsQA, QA)
314314AddSubConfig(GPUSettingsDisplay, GL)
315315AddSubConfig(GPUSettingsDisplayLight, GLlight)
0 commit comments