From 35c37998f3160202215408074f10f9b348210894 Mon Sep 17 00:00:00 2001 From: vhinger Date: Tue, 11 Mar 2025 11:55:53 +0100 Subject: [PATCH] tweak file name --- .../jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp index a1f6d0d60..f3478b217 100644 --- a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp +++ b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp @@ -344,7 +344,7 @@ int main(int argc, char *argv[]) { std::vector cfnames(nSC); for ( int s = 0; s < nSC; ++s ) { - std::string fsuffix = "_SC" + std::to_string(s); + std::string fsuffix = "SC" + std::to_string(s); cfnames[s] = createFileName( outdir, getRootString(filenames[ifile]), fsuffix, "clust" ); }