From c0cbccd7d4ce52b3b8b0ed4275675b49db5a8087 Mon Sep 17 00:00:00 2001 From: vhinger182 Date: Mon, 26 Feb 2024 16:41:58 +0100 Subject: [PATCH] minor --- .../dataStructures/jungfrauLGADStrixelsDataQuad.h | 2 +- .../jungfrauExecutables/jungfrauRawDataProcess_filetxt.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorCalibration/dataStructures/jungfrauLGADStrixelsDataQuad.h b/slsDetectorCalibration/dataStructures/jungfrauLGADStrixelsDataQuad.h index 56ed6d94e..b765bd8c9 100644 --- a/slsDetectorCalibration/dataStructures/jungfrauLGADStrixelsDataQuad.h +++ b/slsDetectorCalibration/dataStructures/jungfrauLGADStrixelsDataQuad.h @@ -92,7 +92,7 @@ class jungfrauLGADStrixelsDataQuad : public slsDetectorData { enum location { BOTTOM = 0, TOP = 1 - } + }; int multiplicator = 3; std::vector mods{ 0, 1, 2 }; diff --git a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxt.cpp b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxt.cpp index 2fc221529..5393cd2b4 100644 --- a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxt.cpp +++ b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxt.cpp @@ -182,7 +182,7 @@ int main(int argc, char *argv[]) { } // Define decoders... -#if !defined JFSTRX !defined JFSTRXQ && !defined JFSTRXOLD && !defined JFSTRXCHIP1 && \ +#if !defined JFSTRX && !defined JFSTRXQ && !defined JFSTRXOLD && !defined JFSTRXCHIP1 && \ !defined JFSTRXCHIP6 && !defined CHIP #ifndef MODULE jungfrauHighZSingleChipData *decoder = new jungfrauHighZSingleChipData();