updated all .h files with license notice and copyright notice

This commit is contained in:
maliakal_d 2021-10-14 18:10:56 +02:00
parent 0801957203
commit 4de7bb51ed
193 changed files with 386 additions and 0 deletions

2
ctbGui/ctbAcquisition.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CTBACQUISITION_H #ifndef CTBACQUISITION_H
#define CTBACQUISITION_H #define CTBACQUISITION_H
#include <TGFrame.h> #include <TGFrame.h>

2
ctbGui/ctbAdcs.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package

2
ctbGui/ctbDacs.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CTBDACS_H #ifndef CTBDACS_H

2
ctbGui/ctbDefs.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include <string> #include <string>

2
ctbGui/ctbLinkDef.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma link C++ class ctbMain; #pragma link C++ class ctbMain;
#pragma link C++ class ctbDacs; #pragma link C++ class ctbDacs;
#pragma link C++ class ctbDac; #pragma link C++ class ctbDac;

2
ctbGui/ctbMain.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CTBMAIN_H #ifndef CTBMAIN_H
#define CTBMAIN_H #define CTBMAIN_H
#include <TGFrame.h> #include <TGFrame.h>

2
ctbGui/ctbPattern.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CTBPATTERN_H #ifndef CTBPATTERN_H
#define CTBPATTERN_H #define CTBPATTERN_H
#include <TGFrame.h> #include <TGFrame.h>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CTBPOWERS_H #ifndef CTBPOWERS_H
#define CTBPOWERS_H #define CTBPOWERS_H

2
ctbGui/ctbSignals.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CTBSIGNALS_H #ifndef CTBSIGNALS_H
#define CTBSIGNALS_H #define CTBSIGNALS_H
#include <TGFrame.h> #include <TGFrame.h>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CTBSLOWADCS_H #ifndef CTBSLOWADCS_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include <cassert> #include <cassert>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include <pybind11/pybind11.h> #include <pybind11/pybind11.h>
#include "sls/Result.h" #include "sls/Result.h"

2
slsDetectorCalibration/MovingStat.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOVINGSTAT_H #ifndef MOVINGSTAT_H
#define MOVINGSTAT_H #define MOVINGSTAT_H

2
slsDetectorCalibration/RunningStat.h Executable file → Normal file
View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
class RunningStat class RunningStat
{ {
public: public:

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
class Stat class Stat
{ {
public: public:

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ANALOGDETECTOR_H #ifndef ANALOGDETECTOR_H
#define ANALOGDETECTOR_H #define ANALOGDETECTOR_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
/* CircularFifo.h /* CircularFifo.h
* Code & platform dependent issues with it was originally * Code & platform dependent issues with it was originally

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef COMMONMODESUBTRACTION_H #ifndef COMMONMODESUBTRACTION_H
#define COMMONMODESUBTRACTION_H #define COMMONMODESUBTRACTION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef COMMONMODESUBTRACTION_H #ifndef COMMONMODESUBTRACTION_H
#define COMMONMODESUBTRACTION_H #define COMMONMODESUBTRACTION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MYTHEN301JCTBDATA_H #ifndef MYTHEN301JCTBDATA_H
#define MYTHEN301JCTBDATA_H #define MYTHEN301JCTBDATA_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MYTHEN302JCTBDATA_H #ifndef MYTHEN302JCTBDATA_H
#define MYTHEN302JCTBDATA_H #define MYTHEN302JCTBDATA_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ADCSAR2_JCTBDATA_H #ifndef ADCSAR2_JCTBDATA_H
#define ADCSAR2_JCTBDATA_H #define ADCSAR2_JCTBDATA_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef CHIPTESTDATA_H #ifndef CHIPTESTDATA_H
#define CHIPTESTDATA_H #define CHIPTESTDATA_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef DESERIALIZER_H #ifndef DESERIALIZER_H
#define DESERIALIZER_H #define DESERIALIZER_H
#include <vector> #include <vector>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef GOTTHARD2MODULEDATANEW_H #ifndef GOTTHARD2MODULEDATANEW_H
#define GOTTHARD2MODULEDATANEW_H #define GOTTHARD2MODULEDATANEW_H
#include "gotthardModuleDataNew.h" #include "gotthardModuleDataNew.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef GOTTHARDSHORTMODULEDATA_H #ifndef GOTTHARDSHORTMODULEDATA_H
#define GOTTHARDSHORTMODULEDATA_H #define GOTTHARDSHORTMODULEDATA_H
#include "slsReceiverData.h" #include "slsReceiverData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef IMAGEZMQ16BIT_H #ifndef IMAGEZMQ16BIT_H
#define IMAGEZMQ16BIT_H #define IMAGEZMQ16BIT_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef IMAGEZMQ32BIT_H #ifndef IMAGEZMQ32BIT_H
#define IMAGEZMQ32BIT_H #define IMAGEZMQ32BIT_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef JUNGFRAUHIGHZSINGLECHIPDATA_H #ifndef JUNGFRAUHIGHZSINGLECHIPDATA_H
#define JUNGFRAUHIGHZSINGLECHIPDATA_H #define JUNGFRAUHIGHZSINGLECHIPDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH02CTBDATA_H #ifndef MOENCH02CTBDATA_H
#define MOENCH02CTBDATA_H #define MOENCH02CTBDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03CTBDATA_H #ifndef MOENCH03CTBDATA_H
#define MOENCH03CTBDATA_H #define MOENCH03CTBDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03T1CTBDATA_H #ifndef MOENCH03T1CTBDATA_H
#define MOENCH03T1CTBDATA_H #define MOENCH03T1CTBDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03T1RECDATANEW_H #ifndef MOENCH03T1RECDATANEW_H
#define MOENCH03T1RECDATANEW_H #define MOENCH03T1RECDATANEW_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03T1RECDATANEWRECT_H #ifndef MOENCH03T1RECDATANEWRECT_H
#define MOENCH03T1RECDATANEWRECT_H #define MOENCH03T1RECDATANEWRECT_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03T1REORDERED_H #ifndef MOENCH03T1REORDERED_H
#define MOENCH03T1REORDERED_H #define MOENCH03T1REORDERED_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03T1ZMQDATA_H #ifndef MOENCH03T1ZMQDATA_H
#define MOENCH03T1ZMQDATA_H #define MOENCH03T1ZMQDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03T1ZMQDATANEW_H #ifndef MOENCH03T1ZMQDATANEW_H
#define MOENCH03T1ZMQDATANEW_H #define MOENCH03T1ZMQDATANEW_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03TCTBDATA_H #ifndef MOENCH03TCTBDATA_H
#define MOENCH03TCTBDATA_H #define MOENCH03TCTBDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH04REC10GBDATA_H #ifndef MOENCH04REC10GBDATA_H
#define MOENCH04REC10GBDATA_H #define MOENCH04REC10GBDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH04RECDATA_H #ifndef MOENCH04RECDATA_H
#define MOENCH04RECDATA_H #define MOENCH04RECDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH04ZMQ10GBDATA_H #ifndef MOENCH04ZMQ10GBDATA_H
#define MOENCH04ZMQ10GBDATA_H #define MOENCH04ZMQ10GBDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH04ZMQDATA_H #ifndef MOENCH04ZMQDATA_H
#define MOENCH04ZMQDATA_H #define MOENCH04ZMQDATA_H
#include "slsDetectorData.h" #include "slsDetectorData.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SLSDETECTORDATA_H #ifndef SLSDETECTORDATA_H
#define SLSDETECTORDATA_H #define SLSDETECTORDATA_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SLSRECEIVERDATA_H #ifndef SLSRECEIVERDATA_H
#define SLSRECEIVERDATA_H #define SLSRECEIVERDATA_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ENERGYCALIBRATION_H #ifndef ENERGYCALIBRATION_H
#define ENERGYCALIBRATION_H #define ENERGYCALIBRATION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef GHOSTSUMMATION_H #ifndef GHOSTSUMMATION_H
#define GHOSTSUMMATION_H #define GHOSTSUMMATION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef INTERPOLATINGDETECTOR_H #ifndef INTERPOLATINGDETECTOR_H
#define INTERPOLATINGDETECTOR_H #define INTERPOLATINGDETECTOR_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA2_INTERPOLATION_BASE_H #ifndef ETA2_INTERPOLATION_BASE_H
#define ETA2_INTERPOLATION_BASE_H #define ETA2_INTERPOLATION_BASE_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA3_INTERPOLATION_BASE_H #ifndef ETA3_INTERPOLATION_BASE_H
#define ETA3_INTERPOLATION_BASE_H #define ETA3_INTERPOLATION_BASE_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA_INTERPOLATION_ADAPTIVEBINS_H #ifndef ETA_INTERPOLATION_ADAPTIVEBINS_H
#define ETA_INTERPOLATION_ADAPTIVEBINS_H #define ETA_INTERPOLATION_ADAPTIVEBINS_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA_INTERPOLATION_BASE_H #ifndef ETA_INTERPOLATION_BASE_H
#define ETA_INTERPOLATION_BASE_H #define ETA_INTERPOLATION_BASE_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H #ifndef ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H
#define ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H #define ETA_INTERPOLATION_CLEVER_ADAPTIVEBINS_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA_INTERPOLATION_GLOBAL_H #ifndef ETA_INTERPOLATION_GLOBAL_H
#define ETA_INTERPOLATION_GLOBAL_H #define ETA_INTERPOLATION_GLOBAL_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA_INTERPOLATION_POSXY_H #ifndef ETA_INTERPOLATION_POSXY_H
#define ETA_INTERPOLATION_POSXY_H #define ETA_INTERPOLATION_POSXY_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef ETA_INTERPOLATION_RANDOMBINS_H #ifndef ETA_INTERPOLATION_RANDOMBINS_H
#define ETA_INTERPOLATION_RANDOMBINS_H #define ETA_INTERPOLATION_RANDOMBINS_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#include <iostream> #include <iostream>
#include <TGraph.h> #include <TGraph.h>
#include <TAxis.h> #include <TAxis.h>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef INTERPOLATION_ETAVEL_H #ifndef INTERPOLATION_ETAVEL_H
#define INTERPOLATION_ETAVEL_H #define INTERPOLATION_ETAVEL_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef LINEAR_INTERPOLATION_H #ifndef LINEAR_INTERPOLATION_H
#define LINEAR_INTERPOLATION_H #define LINEAR_INTERPOLATION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef NO_INTERPOLATION_H #ifndef NO_INTERPOLATION_H
#define NO_INTERPOLATION_H #define NO_INTERPOLATION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SLS_INTERPOLATION_H #ifndef SLS_INTERPOLATION_H
#define SLS_INTERPOLATION_H #define SLS_INTERPOLATION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03COMMONMODE_H #ifndef MOENCH03COMMONMODE_H
#define MOENCH03COMMONMODE_H #define MOENCH03COMMONMODE_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCH03GHOSTSUMMATION_H #ifndef MOENCH03GHOSTSUMMATION_H
#define MOENCH03GHOSTSUMMATION_H #define MOENCH03GHOSTSUMMATION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MOENCHCOMMONMODE_H #ifndef MOENCHCOMMONMODE_H
#define MOENCHCOMMONMODE_H #define MOENCHCOMMONMODE_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MULTITHREADED_ANALOG_DETECTOR_H #ifndef MULTITHREADED_ANALOG_DETECTOR_H
#define MULTITHREADED_ANALOG_DETECTOR_H #define MULTITHREADED_ANALOG_DETECTOR_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MULTITHREADED_COUNTING_DETECTOR_H #ifndef MULTITHREADED_COUNTING_DETECTOR_H
#define MULTITHREADED_COUNTING_DETECTOR_H #define MULTITHREADED_COUNTING_DETECTOR_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MULTITHREADED_INTERPOLATING_DETECTOR_H #ifndef MULTITHREADED_INTERPOLATING_DETECTOR_H
#define MULTITHREADED_INTERPOLATING_DETECTOR_H #define MULTITHREADED_INTERPOLATING_DETECTOR_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef PEDESTALSUBTRACTION_H #ifndef PEDESTALSUBTRACTION_H
#define PEDESTALSUBTRACTION_H #define PEDESTALSUBTRACTION_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SINGLEPHOTONDETECTOR_H #ifndef SINGLEPHOTONDETECTOR_H
#define SINGLEPHOTONDETECTOR_H #define SINGLEPHOTONDETECTOR_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SINGLE_PHOTON_HIT_H #ifndef SINGLE_PHOTON_HIT_H
#define SINGLE_PHOTON_HIT_H #define SINGLE_PHOTON_HIT_H
#include <stdio.h> #include <stdio.h>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef MY_TIFF_IO_H #ifndef MY_TIFF_IO_H
#define MY_TIFF_IO_H #define MY_TIFF_IO_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "ui_form_cloneplot.h" #include "ui_form_cloneplot.h"
#include <QMainWindow> #include <QMainWindow>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "sls/sls_detector_defs.h" #include "sls/sls_detector_defs.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/logger.h" #include "sls/logger.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "qDefs.h" #include "qDefs.h"
#include "sls/Detector.h" #include "sls/Detector.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "qDefs.h" #include "qDefs.h"
#include "sls/Detector.h" #include "sls/Detector.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "ui_form_tab_advanced.h" #include "ui_form_tab_advanced.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "ui_form_tab_dataoutput.h" #include "ui_form_tab_dataoutput.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "ui_form_tab_debugging.h" #include "ui_form_tab_debugging.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "sls/sls_detector_defs.h" #include "sls/sls_detector_defs.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "ui_form_tab_measurement.h" #include "ui_form_tab_measurement.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "ui_form_tab_messages.h" #include "ui_form_tab_messages.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "ui_form_tab_plot.h" #include "ui_form_tab_plot.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/Detector.h" #include "sls/Detector.h"
#include "ui_form_tab_settings.h" #include "ui_form_tab_settings.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SLSQT1DPLOT_H #ifndef SLSQT1DPLOT_H
#define SLSQT1DPLOT_H #define SLSQT1DPLOT_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SLSQT1DZOOMER_H #ifndef SLSQT1DZOOMER_H
#define SLSQT1DZOOMER_H #define SLSQT1DZOOMER_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SLSQT2DHIST_H #ifndef SLSQT2DHIST_H
#define SLSQT2DHIST_H #define SLSQT2DHIST_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "SlsQt2DHist.h" #include "SlsQt2DHist.h"
#include "SlsQt2DZoomer.h" #include "SlsQt2DZoomer.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#ifndef SLSQT2DZOOMER_H #ifndef SLSQT2DZOOMER_H
#define SLSQT2DZOOMER_H #define SLSQT2DZOOMER_H
#include "SlsQt2DHist.h" #include "SlsQt2DHist.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
/* Definitions for FPGA */ /* Definitions for FPGA */

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "RegisterDefs.h" #include "RegisterDefs.h"
#include "sls/sls_detector_defs.h" #include "sls/sls_detector_defs.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "LocalLinkInterface.h" #include "LocalLinkInterface.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "FebInterface.h" #include "FebInterface.h"
#include "slsDetectorServer_defs.h" #include "slsDetectorServer_defs.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
int Feb_Interface_WriteTo(unsigned int ch); int Feb_Interface_WriteTo(unsigned int ch);

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
// daq register definitions // daq register definitions
#define DAQ_REG_CTRL 1 #define DAQ_REG_CTRL 1

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
// Class initially from Gerd and was called mmap_test.c // Class initially from Gerd and was called mmap_test.c
#pragma once #pragma once

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
// from Gerd and was called mmap_test.h // from Gerd and was called mmap_test.h

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "HardwareIO.h" #include "HardwareIO.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
#include "sls/sls_detector_defs.h" #include "sls/sls_detector_defs.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#pragma once #pragma once
//#include "types.h" //#include "types.h"

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
/* ONLY THOSE ARE USED IN THIS SOFTWARE. If one of those is modified in xilinx /* ONLY THOSE ARE USED IN THIS SOFTWARE. If one of those is modified in xilinx
compilation, this file should be replaced with updated values compilation, this file should be replaced with updated values
XPAR_PLB_LL_FIFO_AURORA_DUAL_CTRL_FEB_RIGHT_BASEADDR XPAR_PLB_LL_FIFO_AURORA_DUAL_CTRL_FEB_RIGHT_BASEADDR

Some files were not shown because too many files have changed in this diff Show More