@@ -404,9 +404,9 @@ AddOption(synchronousProcessing, bool, false, "", 0, "Apply performance shortcut
404404AddOption(dump, int , 0 , " " , 0 , " Dump events for standalone benchmark: 1 = dump events, 2 = dump events and skip processing in workflow" )
405405AddOption(display, bool , false , " " , 0 , " Enable standalone gpu tracking visualizaion" )
406406AddOption(rundEdx, int , -1 , " " , 0 , " Enable/disable dEdx processing (-1 for autoselect)" )
407- AddOption(dEdxFile , std::string, " " , " " , 0 , " File name of the dE/dx spline track topology correction file" )
407+ AddOption(dEdxSplineTopologyCorrFile , std::string, " " , " " , 0 , " File name of the dE/dx spline track topology correction file" )
408408AddOption(dEdxCorrFile, std::string, " " , " " , 0 , " File name of dEdx residual correction file" )
409- AddOption(dEdxTopologyCorrFile , std::string, " " , " " , 0 , " File name of the dE/dx polynomial track topology correction" )
409+ AddOption(dEdxPolTopologyCorrFile , std::string, " " , " " , 0 , " File name of the dE/dx polynomial track topology correction" )
410410AddOption(transformationFile, std::string, " " , " " , 0 , " File name of TPC fast transformation map" )
411411AddOption(matLUTFile, std::string, " " , " " , 0 , " File name of material LUT file" )
412412AddOption(gainCalibFile, std::string, " " , " " , 0 , " File name of TPC pad gain calibration" )
0 commit comments