diff --git a/.github/workflows/check_metadata.yaml b/.github/workflows/check_metadata.yaml index fe616d11d..2d3f73768 100644 --- a/.github/workflows/check_metadata.yaml +++ b/.github/workflows/check_metadata.yaml @@ -7,21 +7,27 @@ name: Check AUTHORS and CONTRIBUTORS in metadata on: push: paths: - - AUTHORS - - CONTRIBUTORS - - .zenodo.json + - AUTHORS + - CONTRIBUTORS + - .zenodo.json pull_request: paths: - - AUTHORS - - CONTRIBUTORS - - .zenodo.json + - AUTHORS + - CONTRIBUTORS + - .zenodo.json jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Try updating metadata - run: python meta_update.py + run: python update_zenodo.py + - name: Check for Updates - run: git diff --exit-code || echo "Metadata files require updates. Please commit the changes." + run: | + git diff --exit-code || (echo "Metadata files require updates. Please commit the changes." && exit 1) + + + diff --git a/.github/workflows/cleanup_cache.yml b/.github/workflows/cleanup_cache.yml index 0c6e4b93d..fda55d0fc 100644 --- a/.github/workflows/cleanup_cache.yml +++ b/.github/workflows/cleanup_cache.yml @@ -14,23 +14,36 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Setup Git - run: git config --global user.email "actions@github.com" && git config --global user.name "GitHub Actions" + - name: Debug gh CLI + run: | + gh --version + gh auth status + gh extension list - - name: Cleanup + - name: Update GitHub CLI + run: sudo apt-get install gh + + - name: Install and Verify gh-actions-cache Extension run: | gh extension install actions/gh-actions-cache || exit 1 - + gh extension list | grep gh-actions-cache || (echo "Extension installation failed" && exit 1) + + - name: Test actions-cache list + run: | + gh actions-cache list -R R3BRootGroup/R3BRoot -L 5 || echo "Failed to list caches" + + - name: Cleanup + run: | echo "Fetching list of cache keys" cacheKeys=$(gh actions-cache list -R R3BRootGroup/R3BRoot -L 100 | cut -f 1 | grep -v 'build-deps') || exit 1 - ## Setting this to not fail the workflow while deleting cache keys. set +e echo "Deleting old caches..." for cacheKey in $cacheKeys do - gh actions-cache delete $cacheKey -R R3BRootGroup/R3BRoot --confirm || exit 1 + gh actions-cache delete $cacheKey -R R3BRootGroup/R3BRoot --confirm || echo "Failed to delete $cacheKey" done echo "Done" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + diff --git a/.github/workflows/fair-software.yml b/.github/workflows/fair-software.yml new file mode 100644 index 000000000..21b3a3d7c --- /dev/null +++ b/.github/workflows/fair-software.yml @@ -0,0 +1,23 @@ +# SPDX-FileCopyrightText: 2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt, Germany +# +# SPDX-License-Identifier: LGPL-3.0-or-later + +name: fair-software + +on: + push: + paths: + - README.md + +jobs: + verify: + name: "fair-software" + runs-on: ubuntu-latest + if: github.repository == 'R3BRootGroup/R3BRoot' + steps: + - uses: fair-software/howfairis-github-action@0.2.1 + name: Measure compliance with fair-software.eu recommendations + env: + PYCHARM_HOSTED: "Trick colorama into displaying colored output" + with: + MY_REPO_URL: "https://github.com/${{ github.repository }}" diff --git a/.zenodo.json b/.zenodo.json index 230e4811e..ef1839f74 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -12,7 +12,7 @@ "related_identifiers": [ { "identifier": "https://github.com/FairRootGroup/FairSoft/", - "relation": "isDerivedFrom", + "relation": "isCompiledBy", "resource_type": "software", "scheme": "url" }, @@ -24,7 +24,7 @@ }, { "identifier": "https://gitlab.com/chalmers-subexp/ucesb/", - "relation": "isRelatedTo", + "relation": "isSupplementedBy", "resource_type": "software", "scheme": "url" }, @@ -69,9 +69,10 @@ "Data analysis", "Structure and dynamics of nuclei", "Nuclear reactions", - "Equation of state", "Nuclear fission", "Hypernuclei", + "Equation of state", + "Short range NN correlations", "R3B experiments", "GSI/FAIR facility" ], @@ -93,6 +94,12 @@ "orcid": "0000-0001-6919-8869", "affiliation": "GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany" }, + { + "name": "Audouin, Laurent", + "orcid": "0000-0001-9899-6923", + "email": "laurent.audouin@ijclab.in2p3.fr", + "affiliation": "IPN Orsay, 91406 Orsay, France" + }, { "name": "Barriere, Antoine", "orcid": "0009-0005-2204-3516", @@ -317,6 +324,11 @@ "orcid": "0000-0002-6506-8562", "affiliation": "STFC Daresbury Laboratory, Warrington, United Kingdom" }, + { + "type": "Other", + "name": "Lorenz, Enis", + "affiliation": "Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany" + }, { "type": "Other", "name": "Paschalis, Stefanos", @@ -338,6 +350,11 @@ "name": "Ponnath, Lukas", "affiliation": "Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany" }, + { + "type": "Other", + "name": "Qi, Christine", + "affiliation": "Massachusetts Institute of Technology, MA 02139 Cambridge, USA" + }, { "type": "Other", "name": "Rybalchenko, Alexey" @@ -352,6 +369,11 @@ "name": "Rossi, Dominic", "affiliation": "Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany" }, + { + "type": "Other", + "name": "Savran, Deniz", + "affiliation": "GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany" + }, { "type": "Other", "name": "Storck, Sonja", diff --git a/AUTHORS b/AUTHORS index d96b50170..e6712b5a7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,7 @@ Rodríguez-Sánchez, Jose Luis [j.l.rodriguez.sanchez@udc.es] [https://orcid.org/0000-0002-4702-5294] [CITENI, Industrial Campus of Ferrol, University of Coruña, 15403 Ferrol, Spain] Alvarez Pol, Hector [hector.alvarez@usc.es] [https://orcid.org/0000-0001-9643-6252] [IGFAE, University of Santiago de Compostela, 15782 Santiago de Compostela, Spain] Atar, Leyla [https://orcid.org/0000-0001-6919-8869] [GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany] +Audouin, Laurent [laurent.audouin@ijclab.in2p3.fr] [https://orcid.org/0000-0001-9899-6923] [IPN Orsay, 91406 Orsay, France] Barriere, Antoine [https://orcid.org/0009-0005-2204-3516] [GANIL, 14000 Caen, France] Bott, Lukas [https://orcid.org/0000-0002-9554-6246] [Goethe University Frankfurt, 60629 Frankfurt am Main, Germany] Chatillon, Audrey [CEA, DAM, DIF, 91297 Arpajon, France] diff --git a/CMakeLists.txt b/CMakeLists.txt index ff95ca200..6506e9c21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # @@ -24,7 +24,7 @@ endif() cmake_minimum_required(VERSION 3.15 FATAL_ERROR) # set cmake policies -cmake_policy(VERSION 3.15...3.24) +cmake_policy(VERSION 3.15...3.31) # Set name of our project to "R3BROOT". Has to be done after check of cmake version project(R3BROOT LANGUAGES C CXX Fortran) @@ -343,6 +343,27 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") set(VMCWORKDIR ${CMAKE_SOURCE_DIR}) +# Display SUPPORTED_CXX_STANDARDS +set(SUPPORTED_CXX_STANDARDS "") +foreach(version 14 17 20 23) + string(CONCAT flag "cxx_std_" ${version}) + if(flag IN_LIST CMAKE_CXX_COMPILE_FEATURES) + list(APPEND SUPPORTED_CXX_STANDARDS ${version}) + endif() +endforeach() + +if(SUPPORTED_CXX_STANDARDS) + message(STATUS "${Cyan}Supported C++ standards:${CR} ${SUPPORTED_CXX_STANDARDS}") + message(STATUS "${Cyan}CMake is using C++ standard:${CR} ${BGreen}${CMAKE_CXX_STANDARD}${CR}") +else() + message(WARNING "No supported C++ standards found!") +endif() + +# Display configurations +message(STATUS "CMake C++ Flags: ${CMAKE_CXX_FLAGS}") +message(STATUS "Library Output Directory: ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}") +message(STATUS "Runtime Output Directory: ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}") + if(USE_PATH_INFO) if(APPLE) set(LD_LIBRARY_PATH $ENV{DYLD_LIBRARY_PATH}) @@ -554,11 +575,9 @@ if(NOT MODULE) endif() add_subdirectory(neuland) add_subdirectory(glad) - add_subdirectory(xball) add_subdirectory(dch) add_subdirectory(fiber) add_subdirectory(gfi) - add_subdirectory(mfi) add_subdirectory(land) add_subdirectory(los) add_subdirectory(rolu) @@ -575,7 +594,6 @@ if(NOT MODULE) add_subdirectory(strawtubes) add_subdirectory(music) add_subdirectory(r3bgen) - add_subdirectory(lumon) add_subdirectory(califa) add_subdirectory(evtvis) add_subdirectory(psp) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..1a2a085df --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,130 @@ +# Contributing + +## Bug reports, feature request, questions etc + +Create a [Github Issue](https://github.com/R3BRootGroup/R3BRoot/issues/new/choose). + +## Contributing code + +Create a [Github Pull Request](https://github.com/R3BRootGroup/R3BRoot/compare): + +1. By default, develop against the [`dev`](https://github.com/R3BRootGroup/R3BRoot/tree/dev) + branch and base your PR against it. + * In rare cases (e.g. backports, some hotfixes) base against the appropriate + branch. +2. If you are a first time contributor, add a separate commit in your PR which + adds your name to the [`CONTRIBUTORS`](CONTRIBUTORS) file. +3. Follow our [Coding Guidelines](#coding-guidelines). +4. Expect that a reviewer will ask you for restructuring your commits! This + usually happens towards the end of the lifetime of a PR when it matured + enough for merging. + +# Coding Guidelines + +These guidelines are horribly incomplete at this point in time, but one has to +start somewhere ;) Exactly because these guidelines are relatively new, do not be +alarmed if large parts of this repo do not follow them (yet). The idea is to +apply them incrementally on new code and when existing code is modified. These +guidelines will also evolve as time passes. + +How to reference a rule in an issue or PR discussion: +``` +// reference to our guideline +[G.2](https://github.com/R3BRootGroup/R3BRoot/blob/master/CONTRIBUTING.md#g.2-adopted-c++-core-guidelines) +// reference to c++ core guideline with prefix CPPCG:: +[CPPCG::I.11](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#i11-never-transfer-ownership-by-a-raw-pointer-t-or-reference-t) +``` + +## G - General + +### G.1 Our CI runs [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) + +**Config**: [`.clang-tidy`](.clang-tidy) + +We currently do not strictly enforce *clang-tidy* checks, but the author +should try to address any warnings. The set of enabled checks will evolve over +time. + +### G.2 Adopted C++ Core Guidelines + +This shall be an evolving list of explicitely adopted C++ Core Guidelines: + +* [CPPCG::I.11: Never transfer ownership by a raw pointer (`T*`) or reference (`T&`)](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#i11-never-transfer-ownership-by-a-raw-pointer-t-or-reference-t) + * If an owning raw pointer cannot be avoided for legacy reasons, + **you must add a comment documenting the ownership semantics!** + +### G.3 Write a good Git history + +* Follow [the seven rules of a great Git commit message](https://cbea.ms/git-commit/#seven-rules)! +* Use a meaningful commit granularity, e.g. do not mix + unrelated changes in a single commit and vice verse squash related commits + into one. +* Utilize [the commit message body to explain *what* and *why* and not *how*](https://cbea.ms/git-commit/#why-not-how). + Aim your message to be meaningful (concise, but complete + enough) to a reader in the future! See also G.4! +* Utilize [reference keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) + both in commit messages as well as in PR comments if applicable. + +### G.4 Conventional Commits + +* Follow the [Conventional Commits Specification](https://www.conventionalcommits.org/en/v1.0.0/) +* Adopted `type`s: `fix:`, `feat:`, `build:`, `chore:`, `ci:`, `docs:`, + `style:`, `refactor:`, `perf:`, `test:` +* If a `scope` is used, prefer the library name (first directory level below + `R3BRoot/`), e.g. `fix(base):` or `feat(geobase):` + +### G.5 Signed Commits and Tags + +You may use any signature format Git and Github support (SSH e.g. may be more +convenient, if one does not have a GPG key yet). + +* [Github - Setup](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key) +* [Github - Signing Commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) +* [Github - Signing Tags](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-tags) +* [Git - Signing Your Work](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work) + Make sure to consider `git config [--local|--global] commit.gpgsign true` + (scroll down to the bottom) + +## D - Documentation + +### D.1 Use [doxygen-style comments](https://www.doxygen.nl/manual/commands.html) + +## S - Style + +### S.1 Our CI enforces formatting with [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) + +**Config**: [`.clang-format`](.clang-format) + +Rarely, it is needed to opt-out of *clang-format* for certain code sections +because it would just make things worse. + +**Example**: +```cpp +// clang-format off +fDescription.add_options() + ("help", "Print this message") + ("nevents", po::value(), "Number of events to simulate") + ("engine", po::value>(), "Monte Carlo engine") + ("multi-threaded", "Geant4 multi threaded") + ("output-file", po::value>(), "Output file") + ("parameter-file", po::value>(), "Parameter file") + ("random-seed", po::value(), "Seed for the random number generator"); +// clang-format on +``` + +### S.2 Prefer variable names describing *what* they contain + +Avoid repeating just the typename. + +**Reason**: Readability + +**Example**: +```cpp +TList* list = module->GetList(); // avoid +TList* volList = module->GetListOfVolumes(); // acceptable +TList* volumes = module->GetVolumes(); // ✓ prefer + +for (auto const& listEntry : *list) { /*...*/ } // avoid +for (auto const& aVol : *volList) { /*...*/ } // acceptable +for (auto const& volume : *volumes) { /*...*/ } // ✓ prefer +``` diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2a31cab8d..a08a03f25 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -14,13 +14,16 @@ Jelavic-Malenica, DeÅ¡a [RBI Zagreb, HR10000 Zagreb, Croatia] Jenegger, Tobias [Technische Universität München, 85748 Garching, Germany] Kripko, Aron Labiche, Marc [https://orcid.org/0000-0002-6506-8562] [STFC Daresbury Laboratory, Warrington, United Kingdom] +Lorenz, Enis [Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany] Paschalis, Stefanos [https://orcid.org/0000-0002-9113-3778] [School of Physics, Engineering and Technology, University of York, YO10 5DD York, United Kingdom] Perea, Angel [Instituto de Estructura de la Materia, CSIC, 28006 Madrid, Spain] Plag, Ralf [GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany] Ponnath, Lukas [Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany] +Qi, Christine [Massachusetts Institute of Technology, MA 02139 Cambridge, USA] Rybalchenko, Alexey Rose, Luke [School of Physics, Engineering and Technology, University of York, YO10 5DD York, United Kingdom] Rossi, Dominic [Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany] +Savran, Deniz [GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany] Storck, Sonja [Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany] Sürder, Christian [Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany] Syndikus, Ina [Technische Universität Darmstadt, Fachbereich Physik, Institut für Kernphysik, 64289 Darmstadt, Germany] diff --git a/COPYRIGHT b/COPYRIGHT index 07a6d4c06..d852c2b97 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -4,6 +4,8 @@ Upstream-Contact: Kresan Dmytro Source: https://github.com/R3BRootGroup/R3BRoot Files: * -Copyright: 2009-2024, GSI Helmholtzzentrum fuer Schwerionenforschung GmbH -Copyright: 2009-2024, [see AUTHORS file] -Copyright: 2009-2024, [see CONTRIBUTORS file] +Copyright: 2009-2025, GSI Helmholtzzentrum fuer Schwerionenforschung GmbH +Copyright: 2009-2025, [see AUTHORS file] +Copyright: 2009-2025, [see CONTRIBUTORS file] +License: LGPL-3.0, [see LICENSE file] +License: GPL-3.0, [see LICENSE file] diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 737fae516..9d36fbd14 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/CTestCustom.cmake b/CTestCustom.cmake index 8a537c445..67970a4a0 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/Dart.sh b/Dart.sh index d56936a45..3ae6e4618 100755 --- a/Dart.sh +++ b/Dart.sh @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/README.md b/README.md index d1393d291..73041831d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# R3BRoot Software [![license](https://alfa-ci.gsi.de/shields/badge/license-GPL--3.0-orange.svg)](COPYRIGHT) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5549469.svg)](https://doi.org/10.5281/zenodo.5549469) +# R3BRoot Software [![license](https://alfa-ci.gsi.de/shields/badge/license-GPL--3.0-orange.svg)](COPYRIGHT) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5549469.svg)](https://doi.org/10.5281/zenodo.5549469) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9851/badge)](https://www.bestpractices.dev/projects/9851) [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu) [![CI-CD](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/main.yml/badge.svg)](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/main.yml) [![Static Analysis](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/static_analysis.yml) [![Validate Codemeta](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/codemeta_validate.yaml/badge.svg)](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/codemeta_validate.yaml) [![Cleanup Caches on PR Close](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/cleanup_cache.yml/badge.svg)](https://github.com/R3BRootGroup/R3BRoot/actions/workflows/cleanup_cache.yml) @@ -26,6 +27,11 @@ cd R3BRoot git clone https://github.com/R3BRootGroup/macros.git ~~~ +## Using the Project Template + +R3BRoot delivers various project templates that can be used as a starting point for anybody who would like to build simulation and reconstruction algorithms. The project Templates are located in the [R3BRoot/template](template) directory. + + ## Step by Step Installation ### Required Software diff --git a/actar/ActarLinkDef.h b/actar/ActarLinkDef.h index 074f0c03c..0331dc2ec 100644 --- a/actar/ActarLinkDef.h +++ b/actar/ActarLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/CMakeLists.txt b/actar/CMakeLists.txt index ee86e1391..f12e2227b 100644 --- a/actar/CMakeLists.txt +++ b/actar/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/actar/FastSimulation.cxx b/actar/FastSimulation.cxx index 132855f5f..015e0a404 100644 --- a/actar/FastSimulation.cxx +++ b/actar/FastSimulation.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/FastSimulation.h b/actar/FastSimulation.h index 67b23c9e4..477b8efa2 100644 --- a/actar/FastSimulation.h +++ b/actar/FastSimulation.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/GarfieldG4FastSimulationModel.cxx b/actar/GarfieldG4FastSimulationModel.cxx index 537b91654..698a4c85b 100644 --- a/actar/GarfieldG4FastSimulationModel.cxx +++ b/actar/GarfieldG4FastSimulationModel.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/GarfieldG4FastSimulationModel.h b/actar/GarfieldG4FastSimulationModel.h index 31fc45e95..e4b5118dd 100644 --- a/actar/GarfieldG4FastSimulationModel.h +++ b/actar/GarfieldG4FastSimulationModel.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/GarfieldMessenger.cxx b/actar/GarfieldMessenger.cxx index 01bbb1e52..2965b4d17 100644 --- a/actar/GarfieldMessenger.cxx +++ b/actar/GarfieldMessenger.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/GarfieldMessenger.h b/actar/GarfieldMessenger.h index 8c0702c56..596e505e0 100644 --- a/actar/GarfieldMessenger.h +++ b/actar/GarfieldMessenger.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/GarfieldPhysics.cxx b/actar/GarfieldPhysics.cxx index 29dea13cc..921c97294 100644 --- a/actar/GarfieldPhysics.cxx +++ b/actar/GarfieldPhysics.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/GarfieldPhysics.h b/actar/GarfieldPhysics.h index a9c688177..a7020b1ba 100644 --- a/actar/GarfieldPhysics.h +++ b/actar/GarfieldPhysics.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/R3BActar.cxx b/actar/R3BActar.cxx index 9626c7cf4..dff3f4dc1 100644 --- a/actar/R3BActar.cxx +++ b/actar/R3BActar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/R3BActar.h b/actar/R3BActar.h index fd90922c9..a4de1dced 100644 --- a/actar/R3BActar.h +++ b/actar/R3BActar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/RunConfiguration.cxx b/actar/RunConfiguration.cxx index 65e3750fe..52000fca1 100644 --- a/actar/RunConfiguration.cxx +++ b/actar/RunConfiguration.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/actar/RunConfiguration.h b/actar/RunConfiguration.h index c8fb163a8..1a6241dc8 100644 --- a/actar/RunConfiguration.h +++ b/actar/RunConfiguration.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/alpide/AlpideLinkDef.h b/alpide/AlpideLinkDef.h index a8f7bbe97..1eb4ba23f 100644 --- a/alpide/AlpideLinkDef.h +++ b/alpide/AlpideLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/alpide/geo/R3BAlpideGeometry.cxx b/alpide/geo/R3BAlpideGeometry.cxx index ab09fa934..3759cc0b9 100644 --- a/alpide/geo/R3BAlpideGeometry.cxx +++ b/alpide/geo/R3BAlpideGeometry.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/alpide/geo/R3BAlpideGeometry.h b/alpide/geo/R3BAlpideGeometry.h index 844621ff6..a051953b1 100644 --- a/alpide/geo/R3BAlpideGeometry.h +++ b/alpide/geo/R3BAlpideGeometry.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.cxx b/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.cxx index 806aa7f27..01a187ef0 100644 --- a/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.cxx +++ b/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.h b/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.h index f3ed8e1b1..66d5674a4 100644 --- a/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.h +++ b/alpide/online/R3BSingleAlpideCorrelationOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/alpide/sim/R3BAlpide.cxx b/alpide/sim/R3BAlpide.cxx index 74430befb..7176be220 100644 --- a/alpide/sim/R3BAlpide.cxx +++ b/alpide/sim/R3BAlpide.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/alpide/test/testAlpideContainerPar.cxx b/alpide/test/testAlpideContainerPar.cxx index 33d078011..239dd4664 100644 --- a/alpide/test/testAlpideContainerPar.cxx +++ b/alpide/test/testAlpideContainerPar.cxx @@ -1,7 +1,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/AnaLinkDef.h b/analysis/AnaLinkDef.h index 16aef363d..13b48b43a 100644 --- a/analysis/AnaLinkDef.h +++ b/analysis/AnaLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/CMakeLists.txt b/analysis/CMakeLists.txt index 00f4af5c4..6394c7882 100644 --- a/analysis/CMakeLists.txt +++ b/analysis/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/analysis/offline/R3BAnalysisIncomingFrs.cxx b/analysis/offline/R3BAnalysisIncomingFrs.cxx index d0b2d26cc..75b20b283 100644 --- a/analysis/offline/R3BAnalysisIncomingFrs.cxx +++ b/analysis/offline/R3BAnalysisIncomingFrs.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BAnalysisIncomingFrs.h b/analysis/offline/R3BAnalysisIncomingFrs.h index fdab0651d..f3520563b 100644 --- a/analysis/offline/R3BAnalysisIncomingFrs.h +++ b/analysis/offline/R3BAnalysisIncomingFrs.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BAnalysisIncomingID.cxx b/analysis/offline/R3BAnalysisIncomingID.cxx index c45f8d5f6..546be0940 100644 --- a/analysis/offline/R3BAnalysisIncomingID.cxx +++ b/analysis/offline/R3BAnalysisIncomingID.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BAnalysisIncomingID.h b/analysis/offline/R3BAnalysisIncomingID.h index 85a8edbce..8565795ab 100644 --- a/analysis/offline/R3BAnalysisIncomingID.h +++ b/analysis/offline/R3BAnalysisIncomingID.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BGlobalAnalysis.cxx b/analysis/offline/R3BGlobalAnalysis.cxx index 280de8bae..d16765fcc 100644 --- a/analysis/offline/R3BGlobalAnalysis.cxx +++ b/analysis/offline/R3BGlobalAnalysis.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BGlobalAnalysis.h b/analysis/offline/R3BGlobalAnalysis.h index b53a7a8a5..df06ebdd3 100644 --- a/analysis/offline/R3BGlobalAnalysis.h +++ b/analysis/offline/R3BGlobalAnalysis.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BGlobalAnalysisS454.cxx b/analysis/offline/R3BGlobalAnalysisS454.cxx index 8486326b5..c2e5132b7 100644 --- a/analysis/offline/R3BGlobalAnalysisS454.cxx +++ b/analysis/offline/R3BGlobalAnalysisS454.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BGlobalAnalysisS454.h b/analysis/offline/R3BGlobalAnalysisS454.h index b369d0992..eafe0b161 100644 --- a/analysis/offline/R3BGlobalAnalysisS454.h +++ b/analysis/offline/R3BGlobalAnalysisS454.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BIncomingBeta.cxx b/analysis/offline/R3BIncomingBeta.cxx index ba390fd47..7ba7ed33f 100644 --- a/analysis/offline/R3BIncomingBeta.cxx +++ b/analysis/offline/R3BIncomingBeta.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BIncomingBeta.h b/analysis/offline/R3BIncomingBeta.h index 420ba02f8..142d0999f 100644 --- a/analysis/offline/R3BIncomingBeta.h +++ b/analysis/offline/R3BIncomingBeta.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BTprevTnext.cxx b/analysis/offline/R3BTprevTnext.cxx index 911f3f417..b158341dd 100644 --- a/analysis/offline/R3BTprevTnext.cxx +++ b/analysis/offline/R3BTprevTnext.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BTprevTnext.h b/analysis/offline/R3BTprevTnext.h index b6660bf10..265d9f1ee 100644 --- a/analysis/offline/R3BTprevTnext.h +++ b/analysis/offline/R3BTprevTnext.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BTrackS454.cxx b/analysis/offline/R3BTrackS454.cxx index 5d9d7972e..5156a3291 100644 --- a/analysis/offline/R3BTrackS454.cxx +++ b/analysis/offline/R3BTrackS454.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BTrackS454.h b/analysis/offline/R3BTrackS454.h index c0e4a29f7..b1e77fcfe 100644 --- a/analysis/offline/R3BTrackS454.h +++ b/analysis/offline/R3BTrackS454.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BTrackerTestS454.cxx b/analysis/offline/R3BTrackerTestS454.cxx index 16c811a50..3d9a2b167 100644 --- a/analysis/offline/R3BTrackerTestS454.cxx +++ b/analysis/offline/R3BTrackerTestS454.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/offline/R3BTrackerTestS454.h b/analysis/offline/R3BTrackerTestS454.h index cd9007e48..08c0f7fc0 100644 --- a/analysis/offline/R3BTrackerTestS454.h +++ b/analysis/offline/R3BTrackerTestS454.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BCalifavsFootOnlineSpectra.cxx b/analysis/online/R3BCalifavsFootOnlineSpectra.cxx index c669264bc..df38cbf48 100644 --- a/analysis/online/R3BCalifavsFootOnlineSpectra.cxx +++ b/analysis/online/R3BCalifavsFootOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BCalifavsFootOnlineSpectra.h b/analysis/online/R3BCalifavsFootOnlineSpectra.h index 11daa9b2c..f322f1572 100644 --- a/analysis/online/R3BCalifavsFootOnlineSpectra.h +++ b/analysis/online/R3BCalifavsFootOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BCalifavsTofDOnlineSpectra.cxx b/analysis/online/R3BCalifavsTofDOnlineSpectra.cxx index 0e96f215f..7e117571d 100644 --- a/analysis/online/R3BCalifavsTofDOnlineSpectra.cxx +++ b/analysis/online/R3BCalifavsTofDOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BCalifavsTofDOnlineSpectra.h b/analysis/online/R3BCalifavsTofDOnlineSpectra.h index a64fd44e6..60a80684f 100644 --- a/analysis/online/R3BCalifavsTofDOnlineSpectra.h +++ b/analysis/online/R3BCalifavsTofDOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BFiberTrackingOnlineSpectra.cxx b/analysis/online/R3BFiberTrackingOnlineSpectra.cxx index 363783176..235ec86b7 100644 --- a/analysis/online/R3BFiberTrackingOnlineSpectra.cxx +++ b/analysis/online/R3BFiberTrackingOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BFiberTrackingOnlineSpectra.h b/analysis/online/R3BFiberTrackingOnlineSpectra.h index fb897b892..009fd67f4 100644 --- a/analysis/online/R3BFiberTrackingOnlineSpectra.h +++ b/analysis/online/R3BFiberTrackingOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BFibervsTofDOnlineSpectra.cxx b/analysis/online/R3BFibervsTofDOnlineSpectra.cxx index 2a8409ee7..db6940a89 100644 --- a/analysis/online/R3BFibervsTofDOnlineSpectra.cxx +++ b/analysis/online/R3BFibervsTofDOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BFibervsTofDOnlineSpectra.h b/analysis/online/R3BFibervsTofDOnlineSpectra.h index 1bb6cbc58..4dfb700c9 100644 --- a/analysis/online/R3BFibervsTofDOnlineSpectra.h +++ b/analysis/online/R3BFibervsTofDOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BGeneralOnlineSpectra.cxx b/analysis/online/R3BGeneralOnlineSpectra.cxx index 82f2a7252..11db6dc2a 100644 --- a/analysis/online/R3BGeneralOnlineSpectra.cxx +++ b/analysis/online/R3BGeneralOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BGeneralOnlineSpectra.h b/analysis/online/R3BGeneralOnlineSpectra.h index 9bc4831b7..726b264f1 100644 --- a/analysis/online/R3BGeneralOnlineSpectra.h +++ b/analysis/online/R3BGeneralOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BIncomingIDOnlineSpectra.cxx b/analysis/online/R3BIncomingIDOnlineSpectra.cxx index e2acd2f66..7232c2077 100644 --- a/analysis/online/R3BIncomingIDOnlineSpectra.cxx +++ b/analysis/online/R3BIncomingIDOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BIncomingIDOnlineSpectra.h b/analysis/online/R3BIncomingIDOnlineSpectra.h index 1186f6d5f..92a6901cb 100644 --- a/analysis/online/R3BIncomingIDOnlineSpectra.h +++ b/analysis/online/R3BIncomingIDOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BIncomingTrackingOnlineSpectra.cxx b/analysis/online/R3BIncomingTrackingOnlineSpectra.cxx index 333bad2cc..b5bc3840b 100644 --- a/analysis/online/R3BIncomingTrackingOnlineSpectra.cxx +++ b/analysis/online/R3BIncomingTrackingOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BIncomingTrackingOnlineSpectra.h b/analysis/online/R3BIncomingTrackingOnlineSpectra.h index c3d582b54..8a0ae03b5 100644 --- a/analysis/online/R3BIncomingTrackingOnlineSpectra.h +++ b/analysis/online/R3BIncomingTrackingOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BMwpcvsTttxOnlineSpectra.cxx b/analysis/online/R3BMwpcvsTttxOnlineSpectra.cxx index c4a8ae9bd..191348ee3 100644 --- a/analysis/online/R3BMwpcvsTttxOnlineSpectra.cxx +++ b/analysis/online/R3BMwpcvsTttxOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BMwpcvsTttxOnlineSpectra.h b/analysis/online/R3BMwpcvsTttxOnlineSpectra.h index 77c0c0251..b8e26dbdb 100644 --- a/analysis/online/R3BMwpcvsTttxOnlineSpectra.h +++ b/analysis/online/R3BMwpcvsTttxOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectra.cxx b/analysis/online/R3BOnlineSpectra.cxx index 1cc34f199..f97138448 100644 --- a/analysis/online/R3BOnlineSpectra.cxx +++ b/analysis/online/R3BOnlineSpectra.cxx @@ -1,7 +1,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectra.h b/analysis/online/R3BOnlineSpectra.h index d4acf154b..33d0802e6 100644 --- a/analysis/online/R3BOnlineSpectra.h +++ b/analysis/online/R3BOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraBMON_S494.cxx b/analysis/online/R3BOnlineSpectraBMON_S494.cxx index 0b72bbcbd..467c900b3 100644 --- a/analysis/online/R3BOnlineSpectraBMON_S494.cxx +++ b/analysis/online/R3BOnlineSpectraBMON_S494.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraBMON_S494.h b/analysis/online/R3BOnlineSpectraBMON_S494.h index cb572fa41..6325de1f8 100644 --- a/analysis/online/R3BOnlineSpectraBMON_S494.h +++ b/analysis/online/R3BOnlineSpectraBMON_S494.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraDec2019.cxx b/analysis/online/R3BOnlineSpectraDec2019.cxx index e1f685505..98bb01865 100644 --- a/analysis/online/R3BOnlineSpectraDec2019.cxx +++ b/analysis/online/R3BOnlineSpectraDec2019.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraDec2019.h b/analysis/online/R3BOnlineSpectraDec2019.h index 346a59001..79a27ebc3 100644 --- a/analysis/online/R3BOnlineSpectraDec2019.h +++ b/analysis/online/R3BOnlineSpectraDec2019.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraFiber23.cxx b/analysis/online/R3BOnlineSpectraFiber23.cxx index 5b4e4c0ad..035b6ad71 100644 --- a/analysis/online/R3BOnlineSpectraFiber23.cxx +++ b/analysis/online/R3BOnlineSpectraFiber23.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraFiber23.h b/analysis/online/R3BOnlineSpectraFiber23.h index e88e33b55..30822eb8d 100644 --- a/analysis/online/R3BOnlineSpectraFiber23.h +++ b/analysis/online/R3BOnlineSpectraFiber23.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraFibvsToFDS494.cxx b/analysis/online/R3BOnlineSpectraFibvsToFDS494.cxx index 22e4e4f4f..333a191aa 100644 --- a/analysis/online/R3BOnlineSpectraFibvsToFDS494.cxx +++ b/analysis/online/R3BOnlineSpectraFibvsToFDS494.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraFibvsToFDS494.h b/analysis/online/R3BOnlineSpectraFibvsToFDS494.h index a328742b2..7275be726 100644 --- a/analysis/online/R3BOnlineSpectraFibvsToFDS494.h +++ b/analysis/online/R3BOnlineSpectraFibvsToFDS494.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraLosVsSci2.cxx b/analysis/online/R3BOnlineSpectraLosVsSci2.cxx index 63ef54971..505776120 100644 --- a/analysis/online/R3BOnlineSpectraLosVsSci2.cxx +++ b/analysis/online/R3BOnlineSpectraLosVsSci2.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraLosVsSci2.h b/analysis/online/R3BOnlineSpectraLosVsSci2.h index 4cbe7b7c0..627e10566 100644 --- a/analysis/online/R3BOnlineSpectraLosVsSci2.h +++ b/analysis/online/R3BOnlineSpectraLosVsSci2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraPdc.cxx b/analysis/online/R3BOnlineSpectraPdc.cxx index 6a64ce0bf..f55796254 100644 --- a/analysis/online/R3BOnlineSpectraPdc.cxx +++ b/analysis/online/R3BOnlineSpectraPdc.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraPdc.h b/analysis/online/R3BOnlineSpectraPdc.h index b866467d6..ed0c07ccd 100644 --- a/analysis/online/R3BOnlineSpectraPdc.h +++ b/analysis/online/R3BOnlineSpectraPdc.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraSfib.cxx b/analysis/online/R3BOnlineSpectraSfib.cxx index ada3feb2a..680c8b6c5 100644 --- a/analysis/online/R3BOnlineSpectraSfib.cxx +++ b/analysis/online/R3BOnlineSpectraSfib.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraSfib.h b/analysis/online/R3BOnlineSpectraSfib.h index 21a1b20c4..45f3da8f2 100644 --- a/analysis/online/R3BOnlineSpectraSfib.h +++ b/analysis/online/R3BOnlineSpectraSfib.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraToFD_S494.cxx b/analysis/online/R3BOnlineSpectraToFD_S494.cxx index 16ab85220..90f9ae4df 100644 --- a/analysis/online/R3BOnlineSpectraToFD_S494.cxx +++ b/analysis/online/R3BOnlineSpectraToFD_S494.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraToFD_S494.h b/analysis/online/R3BOnlineSpectraToFD_S494.h index 8d3fd3cbb..abf386e4d 100644 --- a/analysis/online/R3BOnlineSpectraToFD_S494.h +++ b/analysis/online/R3BOnlineSpectraToFD_S494.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraToFI_S494.cxx b/analysis/online/R3BOnlineSpectraToFI_S494.cxx index 319494229..4b7ed48af 100644 --- a/analysis/online/R3BOnlineSpectraToFI_S494.cxx +++ b/analysis/online/R3BOnlineSpectraToFI_S494.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpectraToFI_S494.h b/analysis/online/R3BOnlineSpectraToFI_S494.h index 1a718f56c..3f130738c 100644 --- a/analysis/online/R3BOnlineSpectraToFI_S494.h +++ b/analysis/online/R3BOnlineSpectraToFI_S494.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpillAnalysis.cxx b/analysis/online/R3BOnlineSpillAnalysis.cxx index c2dac31f1..807d5e321 100644 --- a/analysis/online/R3BOnlineSpillAnalysis.cxx +++ b/analysis/online/R3BOnlineSpillAnalysis.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSpillAnalysis.h b/analysis/online/R3BOnlineSpillAnalysis.h index 5241c1586..00fca8cbe 100644 --- a/analysis/online/R3BOnlineSpillAnalysis.h +++ b/analysis/online/R3BOnlineSpillAnalysis.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSyncCheck.cxx b/analysis/online/R3BOnlineSyncCheck.cxx index d7231a9a2..ff775ba10 100644 --- a/analysis/online/R3BOnlineSyncCheck.cxx +++ b/analysis/online/R3BOnlineSyncCheck.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BOnlineSyncCheck.h b/analysis/online/R3BOnlineSyncCheck.h index 2310cdf48..0da0699ed 100644 --- a/analysis/online/R3BOnlineSyncCheck.h +++ b/analysis/online/R3BOnlineSyncCheck.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BTofDvsTttxOnlineSpectra.cxx b/analysis/online/R3BTofDvsTttxOnlineSpectra.cxx index 1f7e04e21..f86a42eb6 100644 --- a/analysis/online/R3BTofDvsTttxOnlineSpectra.cxx +++ b/analysis/online/R3BTofDvsTttxOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BTofDvsTttxOnlineSpectra.h b/analysis/online/R3BTofDvsTttxOnlineSpectra.h index 2deb7a644..aee32a6fb 100644 --- a/analysis/online/R3BTofDvsTttxOnlineSpectra.h +++ b/analysis/online/R3BTofDvsTttxOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BTwimvsFootOnlineSpectra.cxx b/analysis/online/R3BTwimvsFootOnlineSpectra.cxx index cdf0e8e73..6ead6ff40 100644 --- a/analysis/online/R3BTwimvsFootOnlineSpectra.cxx +++ b/analysis/online/R3BTwimvsFootOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/online/R3BTwimvsFootOnlineSpectra.h b/analysis/online/R3BTwimvsFootOnlineSpectra.h index 30ae856ab..f19724608 100644 --- a/analysis/online/R3BTwimvsFootOnlineSpectra.h +++ b/analysis/online/R3BTwimvsFootOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BAnalysisContFact.cxx b/analysis/pars/R3BAnalysisContFact.cxx index 939be3e20..15e117a56 100644 --- a/analysis/pars/R3BAnalysisContFact.cxx +++ b/analysis/pars/R3BAnalysisContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BAnalysisContFact.h b/analysis/pars/R3BAnalysisContFact.h index 144b98542..f4efa08e4 100644 --- a/analysis/pars/R3BAnalysisContFact.h +++ b/analysis/pars/R3BAnalysisContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BIncomingIDPar.cxx b/analysis/pars/R3BIncomingIDPar.cxx index 8599299b1..0537c4c58 100644 --- a/analysis/pars/R3BIncomingIDPar.cxx +++ b/analysis/pars/R3BIncomingIDPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BIncomingIDPar.h b/analysis/pars/R3BIncomingIDPar.h index b2ef4fc99..50e5bfcba 100644 --- a/analysis/pars/R3BIncomingIDPar.h +++ b/analysis/pars/R3BIncomingIDPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BMSOffsetContFact.cxx b/analysis/pars/R3BMSOffsetContFact.cxx index 0bd3cb85b..6f9a12b0e 100644 --- a/analysis/pars/R3BMSOffsetContFact.cxx +++ b/analysis/pars/R3BMSOffsetContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BMSOffsetContFact.h b/analysis/pars/R3BMSOffsetContFact.h index cda44ed86..ed499b87e 100644 --- a/analysis/pars/R3BMSOffsetContFact.h +++ b/analysis/pars/R3BMSOffsetContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BMSOffsetFinder.cxx b/analysis/pars/R3BMSOffsetFinder.cxx index 95a5b1dd1..e8ad6bd6f 100644 --- a/analysis/pars/R3BMSOffsetFinder.cxx +++ b/analysis/pars/R3BMSOffsetFinder.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BMSOffsetFinder.h b/analysis/pars/R3BMSOffsetFinder.h index 400e90d32..97109c732 100644 --- a/analysis/pars/R3BMSOffsetFinder.h +++ b/analysis/pars/R3BMSOffsetFinder.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BMSOffsetPar.cxx b/analysis/pars/R3BMSOffsetPar.cxx index 5d648e54b..6fd0ca44e 100644 --- a/analysis/pars/R3BMSOffsetPar.cxx +++ b/analysis/pars/R3BMSOffsetPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/analysis/pars/R3BMSOffsetPar.h b/analysis/pars/R3BMSOffsetPar.h index b5e241550..b77fb89a7 100644 --- a/analysis/pars/R3BMSOffsetPar.h +++ b/analysis/pars/R3BMSOffsetPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/atima/AtimaLinkDef.h b/atima/AtimaLinkDef.h index 33a3b091c..0bbef7b39 100644 --- a/atima/AtimaLinkDef.h +++ b/atima/AtimaLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/atima/CMakeLists.txt b/atima/CMakeLists.txt index 9571238c3..907f666d6 100644 --- a/atima/CMakeLists.txt +++ b/atima/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/atima/R3BAtima.cxx b/atima/R3BAtima.cxx index dbeffe7bb..8cf5afca6 100644 --- a/atima/R3BAtima.cxx +++ b/atima/R3BAtima.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/atima/R3BAtima.h b/atima/R3BAtima.h index 4ee07ac7c..b4da5c67d 100644 --- a/atima/R3BAtima.h +++ b/atima/R3BAtima.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/atima/R3BAtimaCache.cxx b/atima/R3BAtimaCache.cxx index 6e8423800..ceea81de5 100644 --- a/atima/R3BAtimaCache.cxx +++ b/atima/R3BAtimaCache.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/atima/R3BAtimaCache.h b/atima/R3BAtimaCache.h index 079283d03..ce394956e 100644 --- a/atima/R3BAtimaCache.h +++ b/atima/R3BAtimaCache.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/atima/test/CMakeLists.txt b/atima/test/CMakeLists.txt index ea5ab83dd..29a260e40 100644 --- a/atima/test/CMakeLists.txt +++ b/atima/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/atima/test/testR3BAtima.cxx b/atima/test/testR3BAtima.cxx index 1237185c6..1cf84c70e 100644 --- a/atima/test/testR3BAtima.cxx +++ b/atima/test/testR3BAtima.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/CMakeLists.txt b/califa/CMakeLists.txt index e8de8be21..1d9bc0155 100644 --- a/califa/CMakeLists.txt +++ b/califa/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/califa/CalifaLinkDef.h b/califa/CalifaLinkDef.h index 70dbd97f8..6901ac5b8 100644 --- a/califa/CalifaLinkDef.h +++ b/califa/CalifaLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/ROOT_template_hacks.h b/califa/ROOT_template_hacks.h index df6528cd7..9562a067e 100644 --- a/califa/ROOT_template_hacks.h +++ b/califa/ROOT_template_hacks.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/ana/R3BCalifaCrystalCalDataAnalysis.cxx b/califa/ana/R3BCalifaCrystalCalDataAnalysis.cxx index a0198d9b1..668fa9e7e 100644 --- a/califa/ana/R3BCalifaCrystalCalDataAnalysis.cxx +++ b/califa/ana/R3BCalifaCrystalCalDataAnalysis.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/ana/R3BCalifaCrystalCalDataAnalysis.h b/califa/ana/R3BCalifaCrystalCalDataAnalysis.h index 958d0c649..5238e26a3 100644 --- a/califa/ana/R3BCalifaCrystalCalDataAnalysis.h +++ b/califa/ana/R3BCalifaCrystalCalDataAnalysis.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaCrystalCal2Cluster.cxx b/califa/calibration/R3BCalifaCrystalCal2Cluster.cxx index 8e128304e..145029e84 100644 --- a/califa/calibration/R3BCalifaCrystalCal2Cluster.cxx +++ b/califa/calibration/R3BCalifaCrystalCal2Cluster.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaCrystalCal2Cluster.h b/califa/calibration/R3BCalifaCrystalCal2Cluster.h index 990f16553..28589abb2 100644 --- a/califa/calibration/R3BCalifaCrystalCal2Cluster.h +++ b/califa/calibration/R3BCalifaCrystalCal2Cluster.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.cxx b/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.cxx index 1e2cf4f27..7a22ff035 100644 --- a/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.cxx +++ b/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.h b/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.h index b13c91a87..8cef00a6a 100644 --- a/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.h +++ b/califa/calibration/R3BCalifaCrystalCal2CrystalCalPID.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaCrystalCal2TotCalPar.cxx b/califa/calibration/R3BCalifaCrystalCal2TotCalPar.cxx index 3227e1eb9..d621a1b0b 100644 --- a/califa/calibration/R3BCalifaCrystalCal2TotCalPar.cxx +++ b/califa/calibration/R3BCalifaCrystalCal2TotCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaCrystalCal2TotCalPar.h b/califa/calibration/R3BCalifaCrystalCal2TotCalPar.h index 0d2cd80b6..e0ac2ae69 100644 --- a/califa/calibration/R3BCalifaCrystalCal2TotCalPar.h +++ b/califa/calibration/R3BCalifaCrystalCal2TotCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaMapped2CrystalCal.cxx b/califa/calibration/R3BCalifaMapped2CrystalCal.cxx index a9de25b77..3c095e192 100644 --- a/califa/calibration/R3BCalifaMapped2CrystalCal.cxx +++ b/califa/calibration/R3BCalifaMapped2CrystalCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaMapped2CrystalCal.h b/califa/calibration/R3BCalifaMapped2CrystalCal.h index f6abf0cd4..5f55c73bd 100644 --- a/califa/calibration/R3BCalifaMapped2CrystalCal.h +++ b/califa/calibration/R3BCalifaMapped2CrystalCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaMapped2CrystalCalPar.cxx b/califa/calibration/R3BCalifaMapped2CrystalCalPar.cxx index b9376b26f..30e81f490 100644 --- a/califa/calibration/R3BCalifaMapped2CrystalCalPar.cxx +++ b/califa/calibration/R3BCalifaMapped2CrystalCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/calibration/R3BCalifaMapped2CrystalCalPar.h b/califa/calibration/R3BCalifaMapped2CrystalCalPar.h index 84ec8b3bd..852db5531 100644 --- a/califa/calibration/R3BCalifaMapped2CrystalCalPar.h +++ b/califa/calibration/R3BCalifaMapped2CrystalCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/geobase/CMakeLists.txt b/califa/geobase/CMakeLists.txt index 7e9d546a6..e5d59d1b4 100644 --- a/califa/geobase/CMakeLists.txt +++ b/califa/geobase/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/califa/geobase/create_califa_geo.C b/califa/geobase/create_califa_geo.C index 7e62d4ff3..2b1d3cb7b 100644 --- a/califa/geobase/create_califa_geo.C +++ b/califa/geobase/create_califa_geo.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/online/R3BCalifaDemoOnlineSpectra.cxx b/califa/online/R3BCalifaDemoOnlineSpectra.cxx index a260724f2..af382ffc6 100644 --- a/califa/online/R3BCalifaDemoOnlineSpectra.cxx +++ b/califa/online/R3BCalifaDemoOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/online/R3BCalifaDemoOnlineSpectra.h b/califa/online/R3BCalifaDemoOnlineSpectra.h index 37b0a588f..1cc4db199 100644 --- a/califa/online/R3BCalifaDemoOnlineSpectra.h +++ b/califa/online/R3BCalifaDemoOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/online/R3BCalifaJulichOnlineSpectra.cxx b/califa/online/R3BCalifaJulichOnlineSpectra.cxx index 5dccdc842..f73969a95 100644 --- a/califa/online/R3BCalifaJulichOnlineSpectra.cxx +++ b/califa/online/R3BCalifaJulichOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/online/R3BCalifaJulichOnlineSpectra.h b/califa/online/R3BCalifaJulichOnlineSpectra.h index ffa1a416f..780fc37dc 100644 --- a/califa/online/R3BCalifaJulichOnlineSpectra.h +++ b/califa/online/R3BCalifaJulichOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/online/R3BCalifaOnlineSpectra.cxx b/califa/online/R3BCalifaOnlineSpectra.cxx index 52aa1cd0b..ca6c53f35 100644 --- a/califa/online/R3BCalifaOnlineSpectra.cxx +++ b/califa/online/R3BCalifaOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/online/R3BCalifaOnlineSpectra.h b/califa/online/R3BCalifaOnlineSpectra.h index a2fbcf877..7c5c04b4d 100644 --- a/califa/online/R3BCalifaOnlineSpectra.h +++ b/califa/online/R3BCalifaOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaClusterPar.cxx b/califa/pars/R3BCalifaClusterPar.cxx index 1367d5090..47340005d 100644 --- a/califa/pars/R3BCalifaClusterPar.cxx +++ b/califa/pars/R3BCalifaClusterPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaClusterPar.h b/califa/pars/R3BCalifaClusterPar.h index 8425e423d..7e61d6b80 100644 --- a/califa/pars/R3BCalifaClusterPar.h +++ b/califa/pars/R3BCalifaClusterPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaContFact.cxx b/califa/pars/R3BCalifaContFact.cxx index 664e3a737..b1ca96685 100644 --- a/califa/pars/R3BCalifaContFact.cxx +++ b/califa/pars/R3BCalifaContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaContFact.h b/califa/pars/R3BCalifaContFact.h index 58a05f295..574f265b6 100644 --- a/califa/pars/R3BCalifaContFact.h +++ b/califa/pars/R3BCalifaContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaCrystalCalPar.cxx b/califa/pars/R3BCalifaCrystalCalPar.cxx index 2d612d78b..8ff407f24 100644 --- a/califa/pars/R3BCalifaCrystalCalPar.cxx +++ b/califa/pars/R3BCalifaCrystalCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaCrystalCalPar.h b/califa/pars/R3BCalifaCrystalCalPar.h index 06fea9e0f..8f58f9e30 100644 --- a/califa/pars/R3BCalifaCrystalCalPar.h +++ b/califa/pars/R3BCalifaCrystalCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaGeometry.cxx b/califa/pars/R3BCalifaGeometry.cxx index e811ff396..9e2330036 100644 --- a/califa/pars/R3BCalifaGeometry.cxx +++ b/califa/pars/R3BCalifaGeometry.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaGeometry.h b/califa/pars/R3BCalifaGeometry.h index 3e69f744c..ad3fd9a3f 100644 --- a/califa/pars/R3BCalifaGeometry.h +++ b/califa/pars/R3BCalifaGeometry.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaMappingPar.cxx b/califa/pars/R3BCalifaMappingPar.cxx index 553ccb13b..546f35968 100644 --- a/califa/pars/R3BCalifaMappingPar.cxx +++ b/califa/pars/R3BCalifaMappingPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaMappingPar.h b/califa/pars/R3BCalifaMappingPar.h index dbb667b3a..eb8978272 100644 --- a/califa/pars/R3BCalifaMappingPar.h +++ b/califa/pars/R3BCalifaMappingPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaTotCalPar.cxx b/califa/pars/R3BCalifaTotCalPar.cxx index 2c6159595..af72d0aa9 100644 --- a/califa/pars/R3BCalifaTotCalPar.cxx +++ b/califa/pars/R3BCalifaTotCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/pars/R3BCalifaTotCalPar.h b/califa/pars/R3BCalifaTotCalPar.h index 2d368bb1a..57e6ca0bf 100644 --- a/califa/pars/R3BCalifaTotCalPar.h +++ b/califa/pars/R3BCalifaTotCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/sim/R3BCalifa.cxx b/califa/sim/R3BCalifa.cxx index 40379ad68..6227cdb53 100644 --- a/califa/sim/R3BCalifa.cxx +++ b/califa/sim/R3BCalifa.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/sim/R3BCalifa.h b/califa/sim/R3BCalifa.h index 36f8c9949..69a6a17f2 100644 --- a/califa/sim/R3BCalifa.h +++ b/califa/sim/R3BCalifa.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/sim/R3BCalifaDigitizer.cxx b/califa/sim/R3BCalifaDigitizer.cxx index 687d6f5f1..6911c7cb0 100644 --- a/califa/sim/R3BCalifaDigitizer.cxx +++ b/califa/sim/R3BCalifaDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/sim/R3BCalifaDigitizer.h b/califa/sim/R3BCalifaDigitizer.h index 86d20dde8..62a3b782e 100644 --- a/califa/sim/R3BCalifaDigitizer.h +++ b/califa/sim/R3BCalifaDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/test/CMakeLists.txt b/califa/test/CMakeLists.txt index 8b3149d37..561e8952e 100644 --- a/califa/test/CMakeLists.txt +++ b/califa/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/califa/test/testCalifaContainerPar.cxx b/califa/test/testCalifaContainerPar.cxx index 876df0694..6b5e22253 100644 --- a/califa/test/testCalifaContainerPar.cxx +++ b/califa/test/testCalifaContainerPar.cxx @@ -1,7 +1,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/califa/test/testCalifaSimulation.C b/califa/test/testCalifaSimulation.C index d05e00581..0f83f0438 100644 --- a/califa/test/testCalifaSimulation.C +++ b/califa/test/testCalifaSimulation.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index ebde313d9..8754fd5d2 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/FindAtima.cmake b/cmake/modules/FindAtima.cmake index c138fb48b..8cfacd316 100644 --- a/cmake/modules/FindAtima.cmake +++ b/cmake/modules/FindAtima.cmake @@ -1,6 +1,6 @@ ################################################################################ # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/FindClangFormat.cmake b/cmake/modules/FindClangFormat.cmake index a2ded2657..fe5bcfd76 100644 --- a/cmake/modules/FindClangFormat.cmake +++ b/cmake/modules/FindClangFormat.cmake @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/FindEPICS.cmake b/cmake/modules/FindEPICS.cmake index eac377dd5..43045ac45 100644 --- a/cmake/modules/FindEPICS.cmake +++ b/cmake/modules/FindEPICS.cmake @@ -1,6 +1,6 @@ ################################################################################ # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/FindGarfield.cmake b/cmake/modules/FindGarfield.cmake index 8bc767a2b..4a6bafebb 100644 --- a/cmake/modules/FindGarfield.cmake +++ b/cmake/modules/FindGarfield.cmake @@ -1,6 +1,6 @@ ################################################################################ # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/Finducesb.cmake b/cmake/modules/Finducesb.cmake index 8cac68751..c5dff287c 100644 --- a/cmake/modules/Finducesb.cmake +++ b/cmake/modules/Finducesb.cmake @@ -1,6 +1,6 @@ ################################################################################ # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/R3BGenerateVersionInfo.cmake b/cmake/modules/R3BGenerateVersionInfo.cmake index 2c8af5c48..70f48ce0a 100644 --- a/cmake/modules/R3BGenerateVersionInfo.cmake +++ b/cmake/modules/R3BGenerateVersionInfo.cmake @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/R3BMacros.cmake b/cmake/modules/R3BMacros.cmake index f47d3ab1c..22f531c30 100644 --- a/cmake/modules/R3BMacros.cmake +++ b/cmake/modules/R3BMacros.cmake @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/WriteConfigFile_r3b.cmake b/cmake/modules/WriteConfigFile_r3b.cmake index 7c13b742e..66a1787d7 100644 --- a/cmake/modules/WriteConfigFile_r3b.cmake +++ b/cmake/modules/WriteConfigFile_r3b.cmake @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/modules/WriteEnvCache.cmake b/cmake/modules/WriteEnvCache.cmake index 2b9db0ed1..581157905 100644 --- a/cmake/modules/WriteEnvCache.cmake +++ b/cmake/modules/WriteEnvCache.cmake @@ -1,6 +1,6 @@ ################################################################################ # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/private/R3BRootConfig.cmake.in b/cmake/private/R3BRootConfig.cmake.in index 82d09be50..1b68d8597 100644 --- a/cmake/private/R3BRootConfig.cmake.in +++ b/cmake/private/R3BRootConfig.cmake.in @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/cmake/private/R3BRootPackage.cmake b/cmake/private/R3BRootPackage.cmake index 43c400bb8..120067132 100644 --- a/cmake/private/R3BRootPackage.cmake +++ b/cmake/private/R3BRootPackage.cmake @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/codemeta.json b/codemeta.json index 40211b9d8..8295241ac 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,16 +4,24 @@ "license": "https://spdx.org/licenses/GPL-3.0", "codeRepository": "https://github.com/R3BRootGroup/R3BRoot", "contIntegration": "https://github.com/R3BRootGroup/R3BRoot/actions", + "name": "R3BRoot", + "softwareVersion": "24.0.0", + "description": "Software for simulations and data analysis of Reactions with Relativistic Radioactive Beams (R3B) experiments at GSI/FAIR", "dateCreated": "2009-04-14", "datePublished": "2009-08-01", "dateModified": "2024-12-06", "downloadUrl": "https://github.com/R3BRootGroup/R3BRoot/archive/refs/tags/dec24.tar.gz", "issueTracker": "https://github.com/R3BRootGroup/R3BRoot/issues", - "name": "R3BRoot", - "softwareVersion": "dec24", - "description": "Software for simulations and data analysis of Reactions with Relativistic Radioactive Beams experiment at FAIR", "readme": "https://github.com/R3BRootGroup/R3BRoot/blob/dev/README.md", + "relatedLink": "https://www.gsi.de/work/forschung/nustarenna/nustarenna_divisions/kernreaktionen/activities/r3b", "releaseNotes": "", + "identifier": "https://doi.org/10.5281/zenodo.5549469", + "memoryRequirements": "8 GB of RAM (minimum), 16 GB recommended for large simulations or data analysis", + "processorRequirements": "Intel Core i5 or equivalent (minimum), i7 or better recommended for optimal performance", + "storageRequirements": "At least 2 GB of free disk space for the software", + "copyrightHolder": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany", + "funder": "", + "funding": "", "applicationCategory": "Nuclear physics", "developmentStatus": "active", "referencePublication": "https://doi.org/10.1088/1742-6596/523/1/012034", @@ -23,7 +31,7 @@ "cmake", "vmc", "modular", - "Event reconstruction", + "Track reconstruction", "Simulation", "Data analysis", "Structure and dynamics of nuclei", @@ -31,7 +39,9 @@ "Nuclear fission", "Hypernuclei", "Equation of state", - "Short range NN correlations" + "Short range NN correlations", + "R3B experiments", + "GSI/FAIR facility" ], "programmingLanguage": [ "C", @@ -51,40 +61,145 @@ "@type": "Person", "givenName": "Jose Luis", "familyName": "Rodriguez Sanchez", - "@id": "https://orcid.org/0000-0002-4702-5294" + "@id": "https://orcid.org/0000-0002-4702-5294", + "affiliation": "CITENI, Industrial Campus of Ferrol, University of Coru\u00f1a, 15403 Ferrol, Spain" }, "author": [ + { + "@type": "Person", + "givenName": "Jose Luis", + "familyName": "Rodr\u00edguez-S\u00e1nchez", + "email": "j.l.rodriguez.sanchez@udc.es", + "affiliation": "CITENI, Industrial Campus of Ferrol, University of Coru\u00f1a, 15403 Ferrol, Spain", + "identifier": "https://orcid.org/0000-0002-4702-5294" + }, { "@type": "Person", "givenName": "Hector", "familyName": "Alvarez Pol", - "@id": "https://orcid.org/0000-0001-9643-6252" + "email": "hector.alvarez@usc.es", + "affiliation": "IGFAE, University of Santiago de Compostela, 15782 Santiago de Compostela, Spain", + "identifier": "https://orcid.org/0000-0001-9643-6252" + }, + { + "@type": "Person", + "givenName": "Leyla", + "familyName": "Atar", + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany" + }, + { + "@type": "Person", + "givenName": "Antoine", + "familyName": "Barriere", + "affiliation": "GANIL, 14000 Caen, France" + }, + { + "@type": "Person", + "givenName": "Lukas", + "familyName": "Bott", + "affiliation": "Goethe University Frankfurt, 60629 Frankfurt am Main, Germany" }, { "@type": "Person", "givenName": "Audrey", "familyName": "Chatillon" }, + { + "@type": "Person", + "givenName": "Martina", + "familyName": "Feijoo-Font\u00e1n", + "affiliation": "IGFAE, University of Santiago de Compostela, 15782 Santiago de Compostela, Spain" + }, { "@type": "Person", "givenName": "Gabriel", - "familyName": "Garcia-Jimenez" + "familyName": "Garc\u00eda-Jim\u00e9nez", + "affiliation": "IGFAE, University of Santiago de Compostela, 15782 Santiago de Compostela, Spain" + }, + { + "@type": "Person", + "givenName": "Igor", + "familyName": "Gasparic", + "affiliation": "RBI Zagreb, HR10000 Zagreb, Croatia" + }, + { + "@type": "Person", + "givenName": "Antia", + "familyName": "Gra\u00f1a-Gonz\u00e1lez", + "affiliation": "CITENI, Industrial Campus of Ferrol, University of Coru\u00f1a, 15403 Ferrol, Spain" }, { "@type": "Person", "givenName": "Michael", - "familyName": "Heil" + "familyName": "Heil", + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany" + }, + { + "@type": "Person", + "givenName": "Andrea", + "familyName": "Horvat", + "affiliation": "RBI Zagreb, HR10000 Zagreb, Croatia" + }, + { + "@type": "Person", + "givenName": "Andrea", + "familyName": "Jedele", + "affiliation": "Technische Universit\u00e4t Darmstadt, Fachbereich Physik, Institut f\u00fcr Kernphysik, 64289 Darmstadt, Germany" + }, + { + "@type": "Person", + "givenName": "H\u00e5kan", + "familyName": "Johansson", + "affiliation": "Institutionen f\u00f6r Fysik, Chalmers Tekniska H\u00f6gskola, 412 96 G\u00f6teborg, Sweden" }, { "@type": "Person", "givenName": "Aleksandra", - "familyName": "Kelic-Heil" + "familyName": "Kelic-Heil", + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany" + }, + { + "@type": "Person", + "givenName": "Philipp", + "familyName": "Klenze", + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany" }, { "@type": "Person", "givenName": "Dmytro", "familyName": "Kresan", - "@id": "https://orcid.org/0000-0002-7537-2875" + "email": "d.kresan@gsi.de", + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany", + "identifier": "https://orcid.org/0000-0002-7537-2875" + }, + { + "@type": "Person", + "givenName": "Eleonora", + "familyName": "Kudaibergenova" + }, + { + "@type": "Person", + "givenName": "Andrea", + "familyName": "Lagni", + "affiliation": "IGFAE, University of Santiago de Compostela, 15782 Santiago de Compostela, Spain" + }, + { + "@type": "Person", + "givenName": "Ivana", + "familyName": "Lihtar", + "affiliation": "RBI Zagreb, HR10000 Zagreb, Croatia" + }, + { + "@type": "Person", + "givenName": "Leandro", + "familyName": "Milhomens da Fonseca", + "affiliation": "Technische Universit\u00e4t Darmstadt, Fachbereich Physik, Institut f\u00fcr Kernphysik, 64289 Darmstadt, Germany" + }, + { + "@type": "Person", + "givenName": "Pierre", + "familyName": "Morfouace", + "affiliation": "CEA, DAM, DIF, 91297 Arpajon, France" }, { "@type": "Person", @@ -104,37 +219,69 @@ { "@type": "Person", "givenName": "Valerii", - "familyName": "Panin" + "familyName": "Panin", + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany" }, { "@type": "Person", - "givenName": "Jose Luis", - "familyName": "Rodriguez Sanchez", - "@id": "https://orcid.org/0000-0002-4702-5294" + "givenName": "Ryo", + "familyName": "Taniuchi", + "affiliation": "School of Physics, Engineering and Technology, University of York, YO10 5DD York, United Kingdom" }, { "@type": "Person", - "givenName": "Ryo", - "familyName": "Taniuchi" + "givenName": "Hans", + "familyName": "T\u00f6rnqvist", + "affiliation": "Institutionen f\u00f6r Fysik, Chalmers Tekniska H\u00f6gskola, 412 96 G\u00f6teborg, Sweden" + }, + { + "@type": "Person", + "givenName": "Vadim", + "familyName": "Wagner" }, { "@type": "Person", - "@id": "https://orcid.org/0000-0002-7006-7986", "givenName": "Yanzhao", - "familyName": "Wang" + "familyName": "Wang", + "affiliation": "Universit\u00e4t zu K\u00f6ln, 50923 K\u00f6ln, Germany" + }, + { + "@type": "Person", + "givenName": "Matthew", + "familyName": "Whitehead" }, { "@type": "Person", "givenName": "Manuel", - "familyName": "Xarepe" + "familyName": "Xarepe", + "affiliation": "Faculty of Science of the University of Lisbon, 1749-016 Lisboa, Portugal" + }, + { + "@type": "Person", + "givenName": "Laurent", + "familyName": "Audouin", + "email": "laurent.audouin@ijclab.in2p3.fr", + "affiliation": "IPN Orsay, 91406 Orsay, France", + "identifier": "https://orcid.org/0000-0001-9899-6923" } ], "contributor": [ { "@type": "Person", - "@id": "https://orcid.org/0000-0002-8071-4497", "givenName": "Mohammad", - "familyName": "Al-Turany" + "familyName": "Al-Turany", + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung, 64291 Darmstadt, Germany" + }, + { + "@type": "Person", + "givenName": "Laurent", + "familyName": "Audouin", + "affiliation": "IPN Orsay, 91406 Orsay, France" + }, + { + "@type": "Person", + "givenName": "Martin", + "familyName": "Bajzek" }, { "@type": "Person", @@ -144,7 +291,8 @@ { "@type": "Person", "givenName": "Pablo", - "familyName": "Cabanelas" + "familyName": "Cabanelas", + "affiliation": "IGFAE, University of Santiago de Compostela, 15782 Santiago de Compostela, Spain" }, { "@type": "Person", @@ -158,8 +306,9 @@ }, { "@type": "Person", - "givenName": "Martina", - "familyName": "Feijoo-Fontan" + "givenName": "Daniel", + "familyName": "Galaviz", + "affiliation": "Faculty of Science of the University of Lisbon, 1749-016 Lisboa, Portugal" }, { "@type": "Person", @@ -168,94 +317,102 @@ }, { "@type": "Person", - "givenName": "Igor", - "familyName": "Gasparic" + "givenName": "Roman", + "familyName": "Gernh\u00e4user", + "affiliation": "Technische Universit\u00e4t M\u00fcnchen, 85748 Garching, Germany" }, { "@type": "Person", - "givenName": "Antia", - "familyName": "Gra\u00f1a-Gonzalez" + "givenName": "Benjamin", + "familyName": "Heiss" }, { "@type": "Person", - "givenName": "Andrea", - "familyName": "Jedele" + "givenName": "Alexander", + "familyName": "Inglessi" }, { "@type": "Person", - "givenName": "H\u00e5kan", - "familyName": "Johansson" + "givenName": "De\u0161a", + "familyName": "Jelavic-Malenica" }, { "@type": "Person", - "givenName": "Benjamin", - "familyName": "Heiss" + "givenName": "Tobias", + "familyName": "Jenegger" }, { "@type": "Person", - "givenName": "Andrea", - "familyName": "Horvat" + "givenName": "Aron", + "familyName": "Kripko" }, { "@type": "Person", - "givenName": "Alexander", - "familyName": "Inglessi" + "givenName": "Marc", + "familyName": "Labiche", + "affiliation": "STFC Daresbury Laboratory, Warrington, United Kingdom" }, { "@type": "Person", - "givenName": "Philipp", - "familyName": "Klenze" + "givenName": "Enis", + "familyName": "Lorenz" }, { "@type": "Person", - "givenName": "Aron", - "familyName": "Kripko" + "givenName": "Stefanos", + "familyName": "Paschalis", + "affiliation": "School of Physics, Engineering and Technology, University of York, YO10 5DD York, United Kingdom" }, { "@type": "Person", - "givenName": "Eleonora", - "familyName": "Kudaibergenova" + "givenName": "Angel", + "familyName": "Perea" }, { "@type": "Person", - "givenName": "Marc", - "familyName": "Labiche" + "givenName": "Ralf", + "familyName": "Plag" }, { "@type": "Person", - "givenName": "Andrea", - "familyName": "Lagni" + "givenName": "Lukas", + "familyName": "Ponnath" }, { "@type": "Person", - "givenName": "Ivana", - "familyName": "Lihtar" + "givenName": "Christine", + "familyName": "Qi" }, { "@type": "Person", - "givenName": "Leandro", - "familyName": "Milhomens da Fonseca" + "givenName": "Alexey", + "familyName": "Rybalchenko" }, { "@type": "Person", - "givenName": "Ralf", - "familyName": "Plag" + "givenName": "Luke", + "familyName": "Rose" }, { "@type": "Person", - "givenName": "Lukas", - "familyName": "Ponnath" + "givenName": "Dominic", + "familyName": "Rossi" }, { "@type": "Person", - "givenName": "Alexey", - "familyName": "Rybalchenko" + "givenName": "Deniz", + "familyName": "Savran" }, { "@type": "Person", "givenName": "Sonja", "familyName": "Storck" }, + { + "@type": "Person", + "givenName": "Christian", + "familyName": "S\u00fcrder" + }, { "@type": "Person", "givenName": "Ina", @@ -266,16 +423,6 @@ "givenName": "Joachim", "familyName": "Tscheuschner" }, - { - "@type": "Person", - "givenName": "Vadim", - "familyName": "Wagner" - }, - { - "@type": "Person", - "givenName": "Matthew", - "familyName": "Whitehead" - }, { "@type": "Person", "givenName": "Alicia", diff --git a/compilehelper/CMakeLists.txt b/compilehelper/CMakeLists.txt index 37250ca21..353cdba94 100644 --- a/compilehelper/CMakeLists.txt +++ b/compilehelper/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # @@ -27,5 +27,4 @@ add_library_with_dictionary( INCLUDEDIRS ${CMAKE_CURRENT_SOURCE_DIR} DEPENDENCIES - R3BPassive - R3BXBall) + R3BPassive) diff --git a/compilehelper/LinkDef.h b/compilehelper/LinkDef.h index 13e043cd3..59ae242be 100644 --- a/compilehelper/LinkDef.h +++ b/compilehelper/LinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/compilehelper/R3BMacroCompiler.cxx b/compilehelper/R3BMacroCompiler.cxx index fcb8f0f44..cfb491fb7 100644 --- a/compilehelper/R3BMacroCompiler.cxx +++ b/compilehelper/R3BMacroCompiler.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/compilehelper/R3BMacroCompiler.h b/compilehelper/R3BMacroCompiler.h index bdd0f6d8d..e1b127bff 100644 --- a/compilehelper/R3BMacroCompiler.h +++ b/compilehelper/R3BMacroCompiler.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/CMakeLists.txt b/dch/CMakeLists.txt index f8cb90559..fb14533d7 100644 --- a/dch/CMakeLists.txt +++ b/dch/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/dch/DchLinkDef.h b/dch/DchLinkDef.h index ac2643162..303757980 100644 --- a/dch/DchLinkDef.h +++ b/dch/DchLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDch.cxx b/dch/R3BDch.cxx index 53904c580..df8226844 100644 --- a/dch/R3BDch.cxx +++ b/dch/R3BDch.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDch.h b/dch/R3BDch.h index b9560b5f3..923eff5bd 100644 --- a/dch/R3BDch.h +++ b/dch/R3BDch.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDch2pDigiPar.cxx b/dch/R3BDch2pDigiPar.cxx index b7019c905..28c1dfed9 100644 --- a/dch/R3BDch2pDigiPar.cxx +++ b/dch/R3BDch2pDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDch2pDigiPar.h b/dch/R3BDch2pDigiPar.h index 8bf67ac35..9508e6439 100644 --- a/dch/R3BDch2pDigiPar.h +++ b/dch/R3BDch2pDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDch2pDigitizer.cxx b/dch/R3BDch2pDigitizer.cxx index 074e64ce1..b39d1db1f 100644 --- a/dch/R3BDch2pDigitizer.cxx +++ b/dch/R3BDch2pDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDch2pDigitizer.h b/dch/R3BDch2pDigitizer.h index f32fb5a50..e6f61ad06 100644 --- a/dch/R3BDch2pDigitizer.h +++ b/dch/R3BDch2pDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDchContFact.cxx b/dch/R3BDchContFact.cxx index 7b6537fe4..2afc7c8b8 100644 --- a/dch/R3BDchContFact.cxx +++ b/dch/R3BDchContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDchContFact.h b/dch/R3BDchContFact.h index a0c8177f2..18a27711b 100644 --- a/dch/R3BDchContFact.h +++ b/dch/R3BDchContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDchDigiPar.cxx b/dch/R3BDchDigiPar.cxx index eba56c9fa..69f768264 100644 --- a/dch/R3BDchDigiPar.cxx +++ b/dch/R3BDchDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDchDigiPar.h b/dch/R3BDchDigiPar.h index acc585fab..76a71b6dc 100644 --- a/dch/R3BDchDigiPar.h +++ b/dch/R3BDchDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDchDigitizer.cxx b/dch/R3BDchDigitizer.cxx index 069d75436..a24357bef 100644 --- a/dch/R3BDchDigitizer.cxx +++ b/dch/R3BDchDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BDchDigitizer.h b/dch/R3BDchDigitizer.h index 4d2500f2e..d0822829c 100644 --- a/dch/R3BDchDigitizer.h +++ b/dch/R3BDchDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BGeoDch.cxx b/dch/R3BGeoDch.cxx index 8cf81b2e0..dd12c8f16 100644 --- a/dch/R3BGeoDch.cxx +++ b/dch/R3BGeoDch.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BGeoDch.h b/dch/R3BGeoDch.h index 350f3bf1b..e684ec361 100644 --- a/dch/R3BGeoDch.h +++ b/dch/R3BGeoDch.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BGeoDchPar.cxx b/dch/R3BGeoDchPar.cxx index 5bf506806..fe0aedd01 100644 --- a/dch/R3BGeoDchPar.cxx +++ b/dch/R3BGeoDchPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/dch/R3BGeoDchPar.h b/dch/R3BGeoDchPar.h index d1fbf2324..0c23f9fec 100644 --- a/dch/R3BGeoDchPar.h +++ b/dch/R3BGeoDchPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/epics/CMakeLists.txt b/epics/CMakeLists.txt index e779d6fe2..10f05c034 100644 --- a/epics/CMakeLists.txt +++ b/epics/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/epics/ChannelAccessLinkDef.h b/epics/ChannelAccessLinkDef.h index f7f285d7d..1b5034eb6 100644 --- a/epics/ChannelAccessLinkDef.h +++ b/epics/ChannelAccessLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/epics/R3BChannelAccess.h b/epics/R3BChannelAccess.h index 7f20ede53..7a69f38e9 100644 --- a/epics/R3BChannelAccess.h +++ b/epics/R3BChannelAccess.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/epics/R3BChannelAccessEPICS.cxx b/epics/R3BChannelAccessEPICS.cxx index 343e77307..f0e8a9ca2 100644 --- a/epics/R3BChannelAccessEPICS.cxx +++ b/epics/R3BChannelAccessEPICS.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/epics/R3BChannelAccessEPICS.h b/epics/R3BChannelAccessEPICS.h index de5ab63a2..33038abd8 100644 --- a/epics/R3BChannelAccessEPICS.h +++ b/epics/R3BChannelAccessEPICS.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/CMakeLists.txt b/evtvis/CMakeLists.txt index 33ea6ce53..2ee67c9f7 100644 --- a/evtvis/CMakeLists.txt +++ b/evtvis/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/evtvis/R3BCalifaClusterEventDisplay.cxx b/evtvis/R3BCalifaClusterEventDisplay.cxx index fd76237f2..e7b61b4a8 100644 --- a/evtvis/R3BCalifaClusterEventDisplay.cxx +++ b/evtvis/R3BCalifaClusterEventDisplay.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BCalifaClusterEventDisplay.h b/evtvis/R3BCalifaClusterEventDisplay.h index b0b5b9c02..e1a553362 100644 --- a/evtvis/R3BCalifaClusterEventDisplay.h +++ b/evtvis/R3BCalifaClusterEventDisplay.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BCalifaEventDisplay.cxx b/evtvis/R3BCalifaEventDisplay.cxx index a22fe51c9..0d6a501a1 100644 --- a/evtvis/R3BCalifaEventDisplay.cxx +++ b/evtvis/R3BCalifaEventDisplay.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BCalifaEventDisplay.h b/evtvis/R3BCalifaEventDisplay.h index a04a5ac2c..d519ec4e2 100644 --- a/evtvis/R3BCalifaEventDisplay.h +++ b/evtvis/R3BCalifaEventDisplay.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BEventDisplayLinkDef.h b/evtvis/R3BEventDisplayLinkDef.h index 7db57a74a..f03a536f2 100644 --- a/evtvis/R3BEventDisplayLinkDef.h +++ b/evtvis/R3BEventDisplayLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BEventManager.cxx b/evtvis/R3BEventManager.cxx index 984ecaaad..0d6be9d12 100644 --- a/evtvis/R3BEventManager.cxx +++ b/evtvis/R3BEventManager.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BEventManager.h b/evtvis/R3BEventManager.h index 200f9273f..ca1b1e0a5 100644 --- a/evtvis/R3BEventManager.h +++ b/evtvis/R3BEventManager.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BEventManagerEditor.cxx b/evtvis/R3BEventManagerEditor.cxx index 56073c2e2..9b985c893 100644 --- a/evtvis/R3BEventManagerEditor.cxx +++ b/evtvis/R3BEventManagerEditor.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BEventManagerEditor.h b/evtvis/R3BEventManagerEditor.h index 57f9ae863..1b4d898b3 100644 --- a/evtvis/R3BEventManagerEditor.h +++ b/evtvis/R3BEventManagerEditor.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BIonName.cxx b/evtvis/R3BIonName.cxx index 6957e1aab..f60e200f5 100644 --- a/evtvis/R3BIonName.cxx +++ b/evtvis/R3BIonName.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BIonName.h b/evtvis/R3BIonName.h index 20c9388f8..54960a256 100644 --- a/evtvis/R3BIonName.h +++ b/evtvis/R3BIonName.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BMCTracks.cxx b/evtvis/R3BMCTracks.cxx index 049c61855..055c99058 100644 --- a/evtvis/R3BMCTracks.cxx +++ b/evtvis/R3BMCTracks.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/evtvis/R3BMCTracks.h b/evtvis/R3BMCTracks.h index 4afe98464..b74a11c44 100644 --- a/evtvis/R3BMCTracks.h +++ b/evtvis/R3BMCTracks.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/CMakeLists.txt b/fiber/CMakeLists.txt index 67433e01e..23a978cf1 100644 --- a/fiber/CMakeLists.txt +++ b/fiber/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/fiber/FiberLinkDef.h b/fiber/FiberLinkDef.h index 8c215b9a5..30df0a73e 100644 --- a/fiber/FiberLinkDef.h +++ b/fiber/FiberLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberCal2Hit.cxx b/fiber/bunched/R3BBunchedFiberCal2Hit.cxx index de8a40717..27ef435f7 100644 --- a/fiber/bunched/R3BBunchedFiberCal2Hit.cxx +++ b/fiber/bunched/R3BBunchedFiberCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberCal2Hit.h b/fiber/bunched/R3BBunchedFiberCal2Hit.h index c634e1111..565d911f2 100644 --- a/fiber/bunched/R3BBunchedFiberCal2Hit.h +++ b/fiber/bunched/R3BBunchedFiberCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberCal2Hit_s494.cxx b/fiber/bunched/R3BBunchedFiberCal2Hit_s494.cxx index 5749b5356..1fff2eac8 100644 --- a/fiber/bunched/R3BBunchedFiberCal2Hit_s494.cxx +++ b/fiber/bunched/R3BBunchedFiberCal2Hit_s494.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberCal2Hit_s494.h b/fiber/bunched/R3BBunchedFiberCal2Hit_s494.h index 640530bd4..47e75f228 100644 --- a/fiber/bunched/R3BBunchedFiberCal2Hit_s494.h +++ b/fiber/bunched/R3BBunchedFiberCal2Hit_s494.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberMapped2Cal.cxx b/fiber/bunched/R3BBunchedFiberMapped2Cal.cxx index 4f76a1034..40b22bfa5 100644 --- a/fiber/bunched/R3BBunchedFiberMapped2Cal.cxx +++ b/fiber/bunched/R3BBunchedFiberMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberMapped2Cal.h b/fiber/bunched/R3BBunchedFiberMapped2Cal.h index de51c6e72..853bc9fc7 100644 --- a/fiber/bunched/R3BBunchedFiberMapped2Cal.h +++ b/fiber/bunched/R3BBunchedFiberMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberMapped2CalPar.cxx b/fiber/bunched/R3BBunchedFiberMapped2CalPar.cxx index 2c8d6901d..f1c3ef299 100644 --- a/fiber/bunched/R3BBunchedFiberMapped2CalPar.cxx +++ b/fiber/bunched/R3BBunchedFiberMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberMapped2CalPar.h b/fiber/bunched/R3BBunchedFiberMapped2CalPar.h index 000adf336..c36f163a9 100644 --- a/fiber/bunched/R3BBunchedFiberMapped2CalPar.h +++ b/fiber/bunched/R3BBunchedFiberMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.cxx b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.cxx index 4edf7ffff..1788078c2 100644 --- a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.cxx +++ b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.h b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.h index a414ee20b..f1a8a96ef 100644 --- a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.h +++ b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.cxx b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.cxx index 8be564e22..ecf535944 100644 --- a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.cxx +++ b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.h b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.h index b9748de65..f68f3b9d7 100644 --- a/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.h +++ b/fiber/bunched/R3BBunchedFiberSPMTTrigMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/digi/R3BFiberDigitizer.cxx b/fiber/digi/R3BFiberDigitizer.cxx index 9b9171e03..e02ae6a46 100644 --- a/fiber/digi/R3BFiberDigitizer.cxx +++ b/fiber/digi/R3BFiberDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/digi/R3BFiberDigitizer.h b/fiber/digi/R3BFiberDigitizer.h index 2e31cffc0..1b32b2374 100644 --- a/fiber/digi/R3BFiberDigitizer.h +++ b/fiber/digi/R3BFiberDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/mapmt/R3BFiberMAPMTCal2Hit.cxx b/fiber/mapmt/R3BFiberMAPMTCal2Hit.cxx index 6f866ef3b..e6b3834fd 100644 --- a/fiber/mapmt/R3BFiberMAPMTCal2Hit.cxx +++ b/fiber/mapmt/R3BFiberMAPMTCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/mapmt/R3BFiberMAPMTCal2Hit.h b/fiber/mapmt/R3BFiberMAPMTCal2Hit.h index 6385dff89..af2a2a00a 100644 --- a/fiber/mapmt/R3BFiberMAPMTCal2Hit.h +++ b/fiber/mapmt/R3BFiberMAPMTCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/mapmt/R3BFiberMAPMTMapped2Cal.cxx b/fiber/mapmt/R3BFiberMAPMTMapped2Cal.cxx index 69015bb45..0d95f09cd 100644 --- a/fiber/mapmt/R3BFiberMAPMTMapped2Cal.cxx +++ b/fiber/mapmt/R3BFiberMAPMTMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/mapmt/R3BFiberMAPMTMapped2Cal.h b/fiber/mapmt/R3BFiberMAPMTMapped2Cal.h index 7804a8f6c..7c7382268 100644 --- a/fiber/mapmt/R3BFiberMAPMTMapped2Cal.h +++ b/fiber/mapmt/R3BFiberMAPMTMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.cxx b/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.cxx index 7bfb03cfe..37d260e1a 100644 --- a/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.cxx +++ b/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.h b/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.h index 47ea0c59e..0a2a04c3a 100644 --- a/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.h +++ b/fiber/mapmt/R3BFiberMAPMTMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.cxx b/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.cxx index c59c9a5c8..61889a052 100644 --- a/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.cxx +++ b/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.h b/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.h index 1b1e29dc8..16a99f718 100644 --- a/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.h +++ b/fiber/online/R3BFiberMAPMTCorrelationOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/online/R3BFiberMAPMTOnlineSpectra.cxx b/fiber/online/R3BFiberMAPMTOnlineSpectra.cxx index 1a5699898..b00d79f5f 100644 --- a/fiber/online/R3BFiberMAPMTOnlineSpectra.cxx +++ b/fiber/online/R3BFiberMAPMTOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/online/R3BFiberMAPMTOnlineSpectra.h b/fiber/online/R3BFiberMAPMTOnlineSpectra.h index 19cc090ca..c1d397fcf 100644 --- a/fiber/online/R3BFiberMAPMTOnlineSpectra.h +++ b/fiber/online/R3BFiberMAPMTOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BBunchedFiberHitModulePar.cxx b/fiber/pars/R3BBunchedFiberHitModulePar.cxx index 62684c579..ff040f8c8 100644 --- a/fiber/pars/R3BBunchedFiberHitModulePar.cxx +++ b/fiber/pars/R3BBunchedFiberHitModulePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BBunchedFiberHitModulePar.h b/fiber/pars/R3BBunchedFiberHitModulePar.h index d315c0c74..2857fa3ae 100644 --- a/fiber/pars/R3BBunchedFiberHitModulePar.h +++ b/fiber/pars/R3BBunchedFiberHitModulePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BBunchedFiberHitPar.cxx b/fiber/pars/R3BBunchedFiberHitPar.cxx index 118cd5505..d3f580faf 100644 --- a/fiber/pars/R3BBunchedFiberHitPar.cxx +++ b/fiber/pars/R3BBunchedFiberHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BBunchedFiberHitPar.h b/fiber/pars/R3BBunchedFiberHitPar.h index 9fde9bfd2..36885900e 100644 --- a/fiber/pars/R3BBunchedFiberHitPar.h +++ b/fiber/pars/R3BBunchedFiberHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberContFact.cxx b/fiber/pars/R3BFiberContFact.cxx index de5402edb..a8f9fd82d 100644 --- a/fiber/pars/R3BFiberContFact.cxx +++ b/fiber/pars/R3BFiberContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberContFact.h b/fiber/pars/R3BFiberContFact.h index b7e2cf5ea..2d8340713 100644 --- a/fiber/pars/R3BFiberContFact.h +++ b/fiber/pars/R3BFiberContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberMAPMTHitModulePar.cxx b/fiber/pars/R3BFiberMAPMTHitModulePar.cxx index aa18c67de..cc7e6fec5 100644 --- a/fiber/pars/R3BFiberMAPMTHitModulePar.cxx +++ b/fiber/pars/R3BFiberMAPMTHitModulePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberMAPMTHitModulePar.h b/fiber/pars/R3BFiberMAPMTHitModulePar.h index 4e41c822c..57c20c475 100644 --- a/fiber/pars/R3BFiberMAPMTHitModulePar.h +++ b/fiber/pars/R3BFiberMAPMTHitModulePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberMAPMTHitPar.cxx b/fiber/pars/R3BFiberMAPMTHitPar.cxx index 4318c7836..c1f7be559 100644 --- a/fiber/pars/R3BFiberMAPMTHitPar.cxx +++ b/fiber/pars/R3BFiberMAPMTHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberMAPMTHitPar.h b/fiber/pars/R3BFiberMAPMTHitPar.h index 4d0892c01..4ae18f647 100644 --- a/fiber/pars/R3BFiberMAPMTHitPar.h +++ b/fiber/pars/R3BFiberMAPMTHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberMappingPar.cxx b/fiber/pars/R3BFiberMappingPar.cxx index 82916b790..3d84d91cb 100644 --- a/fiber/pars/R3BFiberMappingPar.cxx +++ b/fiber/pars/R3BFiberMappingPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/pars/R3BFiberMappingPar.h b/fiber/pars/R3BFiberMappingPar.h index dd5a55297..2af8ad463 100644 --- a/fiber/pars/R3BFiberMappingPar.h +++ b/fiber/pars/R3BFiberMappingPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/sim/R3BFiber.cxx b/fiber/sim/R3BFiber.cxx index 5743cd7d3..d9215fae6 100644 --- a/fiber/sim/R3BFiber.cxx +++ b/fiber/sim/R3BFiber.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/fiber/sim/R3BFiber.h b/fiber/sim/R3BFiber.h index 98f90a275..60d9d3b32 100644 --- a/fiber/sim/R3BFiber.h +++ b/fiber/sim/R3BFiber.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/CMakeLists.txt b/field/CMakeLists.txt index 325c6c5c8..8814d3ccc 100644 --- a/field/CMakeLists.txt +++ b/field/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/field/FieldLinkDef.h b/field/FieldLinkDef.h index f9fc05066..5566429e6 100644 --- a/field/FieldLinkDef.h +++ b/field/FieldLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BAladinFieldMap.cxx b/field/R3BAladinFieldMap.cxx index 5ebba39fa..22c3fcea5 100644 --- a/field/R3BAladinFieldMap.cxx +++ b/field/R3BAladinFieldMap.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BAladinFieldMap.h b/field/R3BAladinFieldMap.h index 3de987f80..f9dc611e4 100644 --- a/field/R3BAladinFieldMap.h +++ b/field/R3BAladinFieldMap.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldConst.cxx b/field/R3BFieldConst.cxx index 08941d123..a56d40b9e 100644 --- a/field/R3BFieldConst.cxx +++ b/field/R3BFieldConst.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldConst.h b/field/R3BFieldConst.h index f18087838..d434311a7 100644 --- a/field/R3BFieldConst.h +++ b/field/R3BFieldConst.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldContFact.cxx b/field/R3BFieldContFact.cxx index ec5baa7b7..3bdcb8f68 100644 --- a/field/R3BFieldContFact.cxx +++ b/field/R3BFieldContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldContFact.h b/field/R3BFieldContFact.h index 8d8e99cf8..0a527b4a3 100644 --- a/field/R3BFieldContFact.h +++ b/field/R3BFieldContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldCreator.cxx b/field/R3BFieldCreator.cxx index 4a8d99f34..7933d49ca 100644 --- a/field/R3BFieldCreator.cxx +++ b/field/R3BFieldCreator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldCreator.h b/field/R3BFieldCreator.h index b2af8355a..b46792843 100644 --- a/field/R3BFieldCreator.h +++ b/field/R3BFieldCreator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldInterp.cxx b/field/R3BFieldInterp.cxx index 2cd0e004e..bbc9e069a 100644 --- a/field/R3BFieldInterp.cxx +++ b/field/R3BFieldInterp.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldInterp.h b/field/R3BFieldInterp.h index 9e4187f0b..0f77f3711 100644 --- a/field/R3BFieldInterp.h +++ b/field/R3BFieldInterp.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldPar.cxx b/field/R3BFieldPar.cxx index 52ad2a035..b81d1b388 100644 --- a/field/R3BFieldPar.cxx +++ b/field/R3BFieldPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BFieldPar.h b/field/R3BFieldPar.h index 366f35499..3d0f8ba5d 100644 --- a/field/R3BFieldPar.h +++ b/field/R3BFieldPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BGladFieldMap.cxx b/field/R3BGladFieldMap.cxx index eee02021c..67715b354 100644 --- a/field/R3BGladFieldMap.cxx +++ b/field/R3BGladFieldMap.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/field/R3BGladFieldMap.h b/field/R3BGladFieldMap.h index b74740a06..50b2e06af 100644 --- a/field/R3BGladFieldMap.h +++ b/field/R3BGladFieldMap.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/CMakeLists.txt b/frssci/CMakeLists.txt index 4bacb1fd7..7bfac88bb 100644 --- a/frssci/CMakeLists.txt +++ b/frssci/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################# # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/frssci/FrsSciLinkDef.h b/frssci/FrsSciLinkDef.h index b0adfe7b1..f02e93df1 100644 --- a/frssci/FrsSciLinkDef.h +++ b/frssci/FrsSciLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/calibration/R3BFrsSciMapped2Tcal.cxx b/frssci/calibration/R3BFrsSciMapped2Tcal.cxx index 93ad1e6a4..964333031 100644 --- a/frssci/calibration/R3BFrsSciMapped2Tcal.cxx +++ b/frssci/calibration/R3BFrsSciMapped2Tcal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/calibration/R3BFrsSciMapped2Tcal.h b/frssci/calibration/R3BFrsSciMapped2Tcal.h index 8d7d36ddf..50fb52afc 100644 --- a/frssci/calibration/R3BFrsSciMapped2Tcal.h +++ b/frssci/calibration/R3BFrsSciMapped2Tcal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/calibration/R3BFrsSciMapped2TcalPar.cxx b/frssci/calibration/R3BFrsSciMapped2TcalPar.cxx index 7aaf9b285..144e027b3 100644 --- a/frssci/calibration/R3BFrsSciMapped2TcalPar.cxx +++ b/frssci/calibration/R3BFrsSciMapped2TcalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/calibration/R3BFrsSciMapped2TcalPar.h b/frssci/calibration/R3BFrsSciMapped2TcalPar.h index f11314905..d2f2a45b5 100644 --- a/frssci/calibration/R3BFrsSciMapped2TcalPar.h +++ b/frssci/calibration/R3BFrsSciMapped2TcalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/calibration/R3BFrsSciTcal2Cal.cxx b/frssci/calibration/R3BFrsSciTcal2Cal.cxx index 3977eaac4..7d0dd7eec 100644 --- a/frssci/calibration/R3BFrsSciTcal2Cal.cxx +++ b/frssci/calibration/R3BFrsSciTcal2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/calibration/R3BFrsSciTcal2Cal.h b/frssci/calibration/R3BFrsSciTcal2Cal.h index 9e1cc2923..948e3d708 100644 --- a/frssci/calibration/R3BFrsSciTcal2Cal.h +++ b/frssci/calibration/R3BFrsSciTcal2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/online/R3BOnlineSpectraFrsSci.cxx b/frssci/online/R3BOnlineSpectraFrsSci.cxx index 2216292a6..909f3a9b5 100644 --- a/frssci/online/R3BOnlineSpectraFrsSci.cxx +++ b/frssci/online/R3BOnlineSpectraFrsSci.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/online/R3BOnlineSpectraFrsSci.h b/frssci/online/R3BOnlineSpectraFrsSci.h index 83e03e732..b0585cd05 100644 --- a/frssci/online/R3BOnlineSpectraFrsSci.h +++ b/frssci/online/R3BOnlineSpectraFrsSci.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/online/R3BOnlineSpectraFrsSciVsLos.cxx b/frssci/online/R3BOnlineSpectraFrsSciVsLos.cxx index b4e1dbced..1cd7abc92 100644 --- a/frssci/online/R3BOnlineSpectraFrsSciVsLos.cxx +++ b/frssci/online/R3BOnlineSpectraFrsSciVsLos.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/online/R3BOnlineSpectraFrsSciVsLos.h b/frssci/online/R3BOnlineSpectraFrsSciVsLos.h index ff8769332..7327ecaee 100644 --- a/frssci/online/R3BOnlineSpectraFrsSciVsLos.h +++ b/frssci/online/R3BOnlineSpectraFrsSciVsLos.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/online/R3BOnlineSpectraFrsSciVsMusli.cxx b/frssci/online/R3BOnlineSpectraFrsSciVsMusli.cxx index 6f26ef827..44f45b5a4 100644 --- a/frssci/online/R3BOnlineSpectraFrsSciVsMusli.cxx +++ b/frssci/online/R3BOnlineSpectraFrsSciVsMusli.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/online/R3BOnlineSpectraFrsSciVsMusli.h b/frssci/online/R3BOnlineSpectraFrsSciVsMusli.h index 92f11e437..6d8f97549 100644 --- a/frssci/online/R3BOnlineSpectraFrsSciVsMusli.h +++ b/frssci/online/R3BOnlineSpectraFrsSciVsMusli.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/parameters/R3BFrsSciCalPar.h b/frssci/parameters/R3BFrsSciCalPar.h index 1b2ed066a..b3c95fa12 100644 --- a/frssci/parameters/R3BFrsSciCalPar.h +++ b/frssci/parameters/R3BFrsSciCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/parameters/R3BFrsSciContFact.cxx b/frssci/parameters/R3BFrsSciContFact.cxx index ea936604e..dd99b578b 100644 --- a/frssci/parameters/R3BFrsSciContFact.cxx +++ b/frssci/parameters/R3BFrsSciContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/parameters/R3BFrsSciContFact.h b/frssci/parameters/R3BFrsSciContFact.h index 9d1b1d0da..d061ba09a 100644 --- a/frssci/parameters/R3BFrsSciContFact.h +++ b/frssci/parameters/R3BFrsSciContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/parameters/R3BFrsSciTcalPar.cxx b/frssci/parameters/R3BFrsSciTcalPar.cxx index e5a94a990..dfab40935 100644 --- a/frssci/parameters/R3BFrsSciTcalPar.cxx +++ b/frssci/parameters/R3BFrsSciTcalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/frssci/parameters/R3BFrsSciTcalPar.h b/frssci/parameters/R3BFrsSciTcalPar.h index fc00897ce..3d14a8797 100644 --- a/frssci/parameters/R3BFrsSciTcalPar.h +++ b/frssci/parameters/R3BFrsSciTcalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gconfig/SetCuts.C b/gconfig/SetCuts.C index 661b7a955..91009572b 100644 --- a/gconfig/SetCuts.C +++ b/gconfig/SetCuts.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gconfig/g3Config.C b/gconfig/g3Config.C index f5803f6ba..659a63a0f 100644 --- a/gconfig/g3Config.C +++ b/gconfig/g3Config.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gconfig/g3libs.C b/gconfig/g3libs.C index efb406c4a..1c97052d6 100644 --- a/gconfig/g3libs.C +++ b/gconfig/g3libs.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gconfig/g4Config.C b/gconfig/g4Config.C index 6a59e5110..eaf519002 100644 --- a/gconfig/g4Config.C +++ b/gconfig/g4Config.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gconfig/g4GarfieldConfig.C b/gconfig/g4GarfieldConfig.C index ec358344b..3311c2484 100644 --- a/gconfig/g4GarfieldConfig.C +++ b/gconfig/g4GarfieldConfig.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/CMakeLists.txt b/gfi/CMakeLists.txt index 9401e5bc8..c74c2fc98 100644 --- a/gfi/CMakeLists.txt +++ b/gfi/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/gfi/GfiLinkDef.h b/gfi/GfiLinkDef.h index 88be91862..85992bbb9 100644 --- a/gfi/GfiLinkDef.h +++ b/gfi/GfiLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGeoGfi.cxx b/gfi/R3BGeoGfi.cxx index c42cbbaad..b977389e6 100644 --- a/gfi/R3BGeoGfi.cxx +++ b/gfi/R3BGeoGfi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGeoGfi.h b/gfi/R3BGeoGfi.h index d9a008823..4a346fdf6 100644 --- a/gfi/R3BGeoGfi.h +++ b/gfi/R3BGeoGfi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGeoGfiPar.cxx b/gfi/R3BGeoGfiPar.cxx index 9fbd89880..2ed4eb099 100644 --- a/gfi/R3BGeoGfiPar.cxx +++ b/gfi/R3BGeoGfiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGeoGfiPar.h b/gfi/R3BGeoGfiPar.h index 9e0aedfa7..9f7789a0f 100644 --- a/gfi/R3BGeoGfiPar.h +++ b/gfi/R3BGeoGfiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfi.cxx b/gfi/R3BGfi.cxx index e45aac434..1c818dd94 100644 --- a/gfi/R3BGfi.cxx +++ b/gfi/R3BGfi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfi.h b/gfi/R3BGfi.h index ccca86e6f..886c63d28 100644 --- a/gfi/R3BGfi.h +++ b/gfi/R3BGfi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfiContFact.cxx b/gfi/R3BGfiContFact.cxx index dce1bb6d0..c448070da 100644 --- a/gfi/R3BGfiContFact.cxx +++ b/gfi/R3BGfiContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfiContFact.h b/gfi/R3BGfiContFact.h index 051f68345..4636b9a70 100644 --- a/gfi/R3BGfiContFact.h +++ b/gfi/R3BGfiContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfiDigiPar.cxx b/gfi/R3BGfiDigiPar.cxx index 1a15f6fd9..ea9aa6a22 100644 --- a/gfi/R3BGfiDigiPar.cxx +++ b/gfi/R3BGfiDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfiDigiPar.h b/gfi/R3BGfiDigiPar.h index 015dac4f5..58198958e 100644 --- a/gfi/R3BGfiDigiPar.h +++ b/gfi/R3BGfiDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfiDigitizer.cxx b/gfi/R3BGfiDigitizer.cxx index ee2e757fb..46f3faf3f 100644 --- a/gfi/R3BGfiDigitizer.cxx +++ b/gfi/R3BGfiDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/gfi/R3BGfiDigitizer.h b/gfi/R3BGfiDigitizer.h index db37491a8..26c0fbba9 100644 --- a/gfi/R3BGfiDigitizer.h +++ b/gfi/R3BGfiDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/glad/CMakeLists.txt b/glad/CMakeLists.txt index 817ac3a03..13fa83e27 100644 --- a/glad/CMakeLists.txt +++ b/glad/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/glad/GladLinkDef.h b/glad/GladLinkDef.h index 9f9ae1c6e..35e02f9f1 100644 --- a/glad/GladLinkDef.h +++ b/glad/GladLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/glad/R3BGladMagnet.cxx b/glad/R3BGladMagnet.cxx index 506d17a84..fb474d940 100644 --- a/glad/R3BGladMagnet.cxx +++ b/glad/R3BGladMagnet.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/glad/R3BGladMagnet.h b/glad/R3BGladMagnet.h index b9efd87a6..befd5f10f 100644 --- a/glad/R3BGladMagnet.h +++ b/glad/R3BGladMagnet.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/glad/geobase/CMakeLists.txt b/glad/geobase/CMakeLists.txt index 79d1c4f36..8b3adb21d 100644 --- a/glad/geobase/CMakeLists.txt +++ b/glad/geobase/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/glad/geobase/create_glad_geo.C b/glad/geobase/create_glad_geo.C index 9c8840e68..938ddcd06 100644 --- a/glad/geobase/create_glad_geo.C +++ b/glad/geobase/create_glad_geo.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/input/p2p/CMakeLists.txt b/input/p2p/CMakeLists.txt index 4eaf6ec87..06ab76ea9 100644 --- a/input/p2p/CMakeLists.txt +++ b/input/p2p/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/input/p2p/ana_file.C b/input/p2p/ana_file.C index ff729b5fb..ac16c2ddb 100644 --- a/input/p2p/ana_file.C +++ b/input/p2p/ana_file.C @@ -1,9 +1,10 @@ -void ana_file(){ +void ana_file() +{ - std::ifstream fFile; //! Input file handle - - const std::string fFileName="quasi_ascii.txt"; //! Input file name + std::ifstream fFile; //! Input file handle + + const std::string fFileName = "quasi_ascii.txt"; //! Input file name // Event variable to be read from file int eventId = -1; @@ -21,52 +22,44 @@ void ana_file(){ double ivx = 0.; double ivy = 0.; double ivz = 0.; - + auto fheang_1 = new TH2F("fheang_1", "", 200, 0, 90, 2000, 0, 800); - + if (!fFile.is_open()) { fFile.open(fFileName); } - - while(!fFile.eof()){ - // Read event number and number of primary particles. - if (!(fFile >> eventId >> nTracks)) + while (!fFile.eof()) { - - - } - // Ignore the other stuff that might still be on that line - fFile.ignore(std::numeric_limits::max(), '\n'); - - // Loop over tracks in the current event - for (int itrack = 0; itrack < nTracks; itrack++) - { - if (!(fFile >> iPid >> iZ >> iA >> px >> py >> pz >> ivx >> ivy >> ivz)) + // Read event number and number of primary particles. + if (!(fFile >> eventId >> nTracks)) { - } // Ignore the other stuff that might still be on that line fFile.ignore(std::numeric_limits::max(), '\n'); - //std::cout<< pz<Fill(180.*atan(sqrt(px*px+py*py)/pz)/3.1415,1000.*(sqrt(px*px+py*py+pz*pz+0.93827*0.93827)-0.93827)); + // Loop over tracks in the current event + for (int itrack = 0; itrack < nTracks; itrack++) + { + if (!(fFile >> iPid >> iZ >> iA >> px >> py >> pz >> ivx >> ivy >> ivz)) + { + } + // Ignore the other stuff that might still be on that line + fFile.ignore(std::numeric_limits::max(), '\n'); + + // std::cout<< pz<Fill(180. * atan(sqrt(px * px + py * py) / pz) / 3.1415, + 1000. * (sqrt(px * px + py * py + pz * pz + 0.93827 * 0.93827) - 0.93827)); + } //! tracks - } //! tracks - - printf( - "Processed: \033[32m %d \033[0m \033[31m \033[0m \r", - eventId); + printf("Processed: \033[32m %d \033[0m \033[31m \033[0m \r", eventId); fflush(stdout); - } - TCanvas *c4 = new TCanvas("c4"); + TCanvas* c4 = new TCanvas("c4"); fheang_1->Draw("col"); - } diff --git a/input/p2p/qfs.C b/input/p2p/qfs.C index 4cef8ade4..9a58a8e7e 100644 --- a/input/p2p/qfs.C +++ b/input/p2p/qfs.C @@ -42,7 +42,7 @@ void run(TString fname) cout << "Total energy:\t\t" << EA << " MeV" << endl; cout << "Excitation energy:\t" << Exe << " MeV" << endl; cout << "Beta (beam):\t\t" << (-bA) << "\nGamma (beam):\t" << gA << endl; - + cout << "Beta (CM):\t\t" << PA / (EA + Mi) << endl; cout << "Processing " << MAX_STORY << " events........\n" << endl; diff --git a/land/CMakeLists.txt b/land/CMakeLists.txt index 45acd08d9..41dbf80a0 100644 --- a/land/CMakeLists.txt +++ b/land/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/land/LandLinkDef.h b/land/LandLinkDef.h index 32dcb1593..1237b31c6 100644 --- a/land/LandLinkDef.h +++ b/land/LandLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BGeoLand.cxx b/land/R3BGeoLand.cxx index f384ffba8..be035f2d5 100644 --- a/land/R3BGeoLand.cxx +++ b/land/R3BGeoLand.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BGeoLand.h b/land/R3BGeoLand.h index 636277b7e..2f4ff41a9 100644 --- a/land/R3BGeoLand.h +++ b/land/R3BGeoLand.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BGeoLandPar.cxx b/land/R3BGeoLandPar.cxx index 4e431d50d..f6b79937e 100644 --- a/land/R3BGeoLandPar.cxx +++ b/land/R3BGeoLandPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BGeoLandPar.h b/land/R3BGeoLandPar.h index f2fa8fd1f..fa0860a9c 100644 --- a/land/R3BGeoLandPar.h +++ b/land/R3BGeoLandPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLand.cxx b/land/R3BLand.cxx index 04677507c..5f7a86c34 100644 --- a/land/R3BLand.cxx +++ b/land/R3BLand.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLand.h b/land/R3BLand.h index 505a3dd94..db6befb88 100644 --- a/land/R3BLand.h +++ b/land/R3BLand.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandContFact.cxx b/land/R3BLandContFact.cxx index 051e6e482..9f54463b4 100644 --- a/land/R3BLandContFact.cxx +++ b/land/R3BLandContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandContFact.h b/land/R3BLandContFact.h index 0ad24c4f9..c0657e805 100644 --- a/land/R3BLandContFact.h +++ b/land/R3BLandContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandDigiPar.cxx b/land/R3BLandDigiPar.cxx index 2d333b93b..3c6355653 100644 --- a/land/R3BLandDigiPar.cxx +++ b/land/R3BLandDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandDigiPar.h b/land/R3BLandDigiPar.h index 461c3abd9..e9c715b69 100644 --- a/land/R3BLandDigiPar.h +++ b/land/R3BLandDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandDigitizer.cxx b/land/R3BLandDigitizer.cxx index 89e9cde52..1ad70ec32 100644 --- a/land/R3BLandDigitizer.cxx +++ b/land/R3BLandDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandDigitizer.h b/land/R3BLandDigitizer.h index 953ad98d3..9d82e6ac6 100644 --- a/land/R3BLandDigitizer.h +++ b/land/R3BLandDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandDigitizerQA.cxx b/land/R3BLandDigitizerQA.cxx index cdf103f7b..d9fdd935f 100644 --- a/land/R3BLandDigitizerQA.cxx +++ b/land/R3BLandDigitizerQA.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BLandDigitizerQA.h b/land/R3BLandDigitizerQA.h index ddfadf2a8..3029c9cf2 100644 --- a/land/R3BLandDigitizerQA.h +++ b/land/R3BLandDigitizerQA.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeuLandCluster.cxx b/land/R3BNeuLandCluster.cxx index acd082405..1d55d4d24 100644 --- a/land/R3BNeuLandCluster.cxx +++ b/land/R3BNeuLandCluster.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeuLandCluster.h b/land/R3BNeuLandCluster.h index 4245f2921..c5c20faae 100644 --- a/land/R3BNeuLandCluster.h +++ b/land/R3BNeuLandCluster.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeuLandClusterFinder.cxx b/land/R3BNeuLandClusterFinder.cxx index 4b3c3d67e..3b4071fd7 100644 --- a/land/R3BNeuLandClusterFinder.cxx +++ b/land/R3BNeuLandClusterFinder.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeuLandClusterFinder.h b/land/R3BNeuLandClusterFinder.h index c912215d3..ec9c0896f 100644 --- a/land/R3BNeuLandClusterFinder.h +++ b/land/R3BNeuLandClusterFinder.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutHit.cxx b/land/R3BNeutHit.cxx index 0f0675e2a..c17f1f19a 100644 --- a/land/R3BNeutHit.cxx +++ b/land/R3BNeutHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutHit.h b/land/R3BNeutHit.h index fd9a18f85..8a1506975 100644 --- a/land/R3BNeutHit.h +++ b/land/R3BNeutHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutronCalibr2D.cxx b/land/R3BNeutronCalibr2D.cxx index fc15a381d..8338ef27a 100644 --- a/land/R3BNeutronCalibr2D.cxx +++ b/land/R3BNeutronCalibr2D.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutronCalibr2D.h b/land/R3BNeutronCalibr2D.h index 2bc74fdd3..78dd98fc9 100644 --- a/land/R3BNeutronCalibr2D.h +++ b/land/R3BNeutronCalibr2D.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutronTracker.cxx b/land/R3BNeutronTracker.cxx index 43c91c4ed..f9aabbb39 100644 --- a/land/R3BNeutronTracker.cxx +++ b/land/R3BNeutronTracker.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutronTracker.h b/land/R3BNeutronTracker.h index 137f24886..521ab3644 100644 --- a/land/R3BNeutronTracker.h +++ b/land/R3BNeutronTracker.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutronTracker2D.cxx b/land/R3BNeutronTracker2D.cxx index 51d7bd77b..e82768651 100644 --- a/land/R3BNeutronTracker2D.cxx +++ b/land/R3BNeutronTracker2D.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BNeutronTracker2D.h b/land/R3BNeutronTracker2D.h index 81156826d..7e2368398 100644 --- a/land/R3BNeutronTracker2D.h +++ b/land/R3BNeutronTracker2D.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BPrimPart.cxx b/land/R3BPrimPart.cxx index e02814ae1..3e2654666 100644 --- a/land/R3BPrimPart.cxx +++ b/land/R3BPrimPart.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/R3BPrimPart.h b/land/R3BPrimPart.h index 1a1c95ade..c04a8e4f0 100644 --- a/land/R3BPrimPart.h +++ b/land/R3BPrimPart.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/land/neuland_thr.txt b/land/neuland_thr.txt index 8e736ccc0..d4d9c4a7b 100644 --- a/land/neuland_thr.txt +++ b/land/neuland_thr.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/land/neuland_thr20.txt b/land/neuland_thr20.txt index dfe2f756a..3aba3dddc 100644 --- a/land/neuland_thr20.txt +++ b/land/neuland_thr20.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/land/neuland_thr_ch.txt b/land/neuland_thr_ch.txt index fb6665cc7..e559761a0 100644 --- a/land/neuland_thr_ch.txt +++ b/land/neuland_thr_ch.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/land/neuland_thr_ch2.txt b/land/neuland_thr_ch2.txt index b942b20b1..5976609d4 100644 --- a/land/neuland_thr_ch2.txt +++ b/land/neuland_thr_ch2.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/land/neuland_thr_ch3.txt b/land/neuland_thr_ch3.txt index b838c170d..7a42ea762 100644 --- a/land/neuland_thr_ch3.txt +++ b/land/neuland_thr_ch3.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/land/parameters.h b/land/parameters.h index b9c263edb..cb321a7ea 100644 --- a/land/parameters.h +++ b/land/parameters.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/CMakeLists.txt b/los/CMakeLists.txt index d6278ad87..0a416b52e 100644 --- a/los/CMakeLists.txt +++ b/los/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/los/LosLinkDef.h b/los/LosLinkDef.h index b8f2af9eb..3032ddd17 100644 --- a/los/LosLinkDef.h +++ b/los/LosLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/R3BLosProvideTStart.cxx b/los/R3BLosProvideTStart.cxx index d74069e7b..ae29d4394 100644 --- a/los/R3BLosProvideTStart.cxx +++ b/los/R3BLosProvideTStart.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/R3BLosProvideTStart.h b/los/R3BLosProvideTStart.h index b680b74c6..cc31cb638 100644 --- a/los/R3BLosProvideTStart.h +++ b/los/R3BLosProvideTStart.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosCal2Hit.cxx b/los/calib/R3BLosCal2Hit.cxx index 0600c7a1b..661e7e1bc 100644 --- a/los/calib/R3BLosCal2Hit.cxx +++ b/los/calib/R3BLosCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosCal2Hit.h b/los/calib/R3BLosCal2Hit.h index 229817e89..a30ac0efb 100644 --- a/los/calib/R3BLosCal2Hit.h +++ b/los/calib/R3BLosCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosMapped2Cal.cxx b/los/calib/R3BLosMapped2Cal.cxx index 303c33919..9201fee47 100644 --- a/los/calib/R3BLosMapped2Cal.cxx +++ b/los/calib/R3BLosMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosMapped2Cal.h b/los/calib/R3BLosMapped2Cal.h index c9a594208..c489ab2a3 100644 --- a/los/calib/R3BLosMapped2Cal.h +++ b/los/calib/R3BLosMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosMapped2TCal.cxx b/los/calib/R3BLosMapped2TCal.cxx index 188420ac5..518d4086c 100644 --- a/los/calib/R3BLosMapped2TCal.cxx +++ b/los/calib/R3BLosMapped2TCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosMapped2TCal.h b/los/calib/R3BLosMapped2TCal.h index c83ed81db..9c2328f39 100644 --- a/los/calib/R3BLosMapped2TCal.h +++ b/los/calib/R3BLosMapped2TCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosTCal2Hit.cxx b/los/calib/R3BLosTCal2Hit.cxx index 6f3574819..d2ed822f7 100644 --- a/los/calib/R3BLosTCal2Hit.cxx +++ b/los/calib/R3BLosTCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/calib/R3BLosTCal2Hit.h b/los/calib/R3BLosTCal2Hit.h index 50e1a7945..dfc41428b 100644 --- a/los/calib/R3BLosTCal2Hit.h +++ b/los/calib/R3BLosTCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/online/R3BLosOnlineSpectra.cxx b/los/online/R3BLosOnlineSpectra.cxx index f86f7dee8..d2e1cd071 100644 --- a/los/online/R3BLosOnlineSpectra.cxx +++ b/los/online/R3BLosOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/online/R3BLosOnlineSpectra.h b/los/online/R3BLosOnlineSpectra.h index 9bd710c94..c5aa5daf2 100644 --- a/los/online/R3BLosOnlineSpectra.h +++ b/los/online/R3BLosOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosCal2HitPar.cxx b/los/params/R3BLosCal2HitPar.cxx index f15ed29d5..04b399737 100644 --- a/los/params/R3BLosCal2HitPar.cxx +++ b/los/params/R3BLosCal2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosCal2HitPar.h b/los/params/R3BLosCal2HitPar.h index cd19cb365..f67de0470 100644 --- a/los/params/R3BLosCal2HitPar.h +++ b/los/params/R3BLosCal2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosContFact.cxx b/los/params/R3BLosContFact.cxx index df81b86d4..beb09673f 100644 --- a/los/params/R3BLosContFact.cxx +++ b/los/params/R3BLosContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosContFact.h b/los/params/R3BLosContFact.h index 34f20214f..bc215c734 100644 --- a/los/params/R3BLosContFact.h +++ b/los/params/R3BLosContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosHitPar.cxx b/los/params/R3BLosHitPar.cxx index 07c846f1c..b4318aeb2 100644 --- a/los/params/R3BLosHitPar.cxx +++ b/los/params/R3BLosHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosHitPar.h b/los/params/R3BLosHitPar.h index c4058199e..47eb6f3c6 100644 --- a/los/params/R3BLosHitPar.h +++ b/los/params/R3BLosHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosMapped2CalPar.cxx b/los/params/R3BLosMapped2CalPar.cxx index d8c3eb3c9..94bf368d6 100644 --- a/los/params/R3BLosMapped2CalPar.cxx +++ b/los/params/R3BLosMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/los/params/R3BLosMapped2CalPar.h b/los/params/R3BLosMapped2CalPar.h index deb230442..1af568161 100644 --- a/los/params/R3BLosMapped2CalPar.h +++ b/los/params/R3BLosMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/lumon/CMakeLists.txt b/lumon/CMakeLists.txt deleted file mode 100644 index 080486a56..000000000 --- a/lumon/CMakeLists.txt +++ /dev/null @@ -1,30 +0,0 @@ -############################################################################## -# Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # -# # -# This software is distributed under the terms of the # -# GNU General Public Licence (GPL) version 3, # -# copied verbatim in the file "LICENSE". # -# # -# In applying this license GSI does not waive the privileges and immunities # -# granted to it by virtue of its status as an Intergovernmental Organization # -# or submit itself to any jurisdiction. # -############################################################################## - -set(SRCS ELILuMon.cxx ELIGeoLuMon.cxx ELIGeoLuMonPar.cxx ELILuMonContFact.cxx) - -set(HEADERS ELILuMon.h ELIGeoLuMon.h ELIGeoLuMonPar.h ELILuMonContFact.h) - -add_library_with_dictionary( - LIBNAME - ELILuMon - LINKDEF - LuMonLinkDef.h - HEADERS - ${HEADERS} - SRCS - ${SRCS} - INCLUDEDIRS - ${CMAKE_CURRENT_SOURCE_DIR} - DEPENDENCIES - R3BData) diff --git a/lumon/ELIGeoLuMon.cxx b/lumon/ELIGeoLuMon.cxx deleted file mode 100644 index f5bb94c76..000000000 --- a/lumon/ELIGeoLuMon.cxx +++ /dev/null @@ -1,56 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -///////////////////////////////////////////////////////////// -// ELIGeoLuMon -// -// Class for geometry of ELICAL -// -///////////////////////////////////////////////////////////// -#include "ELIGeoLuMon.h" -#include "FairGeoNode.h" -#include "FairLogger.h" - -#include - -ClassImp(ELIGeoLuMon) - - ELIGeoLuMon::ELIGeoLuMon() -{ - // Constructor - fName = "sts"; - maxSectors = 0; - maxModules = 99; -} - -const char* ELIGeoLuMon::getModuleName(Int_t m) -{ - // Returns the module name of sts number m - if (m < 0) - { - LOG(error) << "ELIGeoLuMon::getModuleName:: Module number " << m << " not known!"; - return ""; - } - if (m < 9) - sprintf(modName, "calstation0%i", m + 1); - else - sprintf(modName, "calstation%i", m + 1); - return modName; -} - -const char* ELIGeoLuMon::getEleName(Int_t m) -{ - // Returns the element name of sts number m - sprintf(eleName, "cal%i", m + 1); - return eleName; -} diff --git a/lumon/ELIGeoLuMon.h b/lumon/ELIGeoLuMon.h deleted file mode 100644 index 7052d9e8c..000000000 --- a/lumon/ELIGeoLuMon.h +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef ELIGEOLUMON_H -#define ELIGEOLUMON_H - -#include "FairGeoSet.h" - -class ELIGeoLuMon : public FairGeoSet -{ - protected: - char modName[30]; // name of module - char eleName[20]; // substring for elements in module - public: - ELIGeoLuMon(); - ~ELIGeoLuMon() {} - const char* getModuleName(Int_t); - const char* getEleName(Int_t); - inline Int_t getModNumInMod(const TString&); - ClassDef(ELIGeoLuMon, 0) // Class for STS -}; - -inline Int_t ELIGeoLuMon::getModNumInMod(const TString& name) -{ - // returns the module index from module name - return (Int_t)(name[3] - '0') - 1; -} - -#endif /* !ELIGEOLUMON_H */ diff --git a/lumon/ELIGeoLuMonPar.cxx b/lumon/ELIGeoLuMonPar.cxx deleted file mode 100644 index 60cefb6dd..000000000 --- a/lumon/ELIGeoLuMonPar.cxx +++ /dev/null @@ -1,64 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -//*-- AUTHOR : Denis Bertini -//*-- Created : 21/06/2005 - -#include "ELIGeoLuMonPar.h" - -#include "FairParamList.h" - -#include "TObjArray.h" - -#include -#include - -ClassImp(ELIGeoLuMonPar) - - ELIGeoLuMonPar::ELIGeoLuMonPar(const char* name, const char* title, const char* context) - : FairParGenericSet(name, title, context) -{ - - fGeoSensNodes = new TObjArray(); - fGeoPassNodes = new TObjArray(); -} - -ELIGeoLuMonPar::~ELIGeoLuMonPar(void) {} - -void ELIGeoLuMonPar::clear(void) -{ - if (fGeoSensNodes) - delete fGeoSensNodes; - if (fGeoPassNodes) - delete fGeoPassNodes; -} - -void ELIGeoLuMonPar::putParams(FairParamList* l) -{ - if (!l) - return; - l->addObject("FairGeoNodes Sensitive List", fGeoSensNodes); - l->addObject("FairGeoNodes Passive List", fGeoPassNodes); -} - -Bool_t ELIGeoLuMonPar::getParams(FairParamList* l) -{ - if (!l) - return kFALSE; - if (!l->fillObject("FairGeoNodes Sensitive List", fGeoSensNodes)) - return kFALSE; - if (!l->fillObject("FairGeoNodes Passive List", fGeoPassNodes)) - return kFALSE; - - return kTRUE; -} diff --git a/lumon/ELIGeoLuMonPar.h b/lumon/ELIGeoLuMonPar.h deleted file mode 100644 index 64332b948..000000000 --- a/lumon/ELIGeoLuMonPar.h +++ /dev/null @@ -1,40 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef ELIGEOLUMONPAR_H -#define ELIGEOLUMONPAR_H - -#include "FairParGenericSet.h" - -#include "TH1F.h" - -class ELIGeoLuMonPar : public FairParGenericSet -{ - public: - TObjArray* fGeoSensNodes; // List of FairGeoNodes for sensitive volumes - TObjArray* fGeoPassNodes; // List of FairGeoNodes for sensitive volumes - - ELIGeoLuMonPar(const char* name = "ELIGeoLuMonPar", - const char* title = "LuMon Geometry Parameters", - const char* context = "TestDefaultContext"); - ~ELIGeoLuMonPar(void); - void clear(void); - void putParams(FairParamList*); - Bool_t getParams(FairParamList*); - TObjArray* GetGeoSensitiveNodes() { return fGeoSensNodes; } - TObjArray* GetGeoPassiveNodes() { return fGeoPassNodes; } - - ClassDef(ELIGeoLuMonPar, 1) -}; - -#endif /* !ELIGEOLUMONPAR_H */ diff --git a/lumon/ELILuMon.cxx b/lumon/ELILuMon.cxx deleted file mode 100644 index 9d1629711..000000000 --- a/lumon/ELILuMon.cxx +++ /dev/null @@ -1,297 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#include "ELILuMon.h" -#include "ELIGeoLuMon.h" -#include "ELIGeoLuMonPar.h" -#include "ELILuMonPoint.h" -#include "FairGeoInterface.h" -#include "FairGeoLoader.h" -#include "FairGeoNode.h" -#include "FairGeoRootBuilder.h" -#include "FairRootManager.h" -#include "FairRun.h" -#include "FairRuntimeDb.h" -#include "FairVolume.h" -#include "R3BMCStack.h" -#include "TClonesArray.h" -#include "TGeoArb8.h" -#include "TGeoBBox.h" -#include "TGeoBoolNode.h" -#include "TGeoCompositeShape.h" -#include "TGeoCone.h" -#include "TGeoMCGeometry.h" -#include "TGeoManager.h" -#include "TGeoMaterial.h" -#include "TGeoMatrix.h" -#include "TGeoMedium.h" -#include "TGeoPara.h" -#include "TGeoPgon.h" -#include "TGeoShapeAssembly.h" -#include "TGeoSphere.h" -#include "TObjArray.h" -#include "TParticle.h" -#include "TVirtualMC.h" -#include -#include - -using std::cerr; -using std::cout; -using std::endl; - -ELILuMon::ELILuMon() - : ELILuMon("") -{ -} - -ELILuMon::ELILuMon(const TString& geoFile, const TGeoTranslation& trans, const TGeoRotation& rot) - : ELILuMon(geoFile, { trans, rot }) -{ -} - -ELILuMon::ELILuMon(const TString& geoFile, const TGeoCombiTrans& combi) - : R3BDetector("ELILuMon", kLUMON, geoFile, combi) - , fLuMonCollection(new TClonesArray("ELILuMonPoint")) - , fPosIndex(0) - , kGeoSaved(kFALSE) - , flGeoPar(new TList()) -{ - flGeoPar->SetName(GetName()); - ResetParameters(); -} - -ELILuMon::~ELILuMon() -{ - if (flGeoPar) - { - delete flGeoPar; - } - if (fLuMonCollection) - { - fLuMonCollection->Delete(); - delete fLuMonCollection; - } -} - -void ELILuMon::Initialize() -{ - FairDetector::Initialize(); - - cout << endl; - cout << "-I- ELILuMon: initialisation" << endl; - cout << "-I- ELILuMon: Sci. Vol. (McId) " << gMC->VolId("LUMONLog") << endl; -} - -// ----- Public method ProcessHits -------------------------------------- -Bool_t ELILuMon::ProcessHits(FairVolume* vol) -{ - Int_t copyNo = -1; - gMC->CurrentVolID(copyNo); - - // Simple Det PLane - - if (gMC->IsTrackEntering()) - { - fELoss = 0.; - fTime = gMC->TrackTime() * 1.0e09; - fLength = gMC->TrackLength(); - gMC->TrackPosition(fPosIn); - gMC->TrackMomentum(fMomIn); - } - - // Sum energy loss for all steps in the active volume - fELoss += gMC->Edep(); - - // Set additional parameters at exit of active volume. Create ELILuMonPoint. - if (gMC->IsTrackExiting() || gMC->IsTrackStop() || gMC->IsTrackDisappeared()) - { - fTrackID = gMC->GetStack()->GetCurrentTrackNumber(); - fVolumeID = vol->getMCid(); - gMC->TrackPosition(fPosOut); - gMC->TrackMomentum(fMomOut); - if (fELoss == 0.) - return kFALSE; - - if (gMC->IsTrackExiting()) - { - const Double_t* oldpos; - const Double_t* olddirection; - Double_t newpos[3]; - Double_t newdirection[3]; - Double_t safety; - - gGeoManager->FindNode(fPosOut.X(), fPosOut.Y(), fPosOut.Z()); - oldpos = gGeoManager->GetCurrentPoint(); - olddirection = gGeoManager->GetCurrentDirection(); - - // cout << "1st direction: " << olddirection[0] << "," << olddirection[1] << "," << olddirection[2] << - // endl; - - for (Int_t i = 0; i < 3; i++) - { - newdirection[i] = -1 * olddirection[i]; - } - - gGeoManager->SetCurrentDirection(newdirection); - // TGeoNode *bla = gGeoManager->FindNextBoundary(2); - safety = gGeoManager->GetSafeDistance(); - - gGeoManager->SetCurrentDirection(-newdirection[0], -newdirection[1], -newdirection[2]); - - for (Int_t i = 0; i < 3; i++) - { - newpos[i] = oldpos[i] - (3 * safety * olddirection[i]); - } - - fPosOut.SetX(newpos[0]); - fPosOut.SetY(newpos[1]); - fPosOut.SetZ(newpos[2]); - } - - AddHit(fTrackID, - fVolumeID, - copyNo, - TVector3(fPosIn.X(), fPosIn.Y(), fPosIn.Z()), - TVector3(fPosOut.X(), fPosOut.Y(), fPosOut.Z()), - TVector3(fMomIn.Px(), fMomIn.Py(), fMomIn.Pz()), - TVector3(fMomOut.Px(), fMomOut.Py(), fMomOut.Pz()), - fTime, - fLength, - fELoss); - - // Increment number of LuMonPoints for this track - R3BStack* stack = dynamic_cast(gMC->GetStack()); - stack->AddPoint(kLUMON); - - ResetParameters(); - } - - return kTRUE; -} -// ---------------------------------------------------------------------------- -// void ELILuMon::SaveGeoParams(){ -// -// cout << " -I Save STS geo params " << endl; -// -// TFolder *mf = (TFolder*) gDirectory->FindObjectAny("cbmroot"); -// cout << " mf: " << mf << endl; -// TFolder *stsf = NULL; -// if (mf ) stsf = (TFolder*) mf->FindObjectAny(GetName()); -// cout << " stsf: " << stsf << endl; -// if (stsf) stsf->Add( flGeoPar0 ) ; -// FairRootManager::Instance()->WriteFolder(); -// mf->Write("cbmroot",TObject::kWriteDelete); -//} - -// ----- Public method EndOfEvent ----------------------------------------- -void ELILuMon::BeginEvent() -{ - - // if (! kGeoSaved ) { - // SaveGeoParams(); - // cout << "-I STS geometry parameters saved " << endl; - // kGeoSaved = kTRUE; - // } -} -// ----- Public method EndOfEvent ----------------------------------------- -void ELILuMon::EndOfEvent() -{ - - if (fVerboseLevel) - Print(); - fLuMonCollection->Clear(); - - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method Register ------------------------------------------- -void ELILuMon::Register() { FairRootManager::Instance()->Register("LuMonPoint", GetName(), fLuMonCollection, kTRUE); } -// ---------------------------------------------------------------------------- - -// ----- Public method GetCollection -------------------------------------- -TClonesArray* ELILuMon::GetCollection(Int_t iColl) const -{ - if (iColl == 0) - return fLuMonCollection; - else - return NULL; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Print ---------------------------------------------- -void ELILuMon::Print(Option_t* option) const -{ - Int_t nHits = fLuMonCollection->GetEntriesFast(); - cout << "-I- ELILuMon: " << nHits << " points registered in this event." << endl; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Reset ---------------------------------------------- -void ELILuMon::Reset() -{ - fLuMonCollection->Clear(); - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method CopyClones ----------------------------------------- -void ELILuMon::CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset) -{ - Int_t nEntries = cl1->GetEntriesFast(); - cout << "-I- ELILuMon: " << nEntries << " entries to add." << endl; - TClonesArray& clref = *cl2; - ELILuMonPoint* oldpoint = NULL; - for (Int_t i = 0; i < nEntries; i++) - { - oldpoint = dynamic_cast(cl1->At(i)); - Int_t index = oldpoint->GetTrackID() + offset; - oldpoint->SetTrackID(index); - new (clref[fPosIndex]) ELILuMonPoint(*oldpoint); - fPosIndex++; - } - cout << " -I- ELILuMon: " << cl2->GetEntriesFast() << " merged entries." << endl; -} - -// ----- Private method AddHit -------------------------------------------- -ELILuMonPoint* ELILuMon::AddHit(Int_t trackID, - Int_t detID, - Int_t copy, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss) -{ - TClonesArray& clref = *fLuMonCollection; - Int_t size = clref.GetEntriesFast(); - if (fVerboseLevel > 1) - cout << "-I- ELILuMon: Adding Point at (" << posIn.X() << ", " << posIn.Y() << ", " << posIn.Z() - << ") cm, detector " << detID << ", track " << trackID << ", energy loss " << eLoss * 1e06 << " keV" - << endl; - return new (clref[size]) ELILuMonPoint(trackID, detID, copy, posIn, posOut, momIn, momOut, time, length, eLoss); -} - -Bool_t ELILuMon::CheckIfSensitive(std::string name) -{ - if (TString(name).Contains("LUMONLog")) - { - cout << "!!!!!!!!!!!!! Works!" << endl; - return kTRUE; - } - return kFALSE; -} - -ClassImp(ELILuMon) diff --git a/lumon/ELILuMon.h b/lumon/ELILuMon.h deleted file mode 100644 index a7c363c18..000000000 --- a/lumon/ELILuMon.h +++ /dev/null @@ -1,159 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef ELITOF_H -#define ELITOF_H - -#include "R3BDetector.h" -#include "TLorentzVector.h" - -class TClonesArray; -class ELILuMonPoint; -class FairVolume; - -class ELILuMon : public R3BDetector -{ - public: - /** Default constructor **/ - ELILuMon(); - - /** Standard constructor. - *@param geoFile name of the ROOT geometry file - *@param trans position - *@param rot rotation - */ - ELILuMon(const TString& geoFile, const TGeoTranslation& trans, const TGeoRotation& rot = TGeoRotation()); - - /** Standard constructor. - *@param geoFile name of the ROOT geometry file - *@param combi position + rotation - */ - ELILuMon(const TString& geoFile, const TGeoCombiTrans& combi = TGeoCombiTrans()); - - /** Destructor **/ - ~ELILuMon(); - - /** Virtual method ProcessHits - ** - ** Defines the action to be taken when a step is inside the - ** active volume. Creates a ELILuMonPoint and adds it to the - ** collection. - *@param vol Pointer to the active volume - **/ - virtual Bool_t ProcessHits(FairVolume* vol = 0); - - /** Virtual method BeginEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void BeginEvent(); - - /** Virtual method EndOfEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void EndOfEvent(); - - /** Virtual method Register - ** - ** Registers the hit collection in the ROOT manager. - **/ - virtual void Register(); - - /** Accessor to the hit collection **/ - virtual TClonesArray* GetCollection(Int_t iColl) const; - - /** Virtual method Print - ** - ** Screen output of hit collection. - **/ - virtual void Print(Option_t* option = "") const; - - /** Virtual method Reset - ** - ** Clears the hit collection - **/ - virtual void Reset(); - - /** Virtual method CopyClones - ** - ** Copies the hit collection with a given track index offset - *@param cl1 Origin - *@param cl2 Target - *@param offset Index offset - **/ - virtual void CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset); - - virtual Bool_t CheckIfSensitive(std::string name); - - virtual void Initialize(); - virtual void SetSpecialPhysicsCuts() {} - - // void SaveGeoParams(); - - private: - /** Track information to be stored until the track leaves the - active volume. **/ - Int_t fTrackID; //! track index - Int_t fVolumeID; //! volume id - TLorentzVector fPosIn, fPosOut; //! position - TLorentzVector fMomIn, fMomOut; //! momentum - Double32_t fTime; //! time - Double32_t fLength; //! length - Double32_t fELoss; //! energy loss - - Int_t fPosIndex; //! - TClonesArray* fLuMonCollection; //! The hit collection - Bool_t kGeoSaved; //! - TList* flGeoPar; //! - - /** Private method AddHit - ** - ** Adds a LuMonPoint to the HitCollection - **/ - ELILuMonPoint* AddHit(Int_t trackID, - Int_t detID, - Int_t copy, - TVector3 posIn, - TVector3 pos_out, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss); - - /** Private method ResetParameters - ** - ** Resets the private members for the track parameters - **/ - void ResetParameters(); - - ClassDef(ELILuMon, 2); -}; - -inline void ELILuMon::ResetParameters() -{ - fTrackID = fVolumeID = 0; - fPosIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fPosOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fTime = fLength = fELoss = 0; - fPosIndex = 0; -}; - -#endif diff --git a/lumon/ELILuMonContFact.cxx b/lumon/ELILuMonContFact.cxx deleted file mode 100644 index 1448b1eee..000000000 --- a/lumon/ELILuMonContFact.cxx +++ /dev/null @@ -1,112 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -//*-- AUTHOR : Denis Bertini -//*-- Created : 20/03/2009 - -///////////////////////////////////////////////////////////// -// -// ELILuMonContFact -// -// Factory for the parameter containers in libELILuMon -// -///////////////////////////////////////////////////////////// - -#include "ELILuMonContFact.h" - -// #include "ELILuMonParRootFileIo.h" -// #include "ELILuMonParAsciiFileIo.h" -#include "ELIGeoLuMonPar.h" -// #include "ELILuMonDigiPar.h" - -#include "FairRuntimeDb.h" -// #include "CbmParTest.h" -#include "FairParAsciiFileIo.h" -#include "FairParRootFileIo.h" - -#include "TClass.h" - -#include -#include - -using std::cout; -using std::endl; - -ClassImp(ELILuMonContFact) - - static ELILuMonContFact gELILuMonContFact; - -ELILuMonContFact::ELILuMonContFact() -{ - // Constructor (called when the library is loaded) - fName = "ELILuMonContFact"; - fTitle = "Factory for parameter containers in libELILuMon"; - setAllContainers(); - FairRuntimeDb::instance()->addContFactory(this); -} - -void ELILuMonContFact::setAllContainers() -{ - /** Creates the Container objects with all accepted contexts and adds them to - * the list of containers for the STS library.*/ - /* - FairContainer* p1= new FairContainer("ELILuMonDigiPar", - "Sts Digitisation Parameters", - "TestDefaultContext"); - p1->addContext("TestNonDefaultContext"); - - FairContainer* p2= new FairContainer("CbmGeoStsPar", - "Sts Geometry Parameters", - "TestDefaultContext"); - p2->addContext("TestNonDefaultContext"); - - containers->Add(p1); - containers->Add(p2); - */ -} - -FairParSet* ELILuMonContFact::createContainer(FairContainer* c) -{ - /** LuMonls the constructor of the corresponding parameter container. - * For an actual context, which is not an empty string and not the default context - * of this container, the name is concatinated with the context. */ - /* - const char* name=c->GetName(); - cout << " -I container name " << name << endl; - FairParSet* p=0; - if (strcmp(name,"ELILuMonDigiPar")==0) { - p=new ELILuMonDigiPar(c->getConcatName().Data(),c->GetTitle(),c->getContext()); - } - if (strcmp(name,"CbmGeoStsPar")==0) { - p=new CbmGeoStsPar(c->getConcatName().Data(),c->GetTitle(),c->getContext()); - } - return p; - */ - return NULL; -} - -void ELILuMonContFact::activateParIo(FairParIo* io) -{ - // activates the input/output class for the parameters - // needed by the Sts - /* - if (strcmp(io->IsA()->GetName(),"FairParRootFileIo")==0) { - ELILuMonParRootFileIo* p=new ELILuMonParRootFileIo(((FairParRootFileIo*)io)->getParRootFile()); - io->setDetParIo(p); - } - if (strcmp(io->IsA()->GetName(),"FairParAsciiFileIo")==0) { - ELILuMonParAsciiFileIo* p=new ELILuMonParAsciiFileIo(((FairParAsciiFileIo*)io)->getFile()); - io->setDetParIo(p); - } - */ -} diff --git a/lumon/ELILuMonContFact.h b/lumon/ELILuMonContFact.h deleted file mode 100644 index dd24cef65..000000000 --- a/lumon/ELILuMonContFact.h +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef ELILUMONCONTFACT_H -#define ELILUMONCONTFACT_H - -#include "FairContFact.h" - -class FairContainer; - -class ELILuMonContFact : public FairContFact -{ - private: - void setAllContainers(); - - public: - ELILuMonContFact(); - ~ELILuMonContFact() {} - FairParSet* createContainer(FairContainer*); - void activateParIo(FairParIo* io); - ClassDef(ELILuMonContFact, 0) // Factory for all TOF parameter containers -}; - -#endif /* !ELILUMONCONTFACT_H */ diff --git a/lumon/LuMonLinkDef.h b/lumon/LuMonLinkDef.h deleted file mode 100644 index 9ba8a7ea8..000000000 --- a/lumon/LuMonLinkDef.h +++ /dev/null @@ -1,28 +0,0 @@ -// clang-format off - -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifdef __CINT__ - -#pragma link off all globals; -#pragma link off all classes; -#pragma link off all functions; - -#pragma link C++ class ELIGeoLuMon+; -#pragma link C++ class ELIGeoLuMonPar; -#pragma link C++ class ELILuMon+; -#pragma link C++ class ELILuMonContFact; - -#endif - diff --git a/mfi/CMakeLists.txt b/mfi/CMakeLists.txt deleted file mode 100644 index 74e7ac6e5..000000000 --- a/mfi/CMakeLists.txt +++ /dev/null @@ -1,54 +0,0 @@ -############################################################################## -# Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # -# # -# This software is distributed under the terms of the # -# GNU General Public Licence (GPL) version 3, # -# copied verbatim in the file "LICENSE". # -# # -# In applying this license GSI does not waive the privileges and immunities # -# granted to it by virtue of its status as an Intergovernmental Organization # -# or submit itself to any jurisdiction. # -############################################################################## - -# Create a library called "libR3BMfi" which includes the source files given in -# the array. The extension is already found. Any number of sources could be -# listed here. - -set(SRCS - R3BMfi.cxx - R3BGeoMfi.cxx - #R3BGeoMfiPar.cxx - #R3BMfiContFact.cxx - R3BMfiDigiPar.cxx - R3BMfiDigitizer.cxx - R3BKeepEventProbabilityMfi.cxx - #unpack/R3BMfiRawHit.cxx - #unpack/R3BMfiUnpack.cxx -) - -set(HEADERS - R3BMfi.h - R3BGeoMfi.h - #R3BGeoMfiPar.h - #R3BMfiContFact.h - R3BMfiDigiPar.h - R3BMfiDigitizer.h - R3BKeepEventProbabilityMfi.h - #unpack/R3BMfiRawHit.h - #unpack/R3BMfiUnpack.h -) - -add_library_with_dictionary( - LIBNAME - R3BMfi - LINKDEF - MfiLinkDef.h - HEADERS - ${HEADERS} - SRCS - ${SRCS} - INCLUDEDIRS - ${CMAKE_CURRENT_SOURCE_DIR} - DEPENDENCIES - R3BData) diff --git a/mfi/MfiLinkDef.h b/mfi/MfiLinkDef.h deleted file mode 100644 index 71150b036..000000000 --- a/mfi/MfiLinkDef.h +++ /dev/null @@ -1,35 +0,0 @@ -// clang-format off - -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifdef __CINT__ - -#pragma link off all globals; -#pragma link off all classes; -#pragma link off all functions; - -#pragma link C++ class R3BGeoMfi+; -// #pragma link C++ class R3BGeoMfiPar; -#pragma link C++ class R3BMfi+; -// #pragma link C++ class R3BMfiContFact+; -#pragma link C++ class R3BMfiDigiPar+; -#pragma link C++ class R3BMfiDigitizer+; - -#pragma link C++ class R3BKeepEventProbabilityMfi+; - -//#pragma link C++ class R3BMfiRawHit+; -//#pragma link C++ class R3BMfiUnpack+; - -#endif - diff --git a/mfi/R3BGeoMfi.cxx b/mfi/R3BGeoMfi.cxx deleted file mode 100644 index d4ecc6d4c..000000000 --- a/mfi/R3BGeoMfi.cxx +++ /dev/null @@ -1,55 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -///////////////////////////////////////////////////////////// -// R3BGeoMfi -// -// Class for geometry of R3BCAL -// -///////////////////////////////////////////////////////////// -#include "R3BGeoMfi.h" -#include "FairGeoNode.h" -#include "FairLogger.h" -#include - -ClassImp(R3BGeoMfi) - - R3BGeoMfi::R3BGeoMfi() -{ - // Constructor - fName = "sts"; - maxSectors = 0; - maxModules = 99; -} - -const char* R3BGeoMfi::getModuleName(Int_t m) -{ - // Returns the module name of sts number m - if (m < 0) - { - LOG(error) << "R3BGeoMfi::getModuleName:: Module number " << m << " not known!"; - return ""; - } - if (m < 9) - sprintf(modName, "calstation0%i", m + 1); - else - sprintf(modName, "calstation%i", m + 1); - return modName; -} - -const char* R3BGeoMfi::getEleName(Int_t m) -{ - // Returns the element name of sts number m - sprintf(eleName, "cal%i", m + 1); - return eleName; -} diff --git a/mfi/R3BGeoMfi.h b/mfi/R3BGeoMfi.h deleted file mode 100644 index 1c1fcc685..000000000 --- a/mfi/R3BGeoMfi.h +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef R3BGEOMFI_H -#define R3BGEOMFI_H - -#include "FairGeoSet.h" - -class R3BGeoMfi : public FairGeoSet -{ - protected: - char modName[30]; // name of module - char eleName[20]; // substring for elements in module - public: - R3BGeoMfi(); - ~R3BGeoMfi() {} - const char* getModuleName(Int_t); - const char* getEleName(Int_t); - inline Int_t getModNumInMod(const TString&); - ClassDef(R3BGeoMfi, 0) // Class for STS -}; - -inline Int_t R3BGeoMfi::getModNumInMod(const TString& name) -{ - // returns the module index from module name - return (Int_t)(name[3] - '0') - 1; -} - -#endif /* !R3BGEOGFI_H */ diff --git a/mfi/R3BKeepEventProbabilityMfi.cxx b/mfi/R3BKeepEventProbabilityMfi.cxx deleted file mode 100644 index fefccf37a..000000000 --- a/mfi/R3BKeepEventProbabilityMfi.cxx +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#include "R3BKeepEventProbabilityMfi.h" - -#include "TMath.h" - -#include -#include -#include //for istringstrem - -#include - -// using std::cout; -// using std::endl; -using namespace std; - -R3BKeepEventProbabilityMfi::R3BKeepEventProbabilityMfi() -{ - // set standard value for event/hit survival probability to 100% - for (Int_t ii = 0; ii < 1025; ii++) - { - SetProbability(ii, 1.0); - } -} - -R3BKeepEventProbabilityMfi::R3BKeepEventProbabilityMfi(std::string _filename) { ReadProbabilityFromFile(_filename); } - -R3BKeepEventProbabilityMfi::~R3BKeepEventProbabilityMfi() {} - -void R3BKeepEventProbabilityMfi::SetProbability(Int_t fiber, Double_t prob) -{ - fKeepEventProb[fiber] = prob; - - // cout << " R3BKeepEventProbabilityMfi::SetProbability " << fiber << " " << prob << endl; -} - -Double_t R3BKeepEventProbabilityMfi::GetProbability(Int_t fiber) -{ - // for debugging: - if (fiber > 1025 || fiber < 0) - { - // cout << " R3BKeepEventProbabilityMfi::GetProbability Invalid fiber number " << fiber << " Skipping - // event! - // " - // << endl; - return 0.0; - } - - // cout << " R3BKeepEventProbabilityMfi::GetProbability(" << fiber << ") " << fKeepEventProb[fiber] << endl; - return fKeepEventProb[fiber]; -} - -void R3BKeepEventProbabilityMfi::ReadProbabilityFromFile(string filename) -{ - ifstream infile; - string line; - - infile.open(filename.c_str()); - - // Int_t counter=0; - Int_t fiber; - Double_t prob; - - size_t pos; // position of delimiter - - // Read line by line - // parse for probabilities - while (infile.good()) - { - // counter ++; - // if(counter>400){break;} - - getline(infile, line); - - // ignore comments - if ((line[0] == '/') && (line[1] == '/')) - { - continue; - } - - // take substring after '=' - // delete everything before '=' (stemming from ggland input) - pos = line.find_first_of('='); - line = line.substr(pos + 1); - - // delete ',' at the end of each line - pos = line.find_first_of(','); - line = line.substr(0, pos); - - // get fiber number before ':' and probability after it - // fiber number starts counting from 1 - pos = line.find_first_of(':'); - fiber = atoi((line.substr(0, pos)).c_str()); - prob = Double_t(atof((line.substr(pos + 1)).c_str())); - - // cout << line << " extracted: " << fiber << " " << prob << endl; - - // save it to array - // this->SetProbability(fiber, prob); - SetProbability(fiber, prob); - } -} diff --git a/mfi/R3BKeepEventProbabilityMfi.h b/mfi/R3BKeepEventProbabilityMfi.h deleted file mode 100644 index dd94366b6..000000000 --- a/mfi/R3BKeepEventProbabilityMfi.h +++ /dev/null @@ -1,79 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -/** -R3BKeepEventProbabilityMfi.h - -This class reads the survival probability for an event/hit in a fiber of MFI from a file and save it to a global array. - -Testing phase! Please report bugs to P.Schrock@gsi.de -*/ - -#ifndef R3BKEEPEVENTPROBABILITYMFI_H -#define R3BKEEPEVENTPROBABILITYMFI_H 1 - -#include "TMath.h" - -#include - -class R3BKeepEventProbabilityMfi -{ - - public: - /** - Default constructor. No input file. All fibers will get an efficiency of 100%. - */ - R3BKeepEventProbabilityMfi(); - - /** - Special constructor getting a filename as string and starts immediately the ReadProbabilityFromFile function. - */ - R3BKeepEventProbabilityMfi(std::string _filename); - - /** - Defauld destructor. - */ - ~R3BKeepEventProbabilityMfi(); - - /** - Saves survival probability for a hit in a fiber to a global array. - */ - void SetProbability(Int_t fiber, Double_t prob); - - /** - Return the survival probability for a hit in a fiber. - */ - Double_t GetProbability(Int_t fiber); - - /** - Reads the survival probability for a hit in a fiber from an external text file. - - Note: the file is the same used as input for ggland, hence the format is fix! - One line looks like 'tree-keep-event-prob=1:0.000000,' with '1' the fiber number (starts counting from 1) and - '0.000000' the event/hit survival probability, followed by a ','. Everything before the '=' will be deleted by this - function. Comment lines are allowed, starting with '//'. - - todo: add global efficiency as entry '0', if necessary. - */ - void ReadProbabilityFromFile(std::string filename); - - protected: - // private: - - /** - Survival probability for a hit in a fiber. Fibers start counting from '1'! - */ - Double_t fKeepEventProb[1025]; -}; - -#endif diff --git a/mfi/R3BMfi.cxx b/mfi/R3BMfi.cxx deleted file mode 100644 index a39b77a51..000000000 --- a/mfi/R3BMfi.cxx +++ /dev/null @@ -1,277 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#include "R3BMfi.h" -#include "FairGeoInterface.h" -#include "FairGeoLoader.h" -#include "FairGeoNode.h" -#include "FairGeoRootBuilder.h" -#include "FairRootManager.h" -#include "FairRun.h" -#include "FairRuntimeDb.h" -#include "FairVolume.h" -#include "R3BGeoMfi.h" -#include "R3BMCStack.h" -#include "R3BMfiPoint.h" -#include "TClonesArray.h" -#include "TGeoArb8.h" -#include "TGeoBBox.h" -#include "TGeoBoolNode.h" -#include "TGeoCompositeShape.h" -#include "TGeoCone.h" -#include "TGeoMCGeometry.h" -#include "TGeoManager.h" -#include "TGeoMaterial.h" -#include "TGeoMatrix.h" -#include "TGeoMedium.h" -#include "TGeoPara.h" -#include "TGeoPgon.h" -#include "TGeoSphere.h" -#include "TObjArray.h" -#include "TParticle.h" -#include "TVirtualMC.h" -#include - -R3BMfi::R3BMfi() - : R3BMfi("") -{ -} - -R3BMfi::R3BMfi(const TString& geoFile, const TGeoTranslation& trans, const TGeoRotation& rot) - : R3BMfi(geoFile, { trans, rot }) -{ -} - -R3BMfi::R3BMfi(const TString& geoFile, const TGeoCombiTrans& combi) - : R3BDetector("R3BMfi", kMFI, geoFile, combi) - , fMfiCollection(new TClonesArray("R3BMfiPoint")) - , fPosIndex(0) - , kGeoSaved(kFALSE) - , flGeoPar(new TList()) -{ - flGeoPar->SetName(GetName()); - ResetParameters(); -} - -R3BMfi::~R3BMfi() -{ - if (flGeoPar) - { - delete flGeoPar; - } - if (fMfiCollection) - { - fMfiCollection->Delete(); - delete fMfiCollection; - } -} - -void R3BMfi::Initialize() -{ - FairDetector::Initialize(); - - LOG(info) << "R3BMfi: initialisation"; - LOG(debug) << "R3BMfi: Sci. Vol. (McId) " << gMC->VolId("MFILog"); -} - -// ----- Public method ProcessHits -------------------------------------- -Bool_t R3BMfi::ProcessHits(FairVolume* vol) -{ - // 2 Simple Det PLane - // get Info from DCH planes - Int_t copyNo = -1; - Int_t planeNr = -1; - // Get the Geo info from MC Point - gMC->CurrentVolID(copyNo); - gMC->CurrentVolOffID(1, planeNr); - - if (gMC->IsTrackEntering()) - { - fELoss = 0.; - // fTime = gMC->TrackTime() * 1.0e09; - // fLength = gMC->TrackLength(); - fTime_in = gMC->TrackTime() * 1.0e09; - fLength_in = gMC->TrackLength(); - gMC->TrackPosition(fPosIn); - gMC->TrackMomentum(fMomIn); - } - - // Sum energy loss for all steps in the active volume - fELoss += gMC->Edep(); - - // Set additional parameters at exit of active volume. Create R3BMfiPoint. - if (gMC->IsTrackExiting() || gMC->IsTrackStop() || gMC->IsTrackDisappeared()) - { - fTrackID = gMC->GetStack()->GetCurrentTrackNumber(); - fVolumeID = vol->getMCid(); - gMC->TrackPosition(fPosOut); - gMC->TrackMomentum(fMomOut); - if (fELoss == 0.) - return kFALSE; - - fTime_out = gMC->TrackTime() * 1.0e09; // also in case particle is stopped in detector, or decays... - fLength_out = gMC->TrackLength(); - fTime = (fTime_out + fTime_in) / 2.; - fLength = (fLength_out + fLength_in) / 2.; - - if (gMC->IsTrackExiting()) - { - const Double_t* oldpos; - const Double_t* olddirection; - Double_t newpos[3]; - Double_t newdirection[3]; - Double_t safety; - - gGeoManager->FindNode(fPosOut.X(), fPosOut.Y(), fPosOut.Z()); - oldpos = gGeoManager->GetCurrentPoint(); - olddirection = gGeoManager->GetCurrentDirection(); - - // cout << "1st direction: " << olddirection[0] << "," << olddirection[1] << "," << olddirection[2] << - // endl; - - for (Int_t i = 0; i < 3; i++) - { - newdirection[i] = -1 * olddirection[i]; - } - - gGeoManager->SetCurrentDirection(newdirection); - // TGeoNode *bla = gGeoManager->FindNextBoundary(2); - safety = gGeoManager->GetSafeDistance(); - - gGeoManager->SetCurrentDirection(-newdirection[0], -newdirection[1], -newdirection[2]); - - for (Int_t i = 0; i < 3; i++) - { - newpos[i] = oldpos[i] - (3 * safety * olddirection[i]); - } - - fPosOut.SetX(newpos[0]); - fPosOut.SetY(newpos[1]); - fPosOut.SetZ(newpos[2]); - } - - AddHit(fTrackID, - fVolumeID, - planeNr, - TVector3(fPosIn.X(), fPosIn.Y(), fPosIn.Z()), - TVector3(fPosOut.X(), fPosOut.Y(), fPosOut.Z()), - TVector3(fMomIn.Px(), fMomIn.Py(), fMomIn.Pz()), - TVector3(fMomOut.Px(), fMomOut.Py(), fMomOut.Pz()), - fTime, - fLength, - fELoss); - - // Increment number of MfiPoints for this track - R3BStack* stack = dynamic_cast(gMC->GetStack()); - stack->AddPoint(kMFI); - - ResetParameters(); - } - - return kTRUE; -} - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BMfi::BeginEvent() {} - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BMfi::EndOfEvent() -{ - if (fVerboseLevel) - Print(); - fMfiCollection->Clear(); - - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method Register ------------------------------------------- -void R3BMfi::Register() { FairRootManager::Instance()->Register("MFIPoint", GetName(), fMfiCollection, kTRUE); } -// ---------------------------------------------------------------------------- - -// ----- Public method GetCollection -------------------------------------- -TClonesArray* R3BMfi::GetCollection(Int_t iColl) const -{ - if (iColl == 0) - return fMfiCollection; - else - return NULL; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Print ---------------------------------------------- -void R3BMfi::Print(Option_t* option) const -{ - Int_t nHits = fMfiCollection->GetEntriesFast(); - LOG(info) << "R3BMfi: " << nHits << " points registered in this event"; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Reset ---------------------------------------------- -void R3BMfi::Reset() -{ - fMfiCollection->Clear(); - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method CopyClones ----------------------------------------- -void R3BMfi::CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset) -{ - Int_t nEntries = cl1->GetEntriesFast(); - LOG(info) << "R3BMfi: " << nEntries << " entries to add"; - TClonesArray& clref = *cl2; - R3BMfiPoint* oldpoint = NULL; - for (Int_t i = 0; i < nEntries; i++) - { - oldpoint = dynamic_cast(cl1->At(i)); - Int_t index = oldpoint->GetTrackID() + offset; - oldpoint->SetTrackID(index); - new (clref[fPosIndex]) R3BMfiPoint(*oldpoint); - fPosIndex++; - } - LOG(info) << "R3BMfi: " << cl2->GetEntriesFast() << " merged entries"; -} - -// ----- Private method AddHit -------------------------------------------- -R3BMfiPoint* R3BMfi::AddHit(Int_t trackID, - Int_t detID, - Int_t plane, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss) -{ - TClonesArray& clref = *fMfiCollection; - Int_t size = clref.GetEntriesFast(); - if (fVerboseLevel > 1) - { - LOG(info) << "R3BMfi: Adding Point at (" << posIn.X() << ", " << posIn.Y() << ", " << posIn.Z() - << ") cm, detector " << detID << ", track " << trackID << ", energy loss " << eLoss * 1e06 << " keV"; - } - return new (clref[size]) R3BMfiPoint(trackID, detID, plane, posIn, posOut, momIn, momOut, time, length, eLoss); -} - -Bool_t R3BMfi::CheckIfSensitive(std::string name) -{ - if (TString(name).Contains("MFILog")) - { - return kTRUE; - } - return kFALSE; -} - -ClassImp(R3BMfi) diff --git a/mfi/R3BMfi.h b/mfi/R3BMfi.h deleted file mode 100644 index 19db15698..000000000 --- a/mfi/R3BMfi.h +++ /dev/null @@ -1,161 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef R3BMFI_H -#define R3BMFI_H - -#include "R3BDetector.h" -#include "TLorentzVector.h" - -class TClonesArray; -class R3BMfiPoint; -class FairVolume; - -class R3BMfi : public R3BDetector -{ - public: - /** Default constructor **/ - R3BMfi(); - - /** Standard constructor. - *@param geoFile name of the ROOT geometry file - *@param trans position - *@param rot rotation - */ - R3BMfi(const TString& geoFile, const TGeoTranslation& trans, const TGeoRotation& rot = TGeoRotation()); - - /** Standard constructor. - *@param geoFile name of the ROOT geometry file - *@param combi position + rotation - */ - R3BMfi(const TString& geoFile, const TGeoCombiTrans& combi = TGeoCombiTrans()); - - /** Destructor **/ - ~R3BMfi(); - - /** Virtual method ProcessHits - ** - ** Defines the action to be taken when a step is inside the - ** active volume. Creates a R3BMfiPoint and adds it to the - ** collection. - *@param vol Pointer to the active volume - **/ - virtual Bool_t ProcessHits(FairVolume* vol = 0); - - /** Virtual method BeginEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void BeginEvent(); - - /** Virtual method EndOfEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void EndOfEvent(); - - /** Virtual method Register - ** - ** Registers the hit collection in the ROOT manager. - **/ - virtual void Register(); - - /** Accessor to the hit collection **/ - virtual TClonesArray* GetCollection(Int_t iColl) const; - - /** Virtual method Print - ** - ** Screen output of hit collection. - **/ - virtual void Print(Option_t* option = "") const; - - /** Virtual method Reset - ** - ** Clears the hit collection - **/ - virtual void Reset(); - - /** Virtual method CopyClones - ** - ** Copies the hit collection with a given track index offset - *@param cl1 Origin - *@param cl2 Target - *@param offset Index offset - **/ - virtual void CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset); - - virtual Bool_t CheckIfSensitive(std::string name); - virtual void Initialize(); - virtual void SetSpecialPhysicsCuts() {} - - // void SaveGeoParams(); - - private: - /** Track information to be stored until the track leaves the - active volume. **/ - Int_t fTrackID; //! track index - Int_t fVolumeID; //! volume id - TLorentzVector fPosIn, fPosOut; //! position - TLorentzVector fMomIn, fMomOut; //! momentum - Double32_t fTime_in; //! time when entering active volume - Double32_t fTime_out; //! time when exiting active volume - Double32_t fTime; //! time - Double32_t fLength_in; //! length when entering active volume - Double32_t fLength_out; //! length when exiting active volume - Double32_t fLength; //! length - Double32_t fELoss; //! energy loss - Int_t fPosIndex; //! - TClonesArray* fMfiCollection; //! The hit collection - Bool_t kGeoSaved; //! - TList* flGeoPar; //! - - /** Private method AddHit - ** - ** Adds a MfiPoint to the HitCollection - **/ - R3BMfiPoint* AddHit(Int_t trackID, - Int_t detID, - Int_t plane, - TVector3 posIn, - TVector3 pos_out, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss); - - /** Private method ResetParameters - ** - ** Resets the private members for the track parameters - **/ - void ResetParameters(); - - ClassDef(R3BMfi, 3); -}; - -inline void R3BMfi::ResetParameters() -{ - fTrackID = fVolumeID = 0; - fPosIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fPosOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fTime = fLength = fELoss = 0; - fPosIndex = 0; -}; - -#endif diff --git a/mfi/R3BMfiDigiPar.cxx b/mfi/R3BMfiDigiPar.cxx deleted file mode 100644 index 2a2c4f688..000000000 --- a/mfi/R3BMfiDigiPar.cxx +++ /dev/null @@ -1,52 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#include "R3BMfiDigiPar.h" -#include "TMath.h" -#include - -R3BMfiDigiPar::R3BMfiDigiPar(const char* name, const char* title, const char* context) - : FairParGenericSet(name, title, context) -{ - clear(); -} - -void R3BMfiDigiPar::putParams(FairParamList* list) -{ - std::cout << "-I- R3BMfiDigiPar::putParams() called" << std::endl; - if (!list) - return; - // list->add("max_paddle", (Int_t)nMaxPaddle); - // list->add("max_plane", (Int_t)nMaxPlane); -} - -Bool_t R3BMfiDigiPar::getParams(FairParamList* list) -{ - std::cout << "-I- R3BMfiDigiPar::getParams() called" << std::endl; - if (!list) - return kFALSE; - std::cout << "-I- R3BMfiDigiPar::getParams() 1 "; - - // if (!list->fill("max_paddle", &nMaxPaddle)) return kFALSE; - // if (!list->fill("max_plane", &nMaxPlane)) return kFALSE; - return kTRUE; -} - -void R3BMfiDigiPar::Print(Option_t* option) const -{ - std::cout << "-I- Mfi Digi Parameters:" << std::endl; - // std::cout<<" Max Paddle = "< -#include - -#include "FairParGenericSet.h" -#include "FairParamList.h" - -class R3BMfiDigiPar : public FairParGenericSet -{ - public: - R3BMfiDigiPar(const char* name = "R3BMfiDigiParTest", - const char* title = "Tutorial parameter", - const char* context = "TestDefaultContext"); - ~R3BMfiDigiPar(void){}; - void clear(void){}; - void putParams(FairParamList* list); - Bool_t getParams(FairParamList* list); - - virtual void Print(Option_t* option = "") const; - /** Accessor functions **/ - - private: - // Digi. Parameters - - ClassDef(R3BMfiDigiPar, 1); // -}; - -#endif /* !R3BGFIDIGIPAR_H*/ diff --git a/mfi/R3BMfiDigitizer.cxx b/mfi/R3BMfiDigitizer.cxx deleted file mode 100644 index 2526f72f6..000000000 --- a/mfi/R3BMfiDigitizer.cxx +++ /dev/null @@ -1,283 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#include "R3BMfiDigitizer.h" -#include "FairLogger.h" -#include "FairRootManager.h" -#include "FairRunAna.h" -#include "FairRuntimeDb.h" -#include "TClonesArray.h" - -// includes for modeling -#include "TGeoBBox.h" -#include "TGeoCompositeShape.h" -#include "TGeoManager.h" -#include "TGeoMaterial.h" -#include "TGeoMatrix.h" -#include "TGeoMedium.h" -#include "TGeoShapeAssembly.h" -#include "TParticle.h" -#include "TVirtualMC.h" - -#include "TH1F.h" -#include "TH2F.h" -#include "TMath.h" -#include "TRandom.h" -#include "TVector3.h" -#include -#include - -// #include "TRandom3.h" - -#include "R3BMCTrack.h" -#include "R3BMfiPoint.h" - -#include "R3BKeepEventProbabilityMfi.h" - -using std::cout; -using std::endl; - -R3BMfiDigitizer::R3BMfiDigitizer() - : FairTask("R3B Mfi Digitization scheme ") -{ - - SetDoMfiProb(false); - - // set internal randomizer to avoid segmentation faults - TRandom* rd = new TRandom(); - SetRandomizer(rd); -} - -R3BMfiDigitizer::R3BMfiDigitizer(TRandom* rndm, std::string file) - : FairTask("R3B Mfi Digitization scheme ") -{ - - // InitMfiProb(); - SetRandomizer(rndm); - // SetFilenameMfiProb(file); - SetDoMfiProb(true); - - R3BKeepEventProbabilityMfi* fiberProb = new R3BKeepEventProbabilityMfi(file); - SetDataPointerMfiProb(fiberProb); -} - -R3BMfiDigitizer::~R3BMfiDigitizer() {} - -// void R3BMfiDigitizer::InitMfiProb() -// { -// SetDataPointerMfiProb(); -// } - -void R3BMfiDigitizer::SetDoMfiProb(Bool_t _do) { fDoMfiProb = _do; } - -Bool_t R3BMfiDigitizer::GetDoMfiProb() { return fDoMfiProb; } - -void R3BMfiDigitizer::SetRandomizer(TRandom* _rndm) { fRndm = _rndm; } - -TRandom* R3BMfiDigitizer::GetRandomizer() { return fRndm; } - -void R3BMfiDigitizer::SetFilenameMfiProb(std::string _file) { fFilenameMfiProb = _file; } - -std::string R3BMfiDigitizer::GetFilenameMfiProb() { return fFilenameMfiProb; } - -void R3BMfiDigitizer::SetDataPointerMfiProb(R3BKeepEventProbabilityMfi* _fiberProb) { fFiberProb = _fiberProb; } - -R3BKeepEventProbabilityMfi* R3BMfiDigitizer::GetDataPointerMfiProb() { return fFiberProb; } - -void R3BMfiDigitizer::SetParContainers() -{ - - // Get run and runtime database - FairRunAna* run = FairRunAna::Instance(); - if (!run) - LOG(fatal) << "SetParContainers: No analysis run"; - - FairRuntimeDb* rtdb = run->GetRuntimeDb(); - if (!rtdb) - LOG(fatal) << "SetParContainers: No runtime database"; - - fMfiDigiPar = dynamic_cast(rtdb->getContainer("R3BMfiDigiPar")); - - if (fMfiDigiPar) - { - cout << "-I- R3BMfiDigitizer::SetParContainers() " << endl; - cout << "-I- Container R3BMfiDigiPar loaded " << endl; - } -} - -InitStatus R3BMfiDigitizer::Init() -{ - - // cout<<"Init "<(ioman->GetObject("MFIPoint")); - fMfiMCTrack = dynamic_cast(ioman->GetObject("MCTrack")); - - // Register output array MfiDigi - fMfiDigi = new TClonesArray("R3BMfiDigi", 1000); - ioman->Register("MfiDigi", "Digital response in Mfi", fMfiDigi, kTRUE); - - eventNoMfi = 0; - - // Initialise control histograms - - return kSUCCESS; -} - -void R3BMfiDigitizer::Exec(Option_t* opt) -{ - - Reset(); - eventNoMfi += 1; - // if(eventNoMfi/1000. == (int)eventNoMfi/1000.) cout<<"Event #: "<GetEntries(); - - Int_t TrackIdMfi = 0; - - Int_t mf1mul; - Double_t mf1x; - Int_t fiber; - - // mfi fiber determing variables - Double_t fib = nan(""); - Double_t fib_coverage = 0.8828; - Bool_t fib_hit = false; - Double_t _rndm; - // TRandom rndm; - - //******************** MFI **************************// - mf1mul = 0; - mf1x = 100.; - fiber = -1; - - for (Int_t l = 0; l < nentriesMfi; l++) - { - // cout<<"entries "<(fMfiPoints->At(l)); - - // Int_t DetID = Mfi_obj->GetDetectorID(); - Double_t fX_In = Mfi_obj->GetXIn(); - Double_t fX_Out = Mfi_obj->GetXOut(); - Double_t fZ_In = Mfi_obj->GetZIn(); - Double_t fZ_Out = Mfi_obj->GetZOut(); - TrackIdMfi = Mfi_obj->GetTrackID(); - R3BMCTrack* aTrack = dynamic_cast(fMfiMCTrack->At(TrackIdMfi)); - Int_t PID = aTrack->GetPdgCode(); - // Int_t mother = aTrack->GetMotherId(); - - Double_t fX = ((fX_In + fX_Out) / 2); - Double_t fZ = ((fZ_In + fZ_Out) / 2); - - // if(PID==1000501310 && mother<0){ - if (PID > 1000501000) - { - - if (fZ < 1450) - { - //(fX - [x-position from Mfi.cxx]) * [cos(rotation in x)] - (fZ - [z position]) * sin(rotation in z) - mf1x = (-(((fX + 63.82) * 0.9723699204) - - ((fZ - 520.25) * (-0.2334453639)))); // pschrock s412, right-handed? - // mf1x=((((fX+63.82) * 0.9723699204) - ((fZ - 520.25) * (-0.2334453639)))); //+ for s412? - mf1mul++; - - fib = ((14.5 + mf1x) / 0.02832); - } - } // if PID - // else - // { - // fib=0.50; - // mf1mul=0; - // } - - } // for l - - // calculate fiber number - // take dead layers into account - if ((Double_t(fib) - Int_t(fib)) < (0.5 * fib_coverage)) - { - fiber = Int_t(fib) + 1; // start counting from 1 - fib_hit = true; - // cout << " Fib " << fib << ", fiber " << fiber << endl; - } - else - { - if ((Double_t(fib) - Int_t(fib)) > (1.0 - (0.5 * fib_coverage))) - { - fiber = Int_t(fib) + 2; - fib_hit = true; - // cout << " Fib " << fib << ", fiber " << fiber << endl; - } - else - { - fib_hit = false; - mf1mul = 0; - fiber = -1; - // cout << " Fib " << fib << ", fiber " << fiber << endl; - // mf1x=100.; - } - } - - // get suvival probabilities for the fibers - // R3BKeepEventProbabilityMfi* fiberProb = new R3BKeepEventProbabilityMfi(); - // fiberProb->ReadProbabilityFromFile("/u/pschrock/analysis/mfi/fiber_efficiencies_r941_20130619_lines.hh"); - - if (GetDoMfiProb()) - { - // R3BKeepEventProbabilityMfi* fiberProb = new R3BKeepEventProbabilityMfi(GetFilenameMfiProb()); - - _rndm = GetRandomizer()->Rndm(); - if ((_rndm > GetDataPointerMfiProb()->GetProbability(fiber)) && fiber != 0) - { - fib_hit = false; - } - } - - if (fib_hit) - { - mf1x = ((fiber - 1) * 0.02832) - 14.5; // this formula starts counting fibers from 0 - AddHit(mf1mul, mf1x, fiber); - } -} -// ------------------------------------------------------------------------- - -void R3BMfiDigitizer::Reset() -{ - // Clear the structure - // cout << " -I- Digit Reset() called " << endl; - - if (fMfiDigi) - fMfiDigi->Clear(); -} - -void R3BMfiDigitizer::Finish() -{ - // Write control histograms -} - -R3BMfiDigi* R3BMfiDigitizer::AddHit(Int_t mf1mul, Double_t mf1x, Int_t fiber) -{ - TClonesArray& clref = *fMfiDigi; - Int_t size = clref.GetEntriesFast(); - return new (clref[size]) R3BMfiDigi(mf1mul, mf1x, fiber); -} - -// R3BMfiDigi* R3BMfiDigitizer::AddHit( -// return new(clref[size]) R3BMfiDigi(); -//} - -ClassImp(R3BMfiDigitizer) diff --git a/mfi/R3BMfiDigitizer.h b/mfi/R3BMfiDigitizer.h deleted file mode 100644 index 12b24a2bc..000000000 --- a/mfi/R3BMfiDigitizer.h +++ /dev/null @@ -1,94 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef R3BMFIDIGITIZER_H -#define R3BMFIDIGITIZER_H 1 - -#include "FairTask.h" -#include "R3BMfiDigi.h" -#include "R3BMfiDigiPar.h" -#include -#include - -#include "TRandom.h" - -#include "R3BKeepEventProbabilityMfi.h" - -class TClonesArray; -class TObjectArray; -class TH1F; -class TH2F; - -class R3BMfiDigitizer : public FairTask -{ - - public: - /** Default constructor **/ - R3BMfiDigitizer(); - - /** Special constructor with random number generator **/ - R3BMfiDigitizer(TRandom* rndm, std::string file); - // TRandom* fRndm; //todo: make this guy private!!! - - /** Destructor **/ - ~R3BMfiDigitizer(); - - /** Virtual method Init **/ - virtual InitStatus Init(); - - /** Virtual method Exec **/ - virtual void Exec(Option_t* opt); - - virtual void Finish(); - virtual void Reset(); - - R3BMfiDigi* AddHit(Int_t mf1mul, Double_t mf1x, Int_t fiber); - - void SetFilenameMfiProb(std::string _file); - std::string GetFilenameMfiProb(); - - void SetRandomizer(TRandom* _rndm); - TRandom* GetRandomizer(); - - void SetDoMfiProb(Bool_t _do); - Bool_t GetDoMfiProb(); - - void SetDataPointerMfiProb(R3BKeepEventProbabilityMfi* _fiberProb); - R3BKeepEventProbabilityMfi* GetDataPointerMfiProb(); - - // void InitMfiProb(); - - protected: - TClonesArray* fMfiPoints; - TClonesArray* fMfiMCTrack; - TClonesArray* fMfiDigi; - - std::string fFilenameMfiProb; - TRandom* fRndm; - Bool_t fDoMfiProb; - R3BKeepEventProbabilityMfi* fFiberProb; - - // Parameter class - R3BMfiDigiPar* fMfiDigiPar; - - //- Control Hitograms - - Int_t eventNoMfi; - - private: - virtual void SetParContainers(); - - ClassDef(R3BMfiDigitizer, 1); -}; - -#endif diff --git a/mfi/unpack/R3BMfiRawHit.cxx b/mfi/unpack/R3BMfiRawHit.cxx deleted file mode 100644 index 8deec1305..000000000 --- a/mfi/unpack/R3BMfiRawHit.cxx +++ /dev/null @@ -1,55 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// --------------------------------------------------------------------------------------- -// ----- R3BMfiRawHit ----- -// ----- Created 30-07-2014 by D.Kresan ----- -// --------------------------------------------------------------------------------------- - -#include "R3BMfiRawHit.h" - -R3BMfiRawHit::R3BMfiRawHit() - : fNxtId(0) - , fGemexId(0) - , fTrigger(0) - , fTriggerTs(0) - , fAdc(0) - , fChannelId(0) - , fNxtTs(0) - , fEpoch(0) - , fIndex(0) -{ -} - -R3BMfiRawHit::R3BMfiRawHit(UInt_t nxtId, - UInt_t gemexId, - UInt_t trigger, - ULong_t triggerTs, - UInt_t adc, - UInt_t channelId, - UInt_t nxtTs, - UInt_t epoch, - UInt_t index) - : fNxtId(nxtId) - , fGemexId(gemexId) - , fTrigger(trigger) - , fTriggerTs(triggerTs) - , fAdc(adc) - , fChannelId(channelId) - , fNxtTs(nxtTs) - , fEpoch(epoch) - , fIndex(index) -{ -} - -ClassImp(R3BMfiRawHit) diff --git a/mfi/unpack/R3BMfiRawHit.h b/mfi/unpack/R3BMfiRawHit.h deleted file mode 100644 index 1043d3561..000000000 --- a/mfi/unpack/R3BMfiRawHit.h +++ /dev/null @@ -1,69 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// --------------------------------------------------------------------------------------- -// ----- R3BMfiRawHit ----- -// ----- Created 30-07-2014 by D.Kresan ----- -// --------------------------------------------------------------------------------------- - -#ifndef R3BMFIRAWHIT_H -#define R3BMFIRAWHIT_H - -#include "TObject.h" - -class R3BMfiRawHit : public TObject -{ - public: - // Default Constructor - R3BMfiRawHit(); - - // Standard Constructor - R3BMfiRawHit(UInt_t nxtId, - UInt_t gemexId, - UInt_t trigger, - ULong_t triggerTs, - UInt_t adc, - UInt_t channelId, - UInt_t nxtTs, - UInt_t epoch, - UInt_t index); - - // Destructor - virtual ~R3BMfiRawHit() {} - - inline const UInt_t& GetNxyterId() const { return fNxtId; } - inline const UInt_t& GetGemexId() const { return fGemexId; } - inline const UInt_t& GetTrigger() const { return fTrigger; } - inline const ULong_t& GetTriggerTime() const { return fTriggerTs; } - inline const UInt_t& GetAdc() const { return fAdc; } - inline const UInt_t& GetChannelId() const { return fChannelId; } - inline const UInt_t& GetNxyterTime() const { return fNxtTs; } - inline const UInt_t& GetEpochTime() const { return fEpoch; } - inline const UInt_t& GetIndex() const { return fIndex; } - - protected: - UInt_t fNxtId; - UInt_t fGemexId; - UInt_t fTrigger; - ULong_t fTriggerTs; - UInt_t fAdc; - UInt_t fChannelId; - UInt_t fNxtTs; - UInt_t fEpoch; - UInt_t fIndex; - - public: - ClassDef(R3BMfiRawHit, 1) -}; - -#endif diff --git a/mfi/unpack/R3BMfiUnpack.cxx b/mfi/unpack/R3BMfiUnpack.cxx deleted file mode 100644 index 547802aad..000000000 --- a/mfi/unpack/R3BMfiUnpack.cxx +++ /dev/null @@ -1,144 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// --------------------------------------------------------------------------------------- -// ----- R3BMfiUnpack ----- -// ----- Created 30-07-2014 by D.Kresan ----- -// --------------------------------------------------------------------------------------- - -#include -#include - -// ROOT headers -#include "TClonesArray.h" -#include "TH1F.h" -#include "TMath.h" - -// Fair headers -#include "FairLogger.h" -#include "FairRootManager.h" -#include "FairRunOnline.h" - -// Land headers -#include "R3BMfiRawHit.h" -#include "R3BMfiUnpack.h" - -// R3BMfiUnpack: Constructor -R3BMfiUnpack::R3BMfiUnpack(Short_t type, Short_t subType, Short_t procId, Short_t subCrate, Short_t control) - : FairUnpack(type, subType, procId, subCrate, control) - , fRawData(new TClonesArray("R3BMfiRawHit")) - , fNHits(0) -{ -} - -// Virtual R3BMfiUnpack: Public method -R3BMfiUnpack::~R3BMfiUnpack() -{ - LOG(info) << "R3BMfiUnpack: Delete instance"; - delete fRawData; -} - -// Init: Public method -Bool_t R3BMfiUnpack::Init() -{ - Register(); - return kTRUE; -} - -// Register: Protected method -void R3BMfiUnpack::Register() -{ - // LOG(debug) << "Registering"; - LOG(info) << "R3BMfiUnpack : Registering..."; - FairRootManager* fMan = FairRootManager::Instance(); - if (!fMan) - { - return; - } - fMan->Register("MfiRawHit", "Mfi", fRawData, kTRUE); -} - -// DoUnpack: Public method -Bool_t R3BMfiUnpack::DoUnpack(Int_t* data, Int_t size) -{ - LOG(debug) << "R3BMfiUnpack : Unpacking... size = " << size; - - UInt_t l_i = 0; - while ((data[l_i] & 0xfff00000) == 0xadd00000) - { - l_i += 1; - } - - std::map index; - Int_t id; - - while (l_i < size) - { - // Read packet header - UInt_t* p1 = (UInt_t*)(data + l_i); - UInt_t nxtId = (p1[0] & 0xff000000) >> 24; - UInt_t gemexId = (p1[0] & 0x00ff0000) >> 16; - UInt_t trigger = (p1[0] & 0x0000ff00) >> 8; - // UInt_t da_size = (p1[1] & 0xffffffff); - l_i += 3; - p1 = (UInt_t*)(data + l_i); - ULong_t trgTs = (p1[0] & 0x0000ffff); - ULong_t triggerTs = (trgTs << 32) | (ULong_t)p1[1]; - l_i += 2; - - // Read packet data - p1 = (UInt_t*)(data + l_i); - for (Int_t i = 0; i < 5001; i += 2) - { - // Check if end of packet data reached - UInt_t control1 = (p1[i] & 0xff000000); - UInt_t control2 = (p1[i + 1] & 0xff000000); - if (control1 == 0xee000000 && control2 == 0xbb000000) - { - l_i += 2; - break; - } - - // Read a hit - UInt_t adc = (p1[i] & 0x0fff0000) >> 16; - UInt_t nxtTs = (p1[i] & 0x00003fff); - UInt_t chId = (p1[i + 1] & 0x7f000000) >> 24; - UInt_t epoch = (p1[i + 1] & 0x00ffffff); - l_i += 2; - - // Internal indexing - id = 10000 * nxtId + 1000 * gemexId + chId; - - // Create MFI hit - new ((*fRawData)[fNHits]) - R3BMfiRawHit(nxtId, gemexId, trigger, triggerTs, adc, chId, nxtTs, epoch, index[id]); - fNHits++; - index[id] += 1; - - LOG(debug) << nxtId << " " << gemexId << " " << trigger << " tot=" << size << " " << triggerTs; - } - } - - LOG(info) << "R3BMfiUnpack : Number of hits in MFI: " << fNHits; - return kTRUE; -} - -// Reset: Public method -void R3BMfiUnpack::Reset() -{ - LOG(debug) << "R3BMfiUnpack : Clearing Data Structure"; - fRawData->Clear(); - fNHits = 0; -} - -ClassImp(R3BMfiUnpack) diff --git a/mfi/unpack/R3BMfiUnpack.h b/mfi/unpack/R3BMfiUnpack.h deleted file mode 100644 index 5f5885633..000000000 --- a/mfi/unpack/R3BMfiUnpack.h +++ /dev/null @@ -1,56 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// --------------------------------------------------------------------------------------- -// ----- R3BMfiUnpack ----- -// ----- Created 30-07-2014 by D.Kresan ----- -// --------------------------------------------------------------------------------------- - -#ifndef R3BMFIUNPACK_H -#define R3BMFIUNPACK_H - -#include "FairUnpack.h" - -class TClonesArray; - -class R3BMfiUnpack : public FairUnpack -{ - public: - // Constructor - R3BMfiUnpack(Short_t type = 97, - Short_t subType = 9700, - Short_t procId = 1, - Short_t subCrate = 0, - Short_t control = 9); - - // Destructor - virtual ~R3BMfiUnpack(); - - // Fair specific - virtual Bool_t Init(); - virtual Bool_t DoUnpack(Int_t* data, Int_t size); - virtual void Reset(); - - protected: - virtual void Register(); - - private: - TClonesArray* fRawData; - Int_t fNHits; - - public: - // Class definition - ClassDef(R3BMfiUnpack, 0) -}; - -#endif diff --git a/mtof/CMakeLists.txt b/mtof/CMakeLists.txt index cf836f5e5..2965ec83f 100644 --- a/mtof/CMakeLists.txt +++ b/mtof/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/mtof/R3BGeomTof.cxx b/mtof/R3BGeomTof.cxx index 85a4ccacb..ad86592be 100644 --- a/mtof/R3BGeomTof.cxx +++ b/mtof/R3BGeomTof.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BGeomTof.h b/mtof/R3BGeomTof.h index 5505a439f..0e06818aa 100644 --- a/mtof/R3BGeomTof.h +++ b/mtof/R3BGeomTof.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BGeomTofPar.cxx b/mtof/R3BGeomTofPar.cxx index 64cf9d1e8..830d2ab63 100644 --- a/mtof/R3BGeomTofPar.cxx +++ b/mtof/R3BGeomTofPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BGeomTofPar.h b/mtof/R3BGeomTofPar.h index 98ab3714a..2afa568ba 100644 --- a/mtof/R3BGeomTofPar.h +++ b/mtof/R3BGeomTofPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTof.cxx b/mtof/R3BmTof.cxx index 14daa9928..2147bf876 100644 --- a/mtof/R3BmTof.cxx +++ b/mtof/R3BmTof.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTof.h b/mtof/R3BmTof.h index 4fdf9d0d3..f5d292dd3 100644 --- a/mtof/R3BmTof.h +++ b/mtof/R3BmTof.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTofContFact.cxx b/mtof/R3BmTofContFact.cxx index 28cf65d75..70d308354 100644 --- a/mtof/R3BmTofContFact.cxx +++ b/mtof/R3BmTofContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTofContFact.h b/mtof/R3BmTofContFact.h index 6003e8b46..266d500f6 100644 --- a/mtof/R3BmTofContFact.h +++ b/mtof/R3BmTofContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTofDigiPar.cxx b/mtof/R3BmTofDigiPar.cxx index e5d148286..15cbf8e43 100644 --- a/mtof/R3BmTofDigiPar.cxx +++ b/mtof/R3BmTofDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTofDigiPar.h b/mtof/R3BmTofDigiPar.h index 78dc2b939..a04301b4c 100644 --- a/mtof/R3BmTofDigiPar.h +++ b/mtof/R3BmTofDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTofDigitizer.cxx b/mtof/R3BmTofDigitizer.cxx index 8666e0c05..b1a9c6b1d 100644 --- a/mtof/R3BmTofDigitizer.cxx +++ b/mtof/R3BmTofDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/R3BmTofDigitizer.h b/mtof/R3BmTofDigitizer.h index b1aef0a1e..e9f74bc63 100644 --- a/mtof/R3BmTofDigitizer.h +++ b/mtof/R3BmTofDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mtof/mTofLinkDef.h b/mtof/mTofLinkDef.h index bdc3973d3..18b4e1aa7 100644 --- a/mtof/mTofLinkDef.h +++ b/mtof/mTofLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/CMakeLists.txt b/music/CMakeLists.txt index 0fd2dcd03..8119ff16e 100644 --- a/music/CMakeLists.txt +++ b/music/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/music/MusicLinkDef.h b/music/MusicLinkDef.h index aef9d63dd..ac6cf6b3a 100644 --- a/music/MusicLinkDef.h +++ b/music/MusicLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/calibration/R3BMusicCal2Hit.cxx b/music/calibration/R3BMusicCal2Hit.cxx index dadcc1716..7a08da259 100644 --- a/music/calibration/R3BMusicCal2Hit.cxx +++ b/music/calibration/R3BMusicCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/calibration/R3BMusicCal2Hit.h b/music/calibration/R3BMusicCal2Hit.h index f06dbc740..22573946d 100644 --- a/music/calibration/R3BMusicCal2Hit.h +++ b/music/calibration/R3BMusicCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/calibration/R3BMusicMapped2Cal.cxx b/music/calibration/R3BMusicMapped2Cal.cxx index f5ad2f179..a828d0cad 100644 --- a/music/calibration/R3BMusicMapped2Cal.cxx +++ b/music/calibration/R3BMusicMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/calibration/R3BMusicMapped2Cal.h b/music/calibration/R3BMusicMapped2Cal.h index ebe35b0ed..552f4cf69 100644 --- a/music/calibration/R3BMusicMapped2Cal.h +++ b/music/calibration/R3BMusicMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/online/R3BMusicOnlineSpectra.cxx b/music/online/R3BMusicOnlineSpectra.cxx index ecdaf2857..0dbb2761d 100644 --- a/music/online/R3BMusicOnlineSpectra.cxx +++ b/music/online/R3BMusicOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/online/R3BMusicOnlineSpectra.h b/music/online/R3BMusicOnlineSpectra.h index 28edfda55..1cb16cc4f 100644 --- a/music/online/R3BMusicOnlineSpectra.h +++ b/music/online/R3BMusicOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicCalPar.cxx b/music/pars/R3BMusicCalPar.cxx index 50b24663a..0d5331481 100644 --- a/music/pars/R3BMusicCalPar.cxx +++ b/music/pars/R3BMusicCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicCalPar.h b/music/pars/R3BMusicCalPar.h index 8d9b567f8..969262638 100644 --- a/music/pars/R3BMusicCalPar.h +++ b/music/pars/R3BMusicCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicContFact.cxx b/music/pars/R3BMusicContFact.cxx index 7dc3068b4..34987198d 100644 --- a/music/pars/R3BMusicContFact.cxx +++ b/music/pars/R3BMusicContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicContFact.h b/music/pars/R3BMusicContFact.h index bfc2f9686..a33e3f162 100644 --- a/music/pars/R3BMusicContFact.h +++ b/music/pars/R3BMusicContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicHitPar.cxx b/music/pars/R3BMusicHitPar.cxx index 1a79c44ef..3331f89a1 100644 --- a/music/pars/R3BMusicHitPar.cxx +++ b/music/pars/R3BMusicHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicHitPar.h b/music/pars/R3BMusicHitPar.h index d57440faa..8a8d7dc08 100644 --- a/music/pars/R3BMusicHitPar.h +++ b/music/pars/R3BMusicHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicMapped2CalPar.cxx b/music/pars/R3BMusicMapped2CalPar.cxx index 9079e8a3f..19b03d279 100644 --- a/music/pars/R3BMusicMapped2CalPar.cxx +++ b/music/pars/R3BMusicMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicMapped2CalPar.h b/music/pars/R3BMusicMapped2CalPar.h index b9c7a4965..88abca1bc 100644 --- a/music/pars/R3BMusicMapped2CalPar.h +++ b/music/pars/R3BMusicMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicMapped2CalPar_S515.cxx b/music/pars/R3BMusicMapped2CalPar_S515.cxx index 868781d9a..c383aa422 100644 --- a/music/pars/R3BMusicMapped2CalPar_S515.cxx +++ b/music/pars/R3BMusicMapped2CalPar_S515.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/pars/R3BMusicMapped2CalPar_S515.h b/music/pars/R3BMusicMapped2CalPar_S515.h index 35d6480f0..cac15a8a7 100644 --- a/music/pars/R3BMusicMapped2CalPar_S515.h +++ b/music/pars/R3BMusicMapped2CalPar_S515.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/sim/R3BMusic.cxx b/music/sim/R3BMusic.cxx index 6d8593966..26bc205d4 100644 --- a/music/sim/R3BMusic.cxx +++ b/music/sim/R3BMusic.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/sim/R3BMusic.h b/music/sim/R3BMusic.h index 461a91f7d..0d0e55da7 100644 --- a/music/sim/R3BMusic.h +++ b/music/sim/R3BMusic.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/music/test/CMakeLists.txt b/music/test/CMakeLists.txt index c3e35f016..9085005fb 100644 --- a/music/test/CMakeLists.txt +++ b/music/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/music/test/testMusicContainerPar.cxx b/music/test/testMusicContainerPar.cxx index bc023a642..7ab59a1e0 100644 --- a/music/test/testMusicContainerPar.cxx +++ b/music/test/testMusicContainerPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/CMakeLists.txt b/musli/CMakeLists.txt index dae875e2e..99f33515b 100755 --- a/musli/CMakeLists.txt +++ b/musli/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/musli/MusliLinkDef.h b/musli/MusliLinkDef.h index 85b0e91cb..d849771e7 100644 --- a/musli/MusliLinkDef.h +++ b/musli/MusliLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/calibration/R3BMusliCal2Hit.cxx b/musli/calibration/R3BMusliCal2Hit.cxx index 551b04f06..38685a039 100644 --- a/musli/calibration/R3BMusliCal2Hit.cxx +++ b/musli/calibration/R3BMusliCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/calibration/R3BMusliCal2Hit.h b/musli/calibration/R3BMusliCal2Hit.h index ed3bb9f33..777f52720 100644 --- a/musli/calibration/R3BMusliCal2Hit.h +++ b/musli/calibration/R3BMusliCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/calibration/R3BMusliMapped2Cal.cxx b/musli/calibration/R3BMusliMapped2Cal.cxx index 6c0d55083..c71bec440 100644 --- a/musli/calibration/R3BMusliMapped2Cal.cxx +++ b/musli/calibration/R3BMusliMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/calibration/R3BMusliMapped2Cal.h b/musli/calibration/R3BMusliMapped2Cal.h index 898ccdae2..c05b393e9 100644 --- a/musli/calibration/R3BMusliMapped2Cal.h +++ b/musli/calibration/R3BMusliMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/calibration/R3BMusliMapped2CalPar.cxx b/musli/calibration/R3BMusliMapped2CalPar.cxx index 5ce96ae1f..ec4cc567c 100644 --- a/musli/calibration/R3BMusliMapped2CalPar.cxx +++ b/musli/calibration/R3BMusliMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/calibration/R3BMusliMapped2CalPar.h b/musli/calibration/R3BMusliMapped2CalPar.h index ab50d5cbd..c2d45b786 100644 --- a/musli/calibration/R3BMusliMapped2CalPar.h +++ b/musli/calibration/R3BMusliMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/online/R3BMusliOnlineSpectra.cxx b/musli/online/R3BMusliOnlineSpectra.cxx index f2b21a189..0d0de6d41 100644 --- a/musli/online/R3BMusliOnlineSpectra.cxx +++ b/musli/online/R3BMusliOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/online/R3BMusliOnlineSpectra.h b/musli/online/R3BMusliOnlineSpectra.h index aa6cdbab6..3a389c7b6 100644 --- a/musli/online/R3BMusliOnlineSpectra.h +++ b/musli/online/R3BMusliOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/online/R3BMusliVsMwpcOnlineSpectra.cxx b/musli/online/R3BMusliVsMwpcOnlineSpectra.cxx index 19d69ee17..2500c6453 100644 --- a/musli/online/R3BMusliVsMwpcOnlineSpectra.cxx +++ b/musli/online/R3BMusliVsMwpcOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/online/R3BMusliVsMwpcOnlineSpectra.h b/musli/online/R3BMusliVsMwpcOnlineSpectra.h index 797bb7108..dfe1030f5 100644 --- a/musli/online/R3BMusliVsMwpcOnlineSpectra.h +++ b/musli/online/R3BMusliVsMwpcOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/pars/R3BMusliCalPar.cxx b/musli/pars/R3BMusliCalPar.cxx index b93153f13..e8e11d208 100644 --- a/musli/pars/R3BMusliCalPar.cxx +++ b/musli/pars/R3BMusliCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/pars/R3BMusliCalPar.h b/musli/pars/R3BMusliCalPar.h index a210c22e2..dbdbcb85e 100644 --- a/musli/pars/R3BMusliCalPar.h +++ b/musli/pars/R3BMusliCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/pars/R3BMusliContFact.cxx b/musli/pars/R3BMusliContFact.cxx index 69f04e709..19eb4d8ca 100644 --- a/musli/pars/R3BMusliContFact.cxx +++ b/musli/pars/R3BMusliContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/pars/R3BMusliContFact.h b/musli/pars/R3BMusliContFact.h index 176250ccd..73a6526ac 100644 --- a/musli/pars/R3BMusliContFact.h +++ b/musli/pars/R3BMusliContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/pars/R3BMusliHitPar.cxx b/musli/pars/R3BMusliHitPar.cxx index 6f2fed44b..fe2d50678 100644 --- a/musli/pars/R3BMusliHitPar.cxx +++ b/musli/pars/R3BMusliHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/musli/pars/R3BMusliHitPar.h b/musli/pars/R3BMusliHitPar.h index 8021acc67..faf45026f 100644 --- a/musli/pars/R3BMusliHitPar.h +++ b/musli/pars/R3BMusliHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/CMakeLists.txt b/mwpc/CMakeLists.txt index 2b7e4a8df..3b20cb7a6 100755 --- a/mwpc/CMakeLists.txt +++ b/mwpc/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/mwpc/MwpcLinkDef.h b/mwpc/MwpcLinkDef.h index 3cd59c988..c8ddfea2e 100755 --- a/mwpc/MwpcLinkDef.h +++ b/mwpc/MwpcLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/digi/R3BMwpcDigitizer.cxx b/mwpc/digi/R3BMwpcDigitizer.cxx index 8d0f79164..18e796ab0 100644 --- a/mwpc/digi/R3BMwpcDigitizer.cxx +++ b/mwpc/digi/R3BMwpcDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/digi/R3BMwpcDigitizer.h b/mwpc/digi/R3BMwpcDigitizer.h index 61943951a..804186ad0 100644 --- a/mwpc/digi/R3BMwpcDigitizer.h +++ b/mwpc/digi/R3BMwpcDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0.cxx b/mwpc/mwpc0/R3BMwpc0.cxx index 1c596f8b6..306fc0c6e 100644 --- a/mwpc/mwpc0/R3BMwpc0.cxx +++ b/mwpc/mwpc0/R3BMwpc0.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0.h b/mwpc/mwpc0/R3BMwpc0.h index 7a3a85b31..2249c13e1 100644 --- a/mwpc/mwpc0/R3BMwpc0.h +++ b/mwpc/mwpc0/R3BMwpc0.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0Cal2Hit.cxx b/mwpc/mwpc0/R3BMwpc0Cal2Hit.cxx index dbb4fce00..74c688024 100644 --- a/mwpc/mwpc0/R3BMwpc0Cal2Hit.cxx +++ b/mwpc/mwpc0/R3BMwpc0Cal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0Cal2Hit.h b/mwpc/mwpc0/R3BMwpc0Cal2Hit.h index 862191950..31030d8ee 100755 --- a/mwpc/mwpc0/R3BMwpc0Cal2Hit.h +++ b/mwpc/mwpc0/R3BMwpc0Cal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0CalPar.cxx b/mwpc/mwpc0/R3BMwpc0CalPar.cxx index 72bf75a2f..ef107e09a 100755 --- a/mwpc/mwpc0/R3BMwpc0CalPar.cxx +++ b/mwpc/mwpc0/R3BMwpc0CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0CalPar.h b/mwpc/mwpc0/R3BMwpc0CalPar.h index b610582f3..d65fc46ae 100644 --- a/mwpc/mwpc0/R3BMwpc0CalPar.h +++ b/mwpc/mwpc0/R3BMwpc0CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0ContFact.cxx b/mwpc/mwpc0/R3BMwpc0ContFact.cxx index cdec543c5..c51210723 100755 --- a/mwpc/mwpc0/R3BMwpc0ContFact.cxx +++ b/mwpc/mwpc0/R3BMwpc0ContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0ContFact.h b/mwpc/mwpc0/R3BMwpc0ContFact.h index a133fa802..be68e3724 100755 --- a/mwpc/mwpc0/R3BMwpc0ContFact.h +++ b/mwpc/mwpc0/R3BMwpc0ContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0Mapped2Cal.cxx b/mwpc/mwpc0/R3BMwpc0Mapped2Cal.cxx index ba060734d..c78b84491 100644 --- a/mwpc/mwpc0/R3BMwpc0Mapped2Cal.cxx +++ b/mwpc/mwpc0/R3BMwpc0Mapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0Mapped2Cal.h b/mwpc/mwpc0/R3BMwpc0Mapped2Cal.h index 4a2fce1df..382ec972c 100644 --- a/mwpc/mwpc0/R3BMwpc0Mapped2Cal.h +++ b/mwpc/mwpc0/R3BMwpc0Mapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.cxx b/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.cxx index 81691066c..5bd9e22c5 100644 --- a/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.cxx +++ b/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.h b/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.h index bbf412a3c..ef384bd1b 100644 --- a/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.h +++ b/mwpc/mwpc0/R3BMwpc0Mapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1.cxx b/mwpc/mwpc1/R3BMwpc1.cxx index 3d3e9253a..0d1a291f0 100644 --- a/mwpc/mwpc1/R3BMwpc1.cxx +++ b/mwpc/mwpc1/R3BMwpc1.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1.h b/mwpc/mwpc1/R3BMwpc1.h index dd901e912..d179d4ddd 100644 --- a/mwpc/mwpc1/R3BMwpc1.h +++ b/mwpc/mwpc1/R3BMwpc1.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1Cal2Hit.cxx b/mwpc/mwpc1/R3BMwpc1Cal2Hit.cxx index e1573ab9a..00092ed41 100644 --- a/mwpc/mwpc1/R3BMwpc1Cal2Hit.cxx +++ b/mwpc/mwpc1/R3BMwpc1Cal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1Cal2Hit.h b/mwpc/mwpc1/R3BMwpc1Cal2Hit.h index eaec8dda1..9f6c5c472 100644 --- a/mwpc/mwpc1/R3BMwpc1Cal2Hit.h +++ b/mwpc/mwpc1/R3BMwpc1Cal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1CalPar.cxx b/mwpc/mwpc1/R3BMwpc1CalPar.cxx index c4e85b590..0c784ab63 100755 --- a/mwpc/mwpc1/R3BMwpc1CalPar.cxx +++ b/mwpc/mwpc1/R3BMwpc1CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1CalPar.h b/mwpc/mwpc1/R3BMwpc1CalPar.h index 1a6bd4786..721ddafff 100644 --- a/mwpc/mwpc1/R3BMwpc1CalPar.h +++ b/mwpc/mwpc1/R3BMwpc1CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1ContFact.cxx b/mwpc/mwpc1/R3BMwpc1ContFact.cxx index 8d6712e56..d96ea4213 100755 --- a/mwpc/mwpc1/R3BMwpc1ContFact.cxx +++ b/mwpc/mwpc1/R3BMwpc1ContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1ContFact.h b/mwpc/mwpc1/R3BMwpc1ContFact.h index 3a131178b..e9f06f3f0 100755 --- a/mwpc/mwpc1/R3BMwpc1ContFact.h +++ b/mwpc/mwpc1/R3BMwpc1ContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1Mapped2Cal.cxx b/mwpc/mwpc1/R3BMwpc1Mapped2Cal.cxx index 84676a6f9..5cc1d236e 100644 --- a/mwpc/mwpc1/R3BMwpc1Mapped2Cal.cxx +++ b/mwpc/mwpc1/R3BMwpc1Mapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1Mapped2Cal.h b/mwpc/mwpc1/R3BMwpc1Mapped2Cal.h index 523aed08f..ca517ff68 100644 --- a/mwpc/mwpc1/R3BMwpc1Mapped2Cal.h +++ b/mwpc/mwpc1/R3BMwpc1Mapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.cxx b/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.cxx index 32fde2feb..f4da66046 100644 --- a/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.cxx +++ b/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.h b/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.h index 0d869d377..725978ced 100644 --- a/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.h +++ b/mwpc/mwpc1/R3BMwpc1Mapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2.cxx b/mwpc/mwpc2/R3BMwpc2.cxx index 278a92690..509177a0e 100644 --- a/mwpc/mwpc2/R3BMwpc2.cxx +++ b/mwpc/mwpc2/R3BMwpc2.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2.h b/mwpc/mwpc2/R3BMwpc2.h index 5cf053414..7101a7273 100644 --- a/mwpc/mwpc2/R3BMwpc2.h +++ b/mwpc/mwpc2/R3BMwpc2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2Cal2Hit.cxx b/mwpc/mwpc2/R3BMwpc2Cal2Hit.cxx index 8366fbe79..a1e68a00d 100644 --- a/mwpc/mwpc2/R3BMwpc2Cal2Hit.cxx +++ b/mwpc/mwpc2/R3BMwpc2Cal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2Cal2Hit.h b/mwpc/mwpc2/R3BMwpc2Cal2Hit.h index c4f4464b1..6a05a1fda 100644 --- a/mwpc/mwpc2/R3BMwpc2Cal2Hit.h +++ b/mwpc/mwpc2/R3BMwpc2Cal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2CalPar.cxx b/mwpc/mwpc2/R3BMwpc2CalPar.cxx index 01cf01217..a0d479511 100755 --- a/mwpc/mwpc2/R3BMwpc2CalPar.cxx +++ b/mwpc/mwpc2/R3BMwpc2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2CalPar.h b/mwpc/mwpc2/R3BMwpc2CalPar.h index 93d42539f..0868d1b06 100644 --- a/mwpc/mwpc2/R3BMwpc2CalPar.h +++ b/mwpc/mwpc2/R3BMwpc2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2ContFact.cxx b/mwpc/mwpc2/R3BMwpc2ContFact.cxx index fd25cd708..8d0283bef 100755 --- a/mwpc/mwpc2/R3BMwpc2ContFact.cxx +++ b/mwpc/mwpc2/R3BMwpc2ContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2ContFact.h b/mwpc/mwpc2/R3BMwpc2ContFact.h index fad4ddd33..ae5f55717 100755 --- a/mwpc/mwpc2/R3BMwpc2ContFact.h +++ b/mwpc/mwpc2/R3BMwpc2ContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2Mapped2Cal.cxx b/mwpc/mwpc2/R3BMwpc2Mapped2Cal.cxx index af57f293c..dae3a7013 100644 --- a/mwpc/mwpc2/R3BMwpc2Mapped2Cal.cxx +++ b/mwpc/mwpc2/R3BMwpc2Mapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2Mapped2Cal.h b/mwpc/mwpc2/R3BMwpc2Mapped2Cal.h index 6d1ebf6a2..c97d332a3 100644 --- a/mwpc/mwpc2/R3BMwpc2Mapped2Cal.h +++ b/mwpc/mwpc2/R3BMwpc2Mapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.cxx b/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.cxx index 167bd2a35..ac9d5092e 100644 --- a/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.cxx +++ b/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.h b/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.h index 16a941e21..f9212f5ff 100644 --- a/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.h +++ b/mwpc/mwpc2/R3BMwpc2Mapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/CMakeLists.txt b/mwpc/mwpc3/CMakeLists.txt index 05a6856be..c11b08d13 100755 --- a/mwpc/mwpc3/CMakeLists.txt +++ b/mwpc/mwpc3/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/mwpc/mwpc3/Mwpc3LinkDef.h b/mwpc/mwpc3/Mwpc3LinkDef.h index 739d37362..eb7b24456 100755 --- a/mwpc/mwpc3/Mwpc3LinkDef.h +++ b/mwpc/mwpc3/Mwpc3LinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3.cxx b/mwpc/mwpc3/R3BMwpc3.cxx index fe5b91a89..0947a1161 100644 --- a/mwpc/mwpc3/R3BMwpc3.cxx +++ b/mwpc/mwpc3/R3BMwpc3.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3.h b/mwpc/mwpc3/R3BMwpc3.h index bce5af336..19f2dd47f 100644 --- a/mwpc/mwpc3/R3BMwpc3.h +++ b/mwpc/mwpc3/R3BMwpc3.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3Cal2Hit.cxx b/mwpc/mwpc3/R3BMwpc3Cal2Hit.cxx index 74400ae4a..2cc1bef9f 100644 --- a/mwpc/mwpc3/R3BMwpc3Cal2Hit.cxx +++ b/mwpc/mwpc3/R3BMwpc3Cal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3Cal2Hit.h b/mwpc/mwpc3/R3BMwpc3Cal2Hit.h index 0b79b1912..955c9333f 100644 --- a/mwpc/mwpc3/R3BMwpc3Cal2Hit.h +++ b/mwpc/mwpc3/R3BMwpc3Cal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** ** Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - ** Copyright (C) 2019-2024 Members of R3B Collaboration * + ** Copyright (C) 2019-2025 Members of R3B Collaboration * ** * ** This software is distributed under the terms of the * ** GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3CalPar.cxx b/mwpc/mwpc3/R3BMwpc3CalPar.cxx index 1d21093b3..6ab05b621 100755 --- a/mwpc/mwpc3/R3BMwpc3CalPar.cxx +++ b/mwpc/mwpc3/R3BMwpc3CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3CalPar.h b/mwpc/mwpc3/R3BMwpc3CalPar.h index 61156c1f3..7bfd1fffe 100644 --- a/mwpc/mwpc3/R3BMwpc3CalPar.h +++ b/mwpc/mwpc3/R3BMwpc3CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3ContFact.cxx b/mwpc/mwpc3/R3BMwpc3ContFact.cxx index f15ded746..a0ac2e760 100755 --- a/mwpc/mwpc3/R3BMwpc3ContFact.cxx +++ b/mwpc/mwpc3/R3BMwpc3ContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3ContFact.h b/mwpc/mwpc3/R3BMwpc3ContFact.h index 67077ff00..911d249af 100755 --- a/mwpc/mwpc3/R3BMwpc3ContFact.h +++ b/mwpc/mwpc3/R3BMwpc3ContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3Mapped2Cal.cxx b/mwpc/mwpc3/R3BMwpc3Mapped2Cal.cxx index c8ec8eb81..dfa83cd01 100644 --- a/mwpc/mwpc3/R3BMwpc3Mapped2Cal.cxx +++ b/mwpc/mwpc3/R3BMwpc3Mapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3Mapped2Cal.h b/mwpc/mwpc3/R3BMwpc3Mapped2Cal.h index 25de22789..5ad87ce12 100644 --- a/mwpc/mwpc3/R3BMwpc3Mapped2Cal.h +++ b/mwpc/mwpc3/R3BMwpc3Mapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.cxx b/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.cxx index 603b12a35..db932461b 100644 --- a/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.cxx +++ b/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.h b/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.h index f4d2e1e70..535a35953 100644 --- a/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.h +++ b/mwpc/mwpc3/R3BMwpc3Mapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/online/R3BMwpcCorrelationOnlineSpectra.cxx b/mwpc/online/R3BMwpcCorrelationOnlineSpectra.cxx index b99b13003..272969e00 100644 --- a/mwpc/online/R3BMwpcCorrelationOnlineSpectra.cxx +++ b/mwpc/online/R3BMwpcCorrelationOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/online/R3BMwpcCorrelationOnlineSpectra.h b/mwpc/online/R3BMwpcCorrelationOnlineSpectra.h index 64566f769..7b4cda23b 100644 --- a/mwpc/online/R3BMwpcCorrelationOnlineSpectra.h +++ b/mwpc/online/R3BMwpcCorrelationOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/online/R3BMwpcOnlineSpectra.cxx b/mwpc/online/R3BMwpcOnlineSpectra.cxx index 1c6496435..7c9c5a4b3 100644 --- a/mwpc/online/R3BMwpcOnlineSpectra.cxx +++ b/mwpc/online/R3BMwpcOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/online/R3BMwpcOnlineSpectra.h b/mwpc/online/R3BMwpcOnlineSpectra.h index e27fb3f63..83a5fd5d7 100644 --- a/mwpc/online/R3BMwpcOnlineSpectra.h +++ b/mwpc/online/R3BMwpcOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.cxx b/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.cxx index 172e8ecce..730ec895b 100644 --- a/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.cxx +++ b/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.h b/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.h index 149e5d71d..8b43d9d0c 100644 --- a/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.h +++ b/mwpc/online/R3BMwpcVsMusliCorrelationOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/mwpc/test/CMakeLists.txt b/mwpc/test/CMakeLists.txt index c65cebd7c..c3c6648db 100644 --- a/mwpc/test/CMakeLists.txt +++ b/mwpc/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/mwpc/test/testMwpcContainerPar.cxx b/mwpc/test/testMwpcContainerPar.cxx index a2134a898..e6d2ff8d2 100644 --- a/mwpc/test/testMwpcContainerPar.cxx +++ b/mwpc/test/testMwpcContainerPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/CMakeLists.txt b/neuland/CMakeLists.txt index abb1fe287..77b232afe 100644 --- a/neuland/CMakeLists.txt +++ b/neuland/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/calibration/CMakeLists.txt b/neuland/calibration/CMakeLists.txt index 008fc09f7..64c37af88 100644 --- a/neuland/calibration/CMakeLists.txt +++ b/neuland/calibration/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/calibration/NeulandCalibrationLinkDef.h b/neuland/calibration/NeulandCalibrationLinkDef.h index 745079362..e2c61ba6d 100644 --- a/neuland/calibration/NeulandCalibrationLinkDef.h +++ b/neuland/calibration/NeulandCalibrationLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCal2Hit.cxx b/neuland/calibration/R3BNeulandCal2Hit.cxx index 4950fef49..b08f41691 100644 --- a/neuland/calibration/R3BNeulandCal2Hit.cxx +++ b/neuland/calibration/R3BNeulandCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCal2Hit.h b/neuland/calibration/R3BNeulandCal2Hit.h index 5433c4c71..f26fe7096 100644 --- a/neuland/calibration/R3BNeulandCal2Hit.h +++ b/neuland/calibration/R3BNeulandCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCal2HitPar.cxx b/neuland/calibration/R3BNeulandCal2HitPar.cxx index 1e1ccb7c7..e62cb0d2c 100644 --- a/neuland/calibration/R3BNeulandCal2HitPar.cxx +++ b/neuland/calibration/R3BNeulandCal2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCal2HitPar.h b/neuland/calibration/R3BNeulandCal2HitPar.h index 6e29f4aa0..0d93027d3 100644 --- a/neuland/calibration/R3BNeulandCal2HitPar.h +++ b/neuland/calibration/R3BNeulandCal2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCalTest.cxx b/neuland/calibration/R3BNeulandCalTest.cxx index a331d7b62..0b660bad7 100644 --- a/neuland/calibration/R3BNeulandCalTest.cxx +++ b/neuland/calibration/R3BNeulandCalTest.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCalTest.h b/neuland/calibration/R3BNeulandCalTest.h index 014b2fbaf..135937c37 100644 --- a/neuland/calibration/R3BNeulandCalTest.h +++ b/neuland/calibration/R3BNeulandCalTest.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCosmicTrack.h b/neuland/calibration/R3BNeulandCosmicTrack.h index ac8bae01a..686e700cf 100644 --- a/neuland/calibration/R3BNeulandCosmicTrack.h +++ b/neuland/calibration/R3BNeulandCosmicTrack.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCosmicTracker.cxx b/neuland/calibration/R3BNeulandCosmicTracker.cxx index dd6b37a5e..e66bce02e 100644 --- a/neuland/calibration/R3BNeulandCosmicTracker.cxx +++ b/neuland/calibration/R3BNeulandCosmicTracker.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandCosmicTracker.h b/neuland/calibration/R3BNeulandCosmicTracker.h index 63b06d3dc..ea4350c21 100644 --- a/neuland/calibration/R3BNeulandCosmicTracker.h +++ b/neuland/calibration/R3BNeulandCosmicTracker.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitCalibrationBar.cxx b/neuland/calibration/R3BNeulandHitCalibrationBar.cxx index 442026581..b82067439 100644 --- a/neuland/calibration/R3BNeulandHitCalibrationBar.cxx +++ b/neuland/calibration/R3BNeulandHitCalibrationBar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitCalibrationBar.h b/neuland/calibration/R3BNeulandHitCalibrationBar.h index 26b44fa0e..7a663fc94 100644 --- a/neuland/calibration/R3BNeulandHitCalibrationBar.h +++ b/neuland/calibration/R3BNeulandHitCalibrationBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitCalibrationEngine.cxx b/neuland/calibration/R3BNeulandHitCalibrationEngine.cxx index e03514374..dd46b0308 100644 --- a/neuland/calibration/R3BNeulandHitCalibrationEngine.cxx +++ b/neuland/calibration/R3BNeulandHitCalibrationEngine.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitCalibrationEngine.h b/neuland/calibration/R3BNeulandHitCalibrationEngine.h index a73ba3786..a2ffd9149 100644 --- a/neuland/calibration/R3BNeulandHitCalibrationEngine.h +++ b/neuland/calibration/R3BNeulandHitCalibrationEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitHist.cxx b/neuland/calibration/R3BNeulandHitHist.cxx index dc55b135d..9130632e3 100644 --- a/neuland/calibration/R3BNeulandHitHist.cxx +++ b/neuland/calibration/R3BNeulandHitHist.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitHist.h b/neuland/calibration/R3BNeulandHitHist.h index 07736a7a4..fab8cc564 100644 --- a/neuland/calibration/R3BNeulandHitHist.h +++ b/neuland/calibration/R3BNeulandHitHist.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitModulePar.cxx b/neuland/calibration/R3BNeulandHitModulePar.cxx index b538a20f9..bfe59cc7f 100644 --- a/neuland/calibration/R3BNeulandHitModulePar.cxx +++ b/neuland/calibration/R3BNeulandHitModulePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitModulePar.h b/neuland/calibration/R3BNeulandHitModulePar.h index 85d0bc25c..289669a11 100644 --- a/neuland/calibration/R3BNeulandHitModulePar.h +++ b/neuland/calibration/R3BNeulandHitModulePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitPar.cxx b/neuland/calibration/R3BNeulandHitPar.cxx index 48f623387..e50542047 100644 --- a/neuland/calibration/R3BNeulandHitPar.cxx +++ b/neuland/calibration/R3BNeulandHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandHitPar.h b/neuland/calibration/R3BNeulandHitPar.h index 696dfc0d2..db1e94323 100644 --- a/neuland/calibration/R3BNeulandHitPar.h +++ b/neuland/calibration/R3BNeulandHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMapped2Cal.cxx b/neuland/calibration/R3BNeulandMapped2Cal.cxx index 39889a593..fc79ea009 100644 --- a/neuland/calibration/R3BNeulandMapped2Cal.cxx +++ b/neuland/calibration/R3BNeulandMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMapped2Cal.h b/neuland/calibration/R3BNeulandMapped2Cal.h index cd39ceca8..2d232c096 100644 --- a/neuland/calibration/R3BNeulandMapped2Cal.h +++ b/neuland/calibration/R3BNeulandMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMapped2CalPar.cxx b/neuland/calibration/R3BNeulandMapped2CalPar.cxx index eb5430c1d..9ba94a635 100644 --- a/neuland/calibration/R3BNeulandMapped2CalPar.cxx +++ b/neuland/calibration/R3BNeulandMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMapped2CalPar.h b/neuland/calibration/R3BNeulandMapped2CalPar.h index 20e0e92d6..14cbcc2fe 100644 --- a/neuland/calibration/R3BNeulandMapped2CalPar.h +++ b/neuland/calibration/R3BNeulandMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMappedHist.cxx b/neuland/calibration/R3BNeulandMappedHist.cxx index 1ba17ee4b..8a55456be 100644 --- a/neuland/calibration/R3BNeulandMappedHist.cxx +++ b/neuland/calibration/R3BNeulandMappedHist.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMappedHist.h b/neuland/calibration/R3BNeulandMappedHist.h index 503ba5e31..64446ed93 100644 --- a/neuland/calibration/R3BNeulandMappedHist.h +++ b/neuland/calibration/R3BNeulandMappedHist.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMappingPar.cxx b/neuland/calibration/R3BNeulandMappingPar.cxx index f90b523bc..b619e1bf5 100644 --- a/neuland/calibration/R3BNeulandMappingPar.cxx +++ b/neuland/calibration/R3BNeulandMappingPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandMappingPar.h b/neuland/calibration/R3BNeulandMappingPar.h index f4593b52c..403545f2a 100644 --- a/neuland/calibration/R3BNeulandMappingPar.h +++ b/neuland/calibration/R3BNeulandMappingPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandParFact.cxx b/neuland/calibration/R3BNeulandParFact.cxx index aee93f535..87eca1a7d 100644 --- a/neuland/calibration/R3BNeulandParFact.cxx +++ b/neuland/calibration/R3BNeulandParFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandParFact.h b/neuland/calibration/R3BNeulandParFact.h index 1b4ebe716..f1edb073c 100644 --- a/neuland/calibration/R3BNeulandParFact.h +++ b/neuland/calibration/R3BNeulandParFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandProvideTStart.cxx b/neuland/calibration/R3BNeulandProvideTStart.cxx index c7d82ca8c..525a38c73 100644 --- a/neuland/calibration/R3BNeulandProvideTStart.cxx +++ b/neuland/calibration/R3BNeulandProvideTStart.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandProvideTStart.h b/neuland/calibration/R3BNeulandProvideTStart.h index eca07e414..d9975740b 100644 --- a/neuland/calibration/R3BNeulandProvideTStart.h +++ b/neuland/calibration/R3BNeulandProvideTStart.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandQCalFiller.cxx b/neuland/calibration/R3BNeulandQCalFiller.cxx index 06f97fb39..08d64aeb3 100644 --- a/neuland/calibration/R3BNeulandQCalFiller.cxx +++ b/neuland/calibration/R3BNeulandQCalFiller.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandQCalFiller.h b/neuland/calibration/R3BNeulandQCalFiller.h index b71e8815f..9eaa876eb 100644 --- a/neuland/calibration/R3BNeulandQCalFiller.h +++ b/neuland/calibration/R3BNeulandQCalFiller.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandQCalPar.cxx b/neuland/calibration/R3BNeulandQCalPar.cxx index 0da4b2c26..cb3f0f42b 100644 --- a/neuland/calibration/R3BNeulandQCalPar.cxx +++ b/neuland/calibration/R3BNeulandQCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandQCalPar.h b/neuland/calibration/R3BNeulandQCalPar.h index b993805c7..0ea0615cc 100644 --- a/neuland/calibration/R3BNeulandQCalPar.h +++ b/neuland/calibration/R3BNeulandQCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTSyncer.cxx b/neuland/calibration/R3BNeulandTSyncer.cxx index d7148500b..c9b8bc53c 100644 --- a/neuland/calibration/R3BNeulandTSyncer.cxx +++ b/neuland/calibration/R3BNeulandTSyncer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTSyncer.h b/neuland/calibration/R3BNeulandTSyncer.h index 509f86f76..d3a7c469e 100644 --- a/neuland/calibration/R3BNeulandTSyncer.h +++ b/neuland/calibration/R3BNeulandTSyncer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTacquilaMapped2Cal.cxx b/neuland/calibration/R3BNeulandTacquilaMapped2Cal.cxx index f6705f188..958fba6df 100644 --- a/neuland/calibration/R3BNeulandTacquilaMapped2Cal.cxx +++ b/neuland/calibration/R3BNeulandTacquilaMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTacquilaMapped2Cal.h b/neuland/calibration/R3BNeulandTacquilaMapped2Cal.h index 7a9b097a2..bd889adb1 100644 --- a/neuland/calibration/R3BNeulandTacquilaMapped2Cal.h +++ b/neuland/calibration/R3BNeulandTacquilaMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.cxx b/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.cxx index 4e6b7c302..32be3bf13 100644 --- a/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.cxx +++ b/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.h b/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.h index a9a0bf07e..3f5f9b2b6 100644 --- a/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.h +++ b/neuland/calibration/R3BNeulandTacquilaMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.cxx b/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.cxx index 8f165fc06..9dc156b21 100644 --- a/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.cxx +++ b/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.h b/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.h index 5d5548887..a0c8e3bba 100644 --- a/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.h +++ b/neuland/calibration/R3BNeulandTacquilaMapped2QCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/clustering/CMakeLists.txt b/neuland/clustering/CMakeLists.txt index 8001a83e1..7bd56fe4f 100644 --- a/neuland/clustering/CMakeLists.txt +++ b/neuland/clustering/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/clustering/NeulandClusteringLinkDef.h b/neuland/clustering/NeulandClusteringLinkDef.h index 31ac7222f..122b17165 100644 --- a/neuland/clustering/NeulandClusteringLinkDef.h +++ b/neuland/clustering/NeulandClusteringLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/clustering/R3BNeulandClusterFinder.cxx b/neuland/clustering/R3BNeulandClusterFinder.cxx index 1ae5306a9..84261d1d9 100644 --- a/neuland/clustering/R3BNeulandClusterFinder.cxx +++ b/neuland/clustering/R3BNeulandClusterFinder.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/clustering/R3BNeulandClusterFinder.h b/neuland/clustering/R3BNeulandClusterFinder.h index 658d7423e..c37ccaabe 100644 --- a/neuland/clustering/R3BNeulandClusterFinder.h +++ b/neuland/clustering/R3BNeulandClusterFinder.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/clustering/R3BNeulandClusterMon.cxx b/neuland/clustering/R3BNeulandClusterMon.cxx index c5807fc9f..9fb540da5 100644 --- a/neuland/clustering/R3BNeulandClusterMon.cxx +++ b/neuland/clustering/R3BNeulandClusterMon.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/clustering/R3BNeulandClusterMon.h b/neuland/clustering/R3BNeulandClusterMon.h index 07d3b1350..b0737c06e 100644 --- a/neuland/clustering/R3BNeulandClusterMon.h +++ b/neuland/clustering/R3BNeulandClusterMon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/CMakeLists.txt b/neuland/digitizing/CMakeLists.txt index d54e9c624..03e2207e0 100644 --- a/neuland/digitizing/CMakeLists.txt +++ b/neuland/digitizing/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/digitizing/NeulandDigitizingLinkDef.h b/neuland/digitizing/NeulandDigitizingLinkDef.h index 47d2b606d..c9b6e5947 100644 --- a/neuland/digitizing/NeulandDigitizingLinkDef.h +++ b/neuland/digitizing/NeulandDigitizingLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingEngine.h b/neuland/digitizing/R3BDigitizingEngine.h index 8acbd20ef..6b28c0868 100644 --- a/neuland/digitizing/R3BDigitizingEngine.h +++ b/neuland/digitizing/R3BDigitizingEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingPaddle.cxx b/neuland/digitizing/R3BDigitizingPaddle.cxx index 12d325cd9..f6eb1bca2 100644 --- a/neuland/digitizing/R3BDigitizingPaddle.cxx +++ b/neuland/digitizing/R3BDigitizingPaddle.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingPaddleMock.h b/neuland/digitizing/R3BDigitizingPaddleMock.h index f328204df..4547c967d 100644 --- a/neuland/digitizing/R3BDigitizingPaddleMock.h +++ b/neuland/digitizing/R3BDigitizingPaddleMock.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingPaddleNeuland.h b/neuland/digitizing/R3BDigitizingPaddleNeuland.h index 7b36cf689..43d90233b 100644 --- a/neuland/digitizing/R3BDigitizingPaddleNeuland.h +++ b/neuland/digitizing/R3BDigitizingPaddleNeuland.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingTacQuila.cxx b/neuland/digitizing/R3BDigitizingTacQuila.cxx index e49b5b532..526df6813 100644 --- a/neuland/digitizing/R3BDigitizingTacQuila.cxx +++ b/neuland/digitizing/R3BDigitizingTacQuila.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingTacQuila.h b/neuland/digitizing/R3BDigitizingTacQuila.h index d4c9904c4..e31e5466d 100644 --- a/neuland/digitizing/R3BDigitizingTacQuila.h +++ b/neuland/digitizing/R3BDigitizingTacQuila.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingTamex.cxx b/neuland/digitizing/R3BDigitizingTamex.cxx index 7dd00aa25..65fefd507 100644 --- a/neuland/digitizing/R3BDigitizingTamex.cxx +++ b/neuland/digitizing/R3BDigitizingTamex.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BDigitizingTamex.h b/neuland/digitizing/R3BDigitizingTamex.h index 7e0d16b5f..2d549fac0 100644 --- a/neuland/digitizing/R3BDigitizingTamex.h +++ b/neuland/digitizing/R3BDigitizingTamex.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BNeulandDigitizer.cxx b/neuland/digitizing/R3BNeulandDigitizer.cxx index 822bfecbc..0050be068 100644 --- a/neuland/digitizing/R3BNeulandDigitizer.cxx +++ b/neuland/digitizing/R3BNeulandDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BNeulandDigitizer.h b/neuland/digitizing/R3BNeulandDigitizer.h index 762980995..d9224944c 100644 --- a/neuland/digitizing/R3BNeulandDigitizer.h +++ b/neuland/digitizing/R3BNeulandDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BNeulandHitMon.cxx b/neuland/digitizing/R3BNeulandHitMon.cxx index 952e527cb..2fcff730b 100644 --- a/neuland/digitizing/R3BNeulandHitMon.cxx +++ b/neuland/digitizing/R3BNeulandHitMon.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/digitizing/R3BNeulandHitMon.h b/neuland/digitizing/R3BNeulandHitMon.h index e6016db9f..b6f00f3bd 100644 --- a/neuland/digitizing/R3BNeulandHitMon.h +++ b/neuland/digitizing/R3BNeulandHitMon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/geobase/helper_neuland_geometry.C b/neuland/geobase/helper_neuland_geometry.C index f4b0ac780..6844d363e 100644 --- a/neuland/geobase/helper_neuland_geometry.C +++ b/neuland/geobase/helper_neuland_geometry.C @@ -22,104 +22,105 @@ const Double_t gBC408Thickness = 2.4; const Double_t gAlThickness = 0.02; const Double_t gTapeThickness = 0.05; -TGeoMedium *BuildMaterial(const TString material, FairGeoMedia *geoMedia, - FairGeoBuilder *geoBuild) { - FairGeoMedium *fairMedium = geoMedia->getMedium(material); - if (!fairMedium) { - std::cout << "FairGeoMedium " << material << " not found" << std::endl; - } +TGeoMedium* BuildMaterial(const TString material, FairGeoMedia* geoMedia, FairGeoBuilder* geoBuild) +{ + FairGeoMedium* fairMedium = geoMedia->getMedium(material); + if (!fairMedium) + { + std::cout << "FairGeoMedium " << material << " not found" << std::endl; + } - geoBuild->createMedium(fairMedium); - TGeoMedium *med = gGeoManager->GetMedium(material); - if (!med) { - std::cout << "TGeoMedium " << material << " not found" << std::endl; - } - return med; + geoBuild->createMedium(fairMedium); + TGeoMedium* med = gGeoManager->GetMedium(material); + if (!med) + { + std::cout << "TGeoMedium " << material << " not found" << std::endl; + } + return med; } /** Building the shape of a paddle The paddle end cones are created by intersection ("*") of a small box (width*width*coneLength) with a cone The intersected structures are moved, rotated and then to a base box (length*width*width) */ -TGeoShape *BuildPaddleShape(const TString &name, const Double_t length, - const Double_t width, const Double_t coneRadius, - const Double_t coneLength) { - new TGeoBBox(name + "Box", length, width, width); - new TGeoCone(name + "Cone", coneLength + 0.001, 0., coneRadius, 0., - width * TMath::Sqrt(2.)); - new TGeoBBox(name + "Conebox", width, width, coneLength); - TGeoShape *shape = new TGeoCompositeShape( - name, name + "Box + ((" + name + "Conebox*" + name + "Cone):trc1) + ((" + - name + "Conebox*" + name + "Cone):trc2)"); - return shape; +TGeoShape* BuildPaddleShape(const TString& name, + const Double_t length, + const Double_t width, + const Double_t coneRadius, + const Double_t coneLength) +{ + new TGeoBBox(name + "Box", length, width, width); + new TGeoCone(name + "Cone", coneLength + 0.001, 0., coneRadius, 0., width * TMath::Sqrt(2.)); + new TGeoBBox(name + "Conebox", width, width, coneLength); + TGeoShape* shape = new TGeoCompositeShape( + name, + name + "Box + ((" + name + "Conebox*" + name + "Cone):trc1) + ((" + name + "Conebox*" + name + "Cone):trc2)"); + return shape; } /** A paddle consists of the scintillator volume, wrapped with Al and Tape. The shapes for the wrappings are created by subtracting the solid inner part from a larger solid volume */ -TGeoVolume *BuildPaddleVolume() { - // Load Interfaces to build materials - FairGeoLoader *geoLoad = FairGeoLoader::Instance(); - FairGeoInterface *geoFace = geoLoad->getGeoInterface(); - geoFace->setMediaFile(TString(gSystem->Getenv("VMCWORKDIR")) + - "/geometry/media_r3b.geo"); - geoFace->readMedia(); - FairGeoBuilder *geoBuild = geoLoad->getGeoBuilder(); - FairGeoMedia *geoMedia = geoFace->getMedia(); - const TGeoMedium *medBC408 = BuildMaterial("BC408", geoMedia, geoBuild); - const TGeoMedium *medCH2 = BuildMaterial("polyethylene", geoMedia, geoBuild); - const TGeoMedium *medAl = BuildMaterial("aluminium", geoMedia, geoBuild); +TGeoVolume* BuildPaddleVolume() +{ + // Load Interfaces to build materials + FairGeoLoader* geoLoad = FairGeoLoader::Instance(); + FairGeoInterface* geoFace = geoLoad->getGeoInterface(); + geoFace->setMediaFile(TString(gSystem->Getenv("VMCWORKDIR")) + "/geometry/media_r3b.geo"); + geoFace->readMedia(); + FairGeoBuilder* geoBuild = geoLoad->getGeoBuilder(); + FairGeoMedia* geoMedia = geoFace->getMedia(); + const TGeoMedium* medBC408 = BuildMaterial("BC408", geoMedia, geoBuild); + const TGeoMedium* medCH2 = BuildMaterial("polyethylene", geoMedia, geoBuild); + const TGeoMedium* medAl = BuildMaterial("aluminium", geoMedia, geoBuild); - // Prepare Transformations for cones - TGeoRotation *r1 = new TGeoRotation(); - r1->RotateY(90); - TGeoCombiTrans *trc1 = new TGeoCombiTrans( - TGeoTranslation(-(gPaddleBaseLength + gPaddleConeLength), 0., 0.), *r1); - trc1->SetName("trc1"); - trc1->RegisterYourself(); + // Prepare Transformations for cones + TGeoRotation* r1 = new TGeoRotation(); + r1->RotateY(90); + TGeoCombiTrans* trc1 = new TGeoCombiTrans(TGeoTranslation(-(gPaddleBaseLength + gPaddleConeLength), 0., 0.), *r1); + trc1->SetName("trc1"); + trc1->RegisterYourself(); - TGeoRotation *r2 = new TGeoRotation(); - r2->RotateY(-90); - TGeoCombiTrans *trc2 = new TGeoCombiTrans( - TGeoTranslation(+(gPaddleBaseLength + gPaddleConeLength), 0., 0.), *r2); - trc2->SetName("trc2"); - trc2->RegisterYourself(); + TGeoRotation* r2 = new TGeoRotation(); + r2->RotateY(-90); + TGeoCombiTrans* trc2 = new TGeoCombiTrans(TGeoTranslation(+(gPaddleBaseLength + gPaddleConeLength), 0., 0.), *r2); + trc2->SetName("trc2"); + trc2->RegisterYourself(); - // Build shapes - const TGeoShape *shapeBC408 = - BuildPaddleShape("shapeBC408", gPaddleBaseLength, gBC408Thickness, - gBC408ConeRadius, gPaddleConeLength); + // Build shapes + const TGeoShape* shapeBC408 = + BuildPaddleShape("shapeBC408", gPaddleBaseLength, gBC408Thickness, gBC408ConeRadius, gPaddleConeLength); - BuildPaddleShape("shapeAlWrappingSolid", gPaddleBaseLength, - gBC408Thickness + gAlThickness, - gBC408ConeRadius + gAlThickness, gPaddleConeLength); - const TGeoShape *shapeAlWrapping = new TGeoCompositeShape( - "shapeAlWrapping", "shapeAlWrappingSolid - shapeBC408"); + BuildPaddleShape("shapeAlWrappingSolid", + gPaddleBaseLength, + gBC408Thickness + gAlThickness, + gBC408ConeRadius + gAlThickness, + gPaddleConeLength); + const TGeoShape* shapeAlWrapping = new TGeoCompositeShape("shapeAlWrapping", "shapeAlWrappingSolid - shapeBC408"); - BuildPaddleShape("shapeTapeWrappingSolid", gPaddleBaseLength, - gBC408Thickness + gAlThickness + gTapeThickness, - gBC408ConeRadius + gAlThickness + gTapeThickness, - gPaddleConeLength); - const TGeoShape *shapeTapeWrapping = new TGeoCompositeShape( - "shapeTapeWrapping", "shapeTapeWrappingSolid - shapeAlWrappingSolid"); + BuildPaddleShape("shapeTapeWrappingSolid", + gPaddleBaseLength, + gBC408Thickness + gAlThickness + gTapeThickness, + gBC408ConeRadius + gAlThickness + gTapeThickness, + gPaddleConeLength); + const TGeoShape* shapeTapeWrapping = + new TGeoCompositeShape("shapeTapeWrapping", "shapeTapeWrappingSolid - shapeAlWrappingSolid"); - // Build Volumes. Note that the volume names are important and reappear in - // R3BNeuland() - TGeoVolume *volBC408 = new TGeoVolume("volBC408", shapeBC408, medBC408); - volBC408->SetLineColor(33); // greyish plue - volBC408->SetTransparency(30); - TGeoVolume *volAlWrapping = - new TGeoVolume("volAlWrapping", shapeAlWrapping, medAl); - volAlWrapping->SetLineColor(17); // grey/silver - TGeoVolume *volTapeWrapping = - new TGeoVolume("volTapeWrapping", shapeTapeWrapping, medCH2); - volTapeWrapping->SetLineColor(1); // black + // Build Volumes. Note that the volume names are important and reappear in + // R3BNeuland() + TGeoVolume* volBC408 = new TGeoVolume("volBC408", shapeBC408, medBC408); + volBC408->SetLineColor(33); // greyish plue + volBC408->SetTransparency(30); + TGeoVolume* volAlWrapping = new TGeoVolume("volAlWrapping", shapeAlWrapping, medAl); + volAlWrapping->SetLineColor(17); // grey/silver + TGeoVolume* volTapeWrapping = new TGeoVolume("volTapeWrapping", shapeTapeWrapping, medCH2); + volTapeWrapping->SetLineColor(1); // black - // Make the elementary assembly - TGeoVolume *volPaddle = new TGeoVolumeAssembly("volPaddle"); - volPaddle->AddNode(volBC408, 1); - volPaddle->AddNode(volAlWrapping, 1); - volPaddle->AddNode(volTapeWrapping, 1); + // Make the elementary assembly + TGeoVolume* volPaddle = new TGeoVolumeAssembly("volPaddle"); + volPaddle->AddNode(volBC408, 1); + volPaddle->AddNode(volAlWrapping, 1); + volPaddle->AddNode(volTapeWrapping, 1); - return volPaddle; + return volPaddle; } diff --git a/neuland/online/CMakeLists.txt b/neuland/online/CMakeLists.txt index 17948646b..403d05924 100644 --- a/neuland/online/CMakeLists.txt +++ b/neuland/online/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/online/NeulandOnlineLinkDef.h b/neuland/online/NeulandOnlineLinkDef.h index 99c247f9a..3570f84cf 100644 --- a/neuland/online/NeulandOnlineLinkDef.h +++ b/neuland/online/NeulandOnlineLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/online/R3BNeulandOnlineReconstruction.cxx b/neuland/online/R3BNeulandOnlineReconstruction.cxx index bde89cc1d..d57b539df 100644 --- a/neuland/online/R3BNeulandOnlineReconstruction.cxx +++ b/neuland/online/R3BNeulandOnlineReconstruction.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/online/R3BNeulandOnlineReconstruction.h b/neuland/online/R3BNeulandOnlineReconstruction.h index 4eb0a7865..f33b36a3a 100644 --- a/neuland/online/R3BNeulandOnlineReconstruction.h +++ b/neuland/online/R3BNeulandOnlineReconstruction.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/online/R3BNeulandOnlineSpectra.cxx b/neuland/online/R3BNeulandOnlineSpectra.cxx index 23c825c01..35428faf0 100644 --- a/neuland/online/R3BNeulandOnlineSpectra.cxx +++ b/neuland/online/R3BNeulandOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/online/R3BNeulandOnlineSpectra.h b/neuland/online/R3BNeulandOnlineSpectra.h index 79f730ab8..2617da9b4 100644 --- a/neuland/online/R3BNeulandOnlineSpectra.h +++ b/neuland/online/R3BNeulandOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/preexp/CMakeLists.txt b/neuland/preexp/CMakeLists.txt index 3072a022b..87b90655b 100644 --- a/neuland/preexp/CMakeLists.txt +++ b/neuland/preexp/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/preexp/NeulandPreexpLinkDef.h b/neuland/preexp/NeulandPreexpLinkDef.h index f47fd88e1..b78110b11 100644 --- a/neuland/preexp/NeulandPreexpLinkDef.h +++ b/neuland/preexp/NeulandPreexpLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/preexp/R3BNeulandCheckMapping.cxx b/neuland/preexp/R3BNeulandCheckMapping.cxx index 11c3b0e56..d51690d25 100644 --- a/neuland/preexp/R3BNeulandCheckMapping.cxx +++ b/neuland/preexp/R3BNeulandCheckMapping.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/preexp/R3BNeulandCheckMapping.h b/neuland/preexp/R3BNeulandCheckMapping.h index 0aff897dd..64e1c8b51 100644 --- a/neuland/preexp/R3BNeulandCheckMapping.h +++ b/neuland/preexp/R3BNeulandCheckMapping.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/preexp/R3BNeulandGainMatching.cxx b/neuland/preexp/R3BNeulandGainMatching.cxx index 9cc4325ce..70dadb6f5 100644 --- a/neuland/preexp/R3BNeulandGainMatching.cxx +++ b/neuland/preexp/R3BNeulandGainMatching.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/preexp/R3BNeulandGainMatching.h b/neuland/preexp/R3BNeulandGainMatching.h index b89a7bad4..29ad00275 100644 --- a/neuland/preexp/R3BNeulandGainMatching.h +++ b/neuland/preexp/R3BNeulandGainMatching.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/preexp/R3BNeulandTimeRes.cxx b/neuland/preexp/R3BNeulandTimeRes.cxx index 5535028d6..275c1a24d 100644 --- a/neuland/preexp/R3BNeulandTimeRes.cxx +++ b/neuland/preexp/R3BNeulandTimeRes.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/preexp/R3BNeulandTimeRes.h b/neuland/preexp/R3BNeulandTimeRes.h index 43e78819c..48ca9ba15 100644 --- a/neuland/preexp/R3BNeulandTimeRes.h +++ b/neuland/preexp/R3BNeulandTimeRes.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/CMakeLists.txt b/neuland/reconstruction/CMakeLists.txt index a59c6039d..2dd493f1b 100644 --- a/neuland/reconstruction/CMakeLists.txt +++ b/neuland/reconstruction/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/reconstruction/NeulandReconstructionLinkDef.h b/neuland/reconstruction/NeulandReconstructionLinkDef.h index 08fcc026d..dd7495a51 100644 --- a/neuland/reconstruction/NeulandReconstructionLinkDef.h +++ b/neuland/reconstruction/NeulandReconstructionLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.cxx b/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.cxx index a185210df..12fc2b965 100644 --- a/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.cxx +++ b/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.h b/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.h index c1965b97a..eda9d0e4f 100644 --- a/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.h +++ b/neuland/reconstruction/R3BNeulandNeutronReconstructionMon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.cxx b/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.cxx index b4c8775b0..68c59eb15 100644 --- a/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.cxx +++ b/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.h b/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.h index 9e3d8b740..0900798ff 100644 --- a/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.h +++ b/neuland/reconstruction/R3BNeulandNeutronReconstructionStatistics.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/R3BNeulandReconstructionContFact.cxx b/neuland/reconstruction/R3BNeulandReconstructionContFact.cxx index 8ab32502f..fecfc9d88 100644 --- a/neuland/reconstruction/R3BNeulandReconstructionContFact.cxx +++ b/neuland/reconstruction/R3BNeulandReconstructionContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/R3BNeulandReconstructionContFact.h b/neuland/reconstruction/R3BNeulandReconstructionContFact.h index 10685b9ba..553a0363a 100644 --- a/neuland/reconstruction/R3BNeulandReconstructionContFact.h +++ b/neuland/reconstruction/R3BNeulandReconstructionContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.cxx b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.cxx index 1642d13dc..04b2752fa 100644 --- a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.cxx +++ b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.h b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.h index 42a189b28..ffb5fe375 100644 --- a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.h +++ b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityBayesPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.cxx b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.cxx index fece629f1..f291d2558 100644 --- a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.cxx +++ b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.h b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.h index f36f806fb..12432dfd5 100644 --- a/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.h +++ b/neuland/reconstruction/multiplicity/R3BNeulandMultiplicityCalorimetricPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/CMakeLists.txt b/neuland/shared/CMakeLists.txt index c6b8b73a0..f8857f968 100644 --- a/neuland/shared/CMakeLists.txt +++ b/neuland/shared/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/shared/ClusteringEngine.h b/neuland/shared/ClusteringEngine.h index 38666608b..99d5c0ecb 100644 --- a/neuland/shared/ClusteringEngine.h +++ b/neuland/shared/ClusteringEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/ElasticScattering.cxx b/neuland/shared/ElasticScattering.cxx index a713fbf1e..bddc7f83c 100644 --- a/neuland/shared/ElasticScattering.cxx +++ b/neuland/shared/ElasticScattering.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/ElasticScattering.h b/neuland/shared/ElasticScattering.h index 8b29c61f5..9ba4d822e 100644 --- a/neuland/shared/ElasticScattering.h +++ b/neuland/shared/ElasticScattering.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/Filterable.h b/neuland/shared/Filterable.h index 1edf087a5..37b8304b2 100644 --- a/neuland/shared/Filterable.h +++ b/neuland/shared/Filterable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/IsElastic.cxx b/neuland/shared/IsElastic.cxx index 42a348e30..53c1ac979 100644 --- a/neuland/shared/IsElastic.cxx +++ b/neuland/shared/IsElastic.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/IsElastic.h b/neuland/shared/IsElastic.h index 0cc6b4bef..0c09a8759 100644 --- a/neuland/shared/IsElastic.h +++ b/neuland/shared/IsElastic.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/NeulandSharedLinkDef.h b/neuland/shared/NeulandSharedLinkDef.h index b8752fb8f..adf42ff8b 100644 --- a/neuland/shared/NeulandSharedLinkDef.h +++ b/neuland/shared/NeulandSharedLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/R3BNeulandCommon.h b/neuland/shared/R3BNeulandCommon.h index ddb6c234d..2b3122db2 100644 --- a/neuland/shared/R3BNeulandCommon.h +++ b/neuland/shared/R3BNeulandCommon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/R3BNeulandContFact.cxx b/neuland/shared/R3BNeulandContFact.cxx index f707b1678..3ecdfba53 100644 --- a/neuland/shared/R3BNeulandContFact.cxx +++ b/neuland/shared/R3BNeulandContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/R3BNeulandContFact.h b/neuland/shared/R3BNeulandContFact.h index de84f0f0f..00faab0b1 100644 --- a/neuland/shared/R3BNeulandContFact.h +++ b/neuland/shared/R3BNeulandContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/R3BNeulandGeoPar.cxx b/neuland/shared/R3BNeulandGeoPar.cxx index 021c836d4..0b7df9bbf 100644 --- a/neuland/shared/R3BNeulandGeoPar.cxx +++ b/neuland/shared/R3BNeulandGeoPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/R3BNeulandGeoPar.h b/neuland/shared/R3BNeulandGeoPar.h index b89a86f47..ff9f1728a 100644 --- a/neuland/shared/R3BNeulandGeoPar.h +++ b/neuland/shared/R3BNeulandGeoPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/R3BNeulandVisualizer.cxx b/neuland/shared/R3BNeulandVisualizer.cxx index 77e2af737..49b4c677a 100644 --- a/neuland/shared/R3BNeulandVisualizer.cxx +++ b/neuland/shared/R3BNeulandVisualizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/R3BNeulandVisualizer.h b/neuland/shared/R3BNeulandVisualizer.h index f4da6ad93..489ce79a1 100644 --- a/neuland/shared/R3BNeulandVisualizer.h +++ b/neuland/shared/R3BNeulandVisualizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/TCAConnector.h b/neuland/shared/TCAConnector.h index 25b08bf4b..86ad43da8 100644 --- a/neuland/shared/TCAConnector.h +++ b/neuland/shared/TCAConnector.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/shared/Validated.h b/neuland/shared/Validated.h index 869705fca..f4e41dbb3 100644 --- a/neuland/shared/Validated.h +++ b/neuland/shared/Validated.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/CMakeLists.txt b/neuland/simulation/CMakeLists.txt index ef9c240aa..1dc3a1b5d 100644 --- a/neuland/simulation/CMakeLists.txt +++ b/neuland/simulation/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/simulation/NeulandSimulationLinkDef.h b/neuland/simulation/NeulandSimulationLinkDef.h index f8f488672..5ef10633e 100644 --- a/neuland/simulation/NeulandSimulationLinkDef.h +++ b/neuland/simulation/NeulandSimulationLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeuland.cxx b/neuland/simulation/R3BNeuland.cxx index a08f28cf5..018956849 100644 --- a/neuland/simulation/R3BNeuland.cxx +++ b/neuland/simulation/R3BNeuland.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeuland.h b/neuland/simulation/R3BNeuland.h index 5da148292..6dee05be7 100644 --- a/neuland/simulation/R3BNeuland.h +++ b/neuland/simulation/R3BNeuland.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeulandMCMon.cxx b/neuland/simulation/R3BNeulandMCMon.cxx index 4f9e03185..5b4680685 100644 --- a/neuland/simulation/R3BNeulandMCMon.cxx +++ b/neuland/simulation/R3BNeulandMCMon.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeulandMCMon.h b/neuland/simulation/R3BNeulandMCMon.h index 2c028c2ef..6ca40356d 100644 --- a/neuland/simulation/R3BNeulandMCMon.h +++ b/neuland/simulation/R3BNeulandMCMon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeulandPrimaryClusterFinder.cxx b/neuland/simulation/R3BNeulandPrimaryClusterFinder.cxx index b31a0edd5..0912f2d93 100644 --- a/neuland/simulation/R3BNeulandPrimaryClusterFinder.cxx +++ b/neuland/simulation/R3BNeulandPrimaryClusterFinder.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeulandPrimaryClusterFinder.h b/neuland/simulation/R3BNeulandPrimaryClusterFinder.h index 2663c5233..f2246416f 100644 --- a/neuland/simulation/R3BNeulandPrimaryClusterFinder.h +++ b/neuland/simulation/R3BNeulandPrimaryClusterFinder.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeulandPrimaryInteractionFinder.cxx b/neuland/simulation/R3BNeulandPrimaryInteractionFinder.cxx index 25ce9482e..5d963ac6c 100644 --- a/neuland/simulation/R3BNeulandPrimaryInteractionFinder.cxx +++ b/neuland/simulation/R3BNeulandPrimaryInteractionFinder.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/simulation/R3BNeulandPrimaryInteractionFinder.h b/neuland/simulation/R3BNeulandPrimaryInteractionFinder.h index ebae8d68f..15109e4ad 100644 --- a/neuland/simulation/R3BNeulandPrimaryInteractionFinder.h +++ b/neuland/simulation/R3BNeulandPrimaryInteractionFinder.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/CMakeLists.txt b/neuland/test/CMakeLists.txt index e70546112..f00ea8228 100644 --- a/neuland/test/CMakeLists.txt +++ b/neuland/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/test/calibration/CMakeLists.txt b/neuland/test/calibration/CMakeLists.txt index b97f56cbd..05c09a1e0 100644 --- a/neuland/test/calibration/CMakeLists.txt +++ b/neuland/test/calibration/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/test/calibration/testNeulandBar.C b/neuland/test/calibration/testNeulandBar.C index 0697a219c..bad3c406a 100644 --- a/neuland/test/calibration/testNeulandBar.C +++ b/neuland/test/calibration/testNeulandBar.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/calibration/testNeulandQcal.C b/neuland/test/calibration/testNeulandQcal.C index 42ad88b9d..fcf47e320 100644 --- a/neuland/test/calibration/testNeulandQcal.C +++ b/neuland/test/calibration/testNeulandQcal.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/calibration/testNeulandTSyncer.C b/neuland/test/calibration/testNeulandTSyncer.C index c6cbf3d7e..15b074805 100644 --- a/neuland/test/calibration/testNeulandTSyncer.C +++ b/neuland/test/calibration/testNeulandTSyncer.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/calibration/testNeulandTcal.C b/neuland/test/calibration/testNeulandTcal.C index ff973cd94..6f4123163 100644 --- a/neuland/test/calibration/testNeulandTcal.C +++ b/neuland/test/calibration/testNeulandTcal.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/calibration/testNeulandTracker.C b/neuland/test/calibration/testNeulandTracker.C index 96f68bfe5..0c1fc799f 100644 --- a/neuland/test/calibration/testNeulandTracker.C +++ b/neuland/test/calibration/testNeulandTracker.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/digitizing/MockModels.h b/neuland/test/digitizing/MockModels.h index 9027ee6fc..dbdab2325 100644 --- a/neuland/test/digitizing/MockModels.h +++ b/neuland/test/digitizing/MockModels.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/digitizing/testNeulandDigitizingPaddle.cxx b/neuland/test/digitizing/testNeulandDigitizingPaddle.cxx index cd31f2a0a..ec2e47e03 100644 --- a/neuland/test/digitizing/testNeulandDigitizingPaddle.cxx +++ b/neuland/test/digitizing/testNeulandDigitizingPaddle.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/testClusteringEngine.cxx b/neuland/test/testClusteringEngine.cxx index 4309fd15a..f0f405aba 100644 --- a/neuland/test/testClusteringEngine.cxx +++ b/neuland/test/testClusteringEngine.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/testNeulandDigitizer.C b/neuland/test/testNeulandDigitizer.C index cde202cec..09426b13f 100644 --- a/neuland/test/testNeulandDigitizer.C +++ b/neuland/test/testNeulandDigitizer.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/testNeulandMultiplicityCalorimetricPar.cxx b/neuland/test/testNeulandMultiplicityCalorimetricPar.cxx index 6ad2e8a84..2caa98334 100644 --- a/neuland/test/testNeulandMultiplicityCalorimetricPar.cxx +++ b/neuland/test/testNeulandMultiplicityCalorimetricPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/testNeulandReconstruction.C b/neuland/test/testNeulandReconstruction.C index 58297d6d6..668d5fa8f 100644 --- a/neuland/test/testNeulandReconstruction.C +++ b/neuland/test/testNeulandReconstruction.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/testNeulandSimulation.C b/neuland/test/testNeulandSimulation.C index fce623fd8..516062ee4 100644 --- a/neuland/test/testNeulandSimulation.C +++ b/neuland/test/testNeulandSimulation.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/test/testNeulandTrain.C b/neuland/test/testNeulandTrain.C index 93921c4a2..08fff954c 100644 --- a/neuland/test/testNeulandTrain.C +++ b/neuland/test/testNeulandTrain.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/unpack/CMakeLists.txt b/neuland/unpack/CMakeLists.txt index efd27691e..73fcc3213 100644 --- a/neuland/unpack/CMakeLists.txt +++ b/neuland/unpack/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/neuland/unpack/NeulandUnpackLinkDef.h b/neuland/unpack/NeulandUnpackLinkDef.h index 2a709eee6..62cc1d00a 100644 --- a/neuland/unpack/NeulandUnpackLinkDef.h +++ b/neuland/unpack/NeulandUnpackLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/unpack/R3BNeulandPmt.cxx b/neuland/unpack/R3BNeulandPmt.cxx index 5e1079fc6..9b501e953 100644 --- a/neuland/unpack/R3BNeulandPmt.cxx +++ b/neuland/unpack/R3BNeulandPmt.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/unpack/R3BNeulandPmt.h b/neuland/unpack/R3BNeulandPmt.h index 0564c4366..3b5e2aad0 100644 --- a/neuland/unpack/R3BNeulandPmt.h +++ b/neuland/unpack/R3BNeulandPmt.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/unpack/R3BNeulandTcal.cxx b/neuland/unpack/R3BNeulandTcal.cxx index 22ff33ffc..53ced3d25 100644 --- a/neuland/unpack/R3BNeulandTcal.cxx +++ b/neuland/unpack/R3BNeulandTcal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/unpack/R3BNeulandTcal.h b/neuland/unpack/R3BNeulandTcal.h index dd7b52409..9daa9d185 100644 --- a/neuland/unpack/R3BNeulandTcal.h +++ b/neuland/unpack/R3BNeulandTcal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/unpack/R3BNeulandTcalFill.cxx b/neuland/unpack/R3BNeulandTcalFill.cxx index 0259d954e..56bb9c3ab 100644 --- a/neuland/unpack/R3BNeulandTcalFill.cxx +++ b/neuland/unpack/R3BNeulandTcalFill.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/neuland/unpack/R3BNeulandTcalFill.h b/neuland/unpack/R3BNeulandTcalFill.h index a0a2a15ee..3255b20df 100644 --- a/neuland/unpack/R3BNeulandTcalFill.h +++ b/neuland/unpack/R3BNeulandTcalFill.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/CMakeLists.txt b/passive/CMakeLists.txt index 1e744a5c3..d9fdeac76 100644 --- a/passive/CMakeLists.txt +++ b/passive/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/passive/PassiveLinkDef.h b/passive/PassiveLinkDef.h index 91ffdcd41..a6b6e0dc5 100644 --- a/passive/PassiveLinkDef.h +++ b/passive/PassiveLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BAladinMagnet.cxx b/passive/R3BAladinMagnet.cxx index 938ee6b4d..590deb649 100644 --- a/passive/R3BAladinMagnet.cxx +++ b/passive/R3BAladinMagnet.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BAladinMagnet.h b/passive/R3BAladinMagnet.h index d586733a8..e3dc44290 100644 --- a/passive/R3BAladinMagnet.h +++ b/passive/R3BAladinMagnet.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BCave.cxx b/passive/R3BCave.cxx index baa590ea6..155f54ac1 100644 --- a/passive/R3BCave.cxx +++ b/passive/R3BCave.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BCave.h b/passive/R3BCave.h index 540bf0c71..021baa0bc 100644 --- a/passive/R3BCave.h +++ b/passive/R3BCave.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BCollimator.cxx b/passive/R3BCollimator.cxx index a6ace1723..8d409d720 100644 --- a/passive/R3BCollimator.cxx +++ b/passive/R3BCollimator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BCollimator.h b/passive/R3BCollimator.h index 1cbb6cf24..6dd3497d8 100644 --- a/passive/R3BCollimator.h +++ b/passive/R3BCollimator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BGeoCave.cxx b/passive/R3BGeoCave.cxx index 20750e181..305794e51 100644 --- a/passive/R3BGeoCave.cxx +++ b/passive/R3BGeoCave.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BGeoCave.h b/passive/R3BGeoCave.h index 7af1f5010..ac25a2a8f 100644 --- a/passive/R3BGeoCave.h +++ b/passive/R3BGeoCave.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BGeoPassivePar.cxx b/passive/R3BGeoPassivePar.cxx index 465be3f29..29bce7e94 100644 --- a/passive/R3BGeoPassivePar.cxx +++ b/passive/R3BGeoPassivePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BGeoPassivePar.h b/passive/R3BGeoPassivePar.h index 01d8e032c..b90cb8099 100644 --- a/passive/R3BGeoPassivePar.h +++ b/passive/R3BGeoPassivePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BGeoTarget.cxx b/passive/R3BGeoTarget.cxx index 8ba70a0bc..0381739b1 100644 --- a/passive/R3BGeoTarget.cxx +++ b/passive/R3BGeoTarget.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BGeoTarget.h b/passive/R3BGeoTarget.h index 9e153fb2e..1a876a2eb 100644 --- a/passive/R3BGeoTarget.h +++ b/passive/R3BGeoTarget.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BNeutronWindowAndSomeAir.h b/passive/R3BNeutronWindowAndSomeAir.h index d21e0582a..f1c39d298 100644 --- a/passive/R3BNeutronWindowAndSomeAir.h +++ b/passive/R3BNeutronWindowAndSomeAir.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BPassiveContFact.cxx b/passive/R3BPassiveContFact.cxx index 6813ce68a..d71607455 100644 --- a/passive/R3BPassiveContFact.cxx +++ b/passive/R3BPassiveContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BPassiveContFact.h b/passive/R3BPassiveContFact.h index 37cb06f68..5fd0a703d 100644 --- a/passive/R3BPassiveContFact.h +++ b/passive/R3BPassiveContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BPipe.cxx b/passive/R3BPipe.cxx index 8b7c1ef2f..caeaa2645 100644 --- a/passive/R3BPipe.cxx +++ b/passive/R3BPipe.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BPipe.h b/passive/R3BPipe.h index 1122c381e..b35018f93 100644 --- a/passive/R3BPipe.h +++ b/passive/R3BPipe.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BTarget.cxx b/passive/R3BTarget.cxx index 8c3090cb9..76ce6853c 100644 --- a/passive/R3BTarget.cxx +++ b/passive/R3BTarget.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BTarget.h b/passive/R3BTarget.h index 3d100bef5..3494eedd9 100644 --- a/passive/R3BTarget.h +++ b/passive/R3BTarget.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BVacVesselCool.cxx b/passive/R3BVacVesselCool.cxx index 462df5d7b..cf5985b63 100644 --- a/passive/R3BVacVesselCool.cxx +++ b/passive/R3BVacVesselCool.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/passive/R3BVacVesselCool.h b/passive/R3BVacVesselCool.h index 6c8fb38ec..6484b49d5 100644 --- a/passive/R3BVacVesselCool.h +++ b/passive/R3BVacVesselCool.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/CMakeLists.txt b/pdc/CMakeLists.txt index b8cb63e14..db5df63ba 100644 --- a/pdc/CMakeLists.txt +++ b/pdc/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/pdc/PdcLinkDef.h b/pdc/PdcLinkDef.h index 6c0d641b8..b5dbff6cd 100644 --- a/pdc/PdcLinkDef.h +++ b/pdc/PdcLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BGeoPdcPar.cxx b/pdc/R3BGeoPdcPar.cxx index 1c98a1963..4b187fa64 100644 --- a/pdc/R3BGeoPdcPar.cxx +++ b/pdc/R3BGeoPdcPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BGeoPdcPar.h b/pdc/R3BGeoPdcPar.h index eea69c177..fc1da3306 100644 --- a/pdc/R3BGeoPdcPar.h +++ b/pdc/R3BGeoPdcPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcCal2Hit.cxx b/pdc/R3BPdcCal2Hit.cxx index e51b70cbe..1bf153147 100644 --- a/pdc/R3BPdcCal2Hit.cxx +++ b/pdc/R3BPdcCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcCal2Hit.h b/pdc/R3BPdcCal2Hit.h index b7386571d..e31f639e7 100644 --- a/pdc/R3BPdcCal2Hit.h +++ b/pdc/R3BPdcCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcContFact.cxx b/pdc/R3BPdcContFact.cxx index 0b8a06f33..7b08f423d 100644 --- a/pdc/R3BPdcContFact.cxx +++ b/pdc/R3BPdcContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcContFact.h b/pdc/R3BPdcContFact.h index 4d64c7c7f..312ef655b 100644 --- a/pdc/R3BPdcContFact.h +++ b/pdc/R3BPdcContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcMapped2Cal.cxx b/pdc/R3BPdcMapped2Cal.cxx index 56397edcc..dbd0fe908 100644 --- a/pdc/R3BPdcMapped2Cal.cxx +++ b/pdc/R3BPdcMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcMapped2Cal.h b/pdc/R3BPdcMapped2Cal.h index 8e3ced1b6..53e1ae5e2 100644 --- a/pdc/R3BPdcMapped2Cal.h +++ b/pdc/R3BPdcMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcMapped2CalPar.cxx b/pdc/R3BPdcMapped2CalPar.cxx index 86ba5594b..8c033c0b7 100644 --- a/pdc/R3BPdcMapped2CalPar.cxx +++ b/pdc/R3BPdcMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/pdc/R3BPdcMapped2CalPar.h b/pdc/R3BPdcMapped2CalPar.h index a7d00df20..82ae94074 100644 --- a/pdc/R3BPdcMapped2CalPar.h +++ b/pdc/R3BPdcMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/CMakeLists.txt b/psp/CMakeLists.txt index 525492b2f..adecf8d41 100644 --- a/psp/CMakeLists.txt +++ b/psp/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/psp/PspLinkDef.h b/psp/PspLinkDef.h index 50ebd8de3..da77e571e 100644 --- a/psp/PspLinkDef.h +++ b/psp/PspLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BGeoPsp.cxx b/psp/R3BGeoPsp.cxx index 308fcd1fa..7e96de9da 100644 --- a/psp/R3BGeoPsp.cxx +++ b/psp/R3BGeoPsp.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BGeoPsp.h b/psp/R3BGeoPsp.h index a8c896109..96e3f731d 100644 --- a/psp/R3BGeoPsp.h +++ b/psp/R3BGeoPsp.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPsp.cxx b/psp/R3BPsp.cxx index 0ef9d0da0..3b9e38522 100644 --- a/psp/R3BPsp.cxx +++ b/psp/R3BPsp.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPsp.h b/psp/R3BPsp.h index 4e4ab38a9..c6c7fa2cc 100644 --- a/psp/R3BPsp.h +++ b/psp/R3BPsp.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspDigiPar.cxx b/psp/R3BPspDigiPar.cxx index f3275e534..0597184b3 100644 --- a/psp/R3BPspDigiPar.cxx +++ b/psp/R3BPspDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspDigiPar.h b/psp/R3BPspDigiPar.h index 5d4157bf6..89a26d08b 100644 --- a/psp/R3BPspDigiPar.h +++ b/psp/R3BPspDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspDigitizer.cxx b/psp/R3BPspDigitizer.cxx index 808d23824..5fd0c2e2a 100644 --- a/psp/R3BPspDigitizer.cxx +++ b/psp/R3BPspDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspDigitizer.h b/psp/R3BPspDigitizer.h index 168c8ca6c..4defcebb0 100644 --- a/psp/R3BPspDigitizer.h +++ b/psp/R3BPspDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxCal2Hit.cxx b/psp/R3BPspxCal2Hit.cxx index f8d459a43..e87cdb11d 100644 --- a/psp/R3BPspxCal2Hit.cxx +++ b/psp/R3BPspxCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxCal2Hit.h b/psp/R3BPspxCal2Hit.h index b72014e65..a37869861 100644 --- a/psp/R3BPspxCal2Hit.h +++ b/psp/R3BPspxCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxMapped2Precal.cxx b/psp/R3BPspxMapped2Precal.cxx index 6c7e08eb7..6653da9d6 100644 --- a/psp/R3BPspxMapped2Precal.cxx +++ b/psp/R3BPspxMapped2Precal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxMapped2Precal.h b/psp/R3BPspxMapped2Precal.h index 49434c081..5b3c6e00c 100644 --- a/psp/R3BPspxMapped2Precal.h +++ b/psp/R3BPspxMapped2Precal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxOnlineSpectra.cxx b/psp/R3BPspxOnlineSpectra.cxx index a77b11ee1..055b5c967 100644 --- a/psp/R3BPspxOnlineSpectra.cxx +++ b/psp/R3BPspxOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxOnlineSpectra.h b/psp/R3BPspxOnlineSpectra.h index 4895e5b1f..a164c2120 100644 --- a/psp/R3BPspxOnlineSpectra.h +++ b/psp/R3BPspxOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxPrecal2Cal.cxx b/psp/R3BPspxPrecal2Cal.cxx index 6811ce7ca..562dae174 100644 --- a/psp/R3BPspxPrecal2Cal.cxx +++ b/psp/R3BPspxPrecal2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxPrecal2Cal.h b/psp/R3BPspxPrecal2Cal.h index 0f112144c..48f3251fc 100644 --- a/psp/R3BPspxPrecal2Cal.h +++ b/psp/R3BPspxPrecal2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxReader.cxx b/psp/R3BPspxReader.cxx index 06a2516ad..c90a7796a 100644 --- a/psp/R3BPspxReader.cxx +++ b/psp/R3BPspxReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/R3BPspxReader.h b/psp/R3BPspxReader.h index e1feab1d9..5aebe5cb3 100644 --- a/psp/R3BPspxReader.h +++ b/psp/R3BPspxReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxCalPar.cxx b/psp/par/R3BPspxCalPar.cxx index f2949e2f3..274b17928 100644 --- a/psp/par/R3BPspxCalPar.cxx +++ b/psp/par/R3BPspxCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxCalPar.h b/psp/par/R3BPspxCalPar.h index 3fcaf6dd5..9e9f6878a 100644 --- a/psp/par/R3BPspxCalPar.h +++ b/psp/par/R3BPspxCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxContFact.cxx b/psp/par/R3BPspxContFact.cxx index 918c08074..bfbe43ca5 100644 --- a/psp/par/R3BPspxContFact.cxx +++ b/psp/par/R3BPspxContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxContFact.h b/psp/par/R3BPspxContFact.h index 030ad144c..aed0c3e4f 100644 --- a/psp/par/R3BPspxContFact.h +++ b/psp/par/R3BPspxContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxHitPar.cxx b/psp/par/R3BPspxHitPar.cxx index 29153ad84..a8ba77f72 100644 --- a/psp/par/R3BPspxHitPar.cxx +++ b/psp/par/R3BPspxHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxHitPar.h b/psp/par/R3BPspxHitPar.h index b17929604..b632b53e7 100644 --- a/psp/par/R3BPspxHitPar.h +++ b/psp/par/R3BPspxHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxMappedPar.cxx b/psp/par/R3BPspxMappedPar.cxx index 52d025762..605ba43d0 100644 --- a/psp/par/R3BPspxMappedPar.cxx +++ b/psp/par/R3BPspxMappedPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxMappedPar.h b/psp/par/R3BPspxMappedPar.h index 0428ef6dc..1726716f4 100644 --- a/psp/par/R3BPspxMappedPar.h +++ b/psp/par/R3BPspxMappedPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxPrecalPar.cxx b/psp/par/R3BPspxPrecalPar.cxx index f6910284c..006b11ad8 100644 --- a/psp/par/R3BPspxPrecalPar.cxx +++ b/psp/par/R3BPspxPrecalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/psp/par/R3BPspxPrecalPar.h b/psp/par/R3BPspxPrecalPar.h index cda5ca85c..932001d65 100644 --- a/psp/par/R3BPspxPrecalPar.h +++ b/psp/par/R3BPspxPrecalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/BaseLinkDef.h b/r3bbase/BaseLinkDef.h index edc0e6d92..8c44d86f2 100644 --- a/r3bbase/BaseLinkDef.h +++ b/r3bbase/BaseLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/CMakeLists.txt b/r3bbase/CMakeLists.txt index 19275fc4e..df5574044 100644 --- a/r3bbase/CMakeLists.txt +++ b/r3bbase/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/r3bbase/R3BCoarseTimeStitch.cxx b/r3bbase/R3BCoarseTimeStitch.cxx index 6bf2661fd..af9d06920 100644 --- a/r3bbase/R3BCoarseTimeStitch.cxx +++ b/r3bbase/R3BCoarseTimeStitch.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BCoarseTimeStitch.h b/r3bbase/R3BCoarseTimeStitch.h index e96984255..15f0dfc9f 100644 --- a/r3bbase/R3BCoarseTimeStitch.h +++ b/r3bbase/R3BCoarseTimeStitch.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BDataPropagator.cxx b/r3bbase/R3BDataPropagator.cxx index a19cf9f84..006918991 100644 --- a/r3bbase/R3BDataPropagator.cxx +++ b/r3bbase/R3BDataPropagator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BDataPropagator.h b/r3bbase/R3BDataPropagator.h index ec5fd2800..f3e7f8d98 100644 --- a/r3bbase/R3BDataPropagator.h +++ b/r3bbase/R3BDataPropagator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BDetector.cxx b/r3bbase/R3BDetector.cxx index 04b694d10..4b82eedb4 100644 --- a/r3bbase/R3BDetector.cxx +++ b/r3bbase/R3BDetector.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BDetector.h b/r3bbase/R3BDetector.h index e478b3448..06682e56b 100644 --- a/r3bbase/R3BDetector.h +++ b/r3bbase/R3BDetector.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BEventHeader.cxx b/r3bbase/R3BEventHeader.cxx index 4f60a36f2..7de38d7fc 100644 --- a/r3bbase/R3BEventHeader.cxx +++ b/r3bbase/R3BEventHeader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BEventHeader.h b/r3bbase/R3BEventHeader.h index 57abaf576..e270289bf 100644 --- a/r3bbase/R3BEventHeader.h +++ b/r3bbase/R3BEventHeader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BEventHeaderPropagator.cxx b/r3bbase/R3BEventHeaderPropagator.cxx index 3155b81cd..c00663f2b 100644 --- a/r3bbase/R3BEventHeaderPropagator.cxx +++ b/r3bbase/R3BEventHeaderPropagator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BEventHeaderPropagator.h b/r3bbase/R3BEventHeaderPropagator.h index f601b7e11..e5fac08a9 100644 --- a/r3bbase/R3BEventHeaderPropagator.h +++ b/r3bbase/R3BEventHeaderPropagator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BFileSource.cxx b/r3bbase/R3BFileSource.cxx index ea05fd9aa..390d0c0df 100644 --- a/r3bbase/R3BFileSource.cxx +++ b/r3bbase/R3BFileSource.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BFileSource.h b/r3bbase/R3BFileSource.h index 0270d1523..fa4e848a4 100644 --- a/r3bbase/R3BFileSource.h +++ b/r3bbase/R3BFileSource.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BFileSource2.cxx b/r3bbase/R3BFileSource2.cxx index b9172cf92..cb66c34a7 100644 --- a/r3bbase/R3BFileSource2.cxx +++ b/r3bbase/R3BFileSource2.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BFileSource2.h b/r3bbase/R3BFileSource2.h index 37cce9a34..c4d4088b1 100644 --- a/r3bbase/R3BFileSource2.h +++ b/r3bbase/R3BFileSource2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BIOConnector.h b/r3bbase/R3BIOConnector.h index d7b10a1d4..9eaa2b1c6 100644 --- a/r3bbase/R3BIOConnector.h +++ b/r3bbase/R3BIOConnector.h @@ -1,7 +1,7 @@ #pragma once /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BLogger.cxx b/r3bbase/R3BLogger.cxx index ec5aad435..6a3cf2f5e 100644 --- a/r3bbase/R3BLogger.cxx +++ b/r3bbase/R3BLogger.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BLogger.h b/r3bbase/R3BLogger.h index 5c82dac78..e8aa89b5c 100644 --- a/r3bbase/R3BLogger.h +++ b/r3bbase/R3BLogger.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BModule.cxx b/r3bbase/R3BModule.cxx index ea755f4d2..3538c7dbf 100644 --- a/r3bbase/R3BModule.cxx +++ b/r3bbase/R3BModule.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BModule.h b/r3bbase/R3BModule.h index 0e183dd30..e82c0ff97 100644 --- a/r3bbase/R3BModule.h +++ b/r3bbase/R3BModule.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BShared.h b/r3bbase/R3BShared.h index bb4ab0e77..fc1513c7f 100644 --- a/r3bbase/R3BShared.h +++ b/r3bbase/R3BShared.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BTcutPar.cxx b/r3bbase/R3BTcutPar.cxx index cef02e85c..4b1203333 100644 --- a/r3bbase/R3BTcutPar.cxx +++ b/r3bbase/R3BTcutPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BTcutPar.h b/r3bbase/R3BTcutPar.h index 9edfdebe5..50dfd72ed 100644 --- a/r3bbase/R3BTcutPar.h +++ b/r3bbase/R3BTcutPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BTsplinePar.cxx b/r3bbase/R3BTsplinePar.cxx index b3a3720c3..2cfa5c285 100644 --- a/r3bbase/R3BTsplinePar.cxx +++ b/r3bbase/R3BTsplinePar.cxx @@ -1,7 +1,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BTsplinePar.h b/r3bbase/R3BTsplinePar.h index 65ce770b4..be8741133 100644 --- a/r3bbase/R3BTsplinePar.h +++ b/r3bbase/R3BTsplinePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BWhiterabbitPropagator.cxx b/r3bbase/R3BWhiterabbitPropagator.cxx index acf665da1..bfafd23bf 100644 --- a/r3bbase/R3BWhiterabbitPropagator.cxx +++ b/r3bbase/R3BWhiterabbitPropagator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bbase/R3BWhiterabbitPropagator.h b/r3bbase/R3BWhiterabbitPropagator.h index 718ac2f11..087b9087e 100644 --- a/r3bbase/R3BWhiterabbitPropagator.h +++ b/r3bbase/R3BWhiterabbitPropagator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/CMakeLists.txt b/r3bdata/CMakeLists.txt index f60817783..85d818760 100755 --- a/r3bdata/CMakeLists.txt +++ b/r3bdata/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # @@ -69,9 +69,6 @@ set(SRCS losData/R3BLosHitData.cxx losData/R3BLosMappedData.cxx losData/R3BLosTCalData.cxx - lumonData/ELILuMonPoint.cxx - mfiData/R3BMfiDigi.cxx - mfiData/R3BMfiPoint.cxx mtofData/R3BmTofDigi.cxx mtofData/R3BmTofPoint.cxx musicData/R3BMusicCalData.cxx @@ -164,10 +161,7 @@ set(SRCS twimData/R3BTwimMappedData.cxx twimData/R3BTwimPoint.cxx vetoData/R3BVetoPoint.cxx - wrData/R3BWRData.cxx - xballData/R3BXBallCrystalHit.cxx - xballData/R3BXBallCrystalHitSim.cxx - xballData/R3BXBallPoint.cxx) + wrData/R3BWRData.cxx) set(HEADERS #cmake-format: sortable @@ -221,9 +215,6 @@ set(HEADERS losData/R3BLosHitData.h losData/R3BLosMappedData.h losData/R3BLosTCalData.h - lumonData/ELILuMonPoint.h - mfiData/R3BMfiDigi.h - mfiData/R3BMfiPoint.h mtofData/R3BmTofDigi.h mtofData/R3BmTofPoint.h musicData/R3BMusicCalData.h @@ -316,10 +307,7 @@ set(HEADERS twimData/R3BTwimMappedData.h twimData/R3BTwimPoint.h vetoData/R3BVetoPoint.h - wrData/R3BWRData.h - xballData/R3BXBallCrystalHit.h - xballData/R3BXBallCrystalHitSim.h - xballData/R3BXBallPoint.h) + wrData/R3BWRData.h) set(DIRS actarData @@ -335,8 +323,6 @@ set(DIRS gfiData landData losData - lumonData - mfiData mtofData musicData musliData @@ -359,8 +345,7 @@ set(DIRS tttxData twimData vetoData - wrData - xballData) + wrData) add_library_with_dictionary( LIBNAME diff --git a/r3bdata/DataLinkDef.h b/r3bdata/DataLinkDef.h index c1f4d2aa7..4ca0d06b8 100755 --- a/r3bdata/DataLinkDef.h +++ b/r3bdata/DataLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * @@ -25,9 +25,6 @@ #pragma link C++ class R3BDouble+; #pragma link C++ class R3BTrack+; -#pragma link C++ class R3BXBallPoint+; -#pragma link C++ class R3BXBallCrystalHit+; -#pragma link C++ class R3BXBallCrystalHitSim+; #pragma link C++ class R3BCalifaMappedData+; #pragma link C++ class R3BCalifaCrystalCalData+; #pragma link C++ class R3BCalifaClusterData+; @@ -108,9 +105,6 @@ #pragma link C++ class R3BLandFirstHits+; #pragma link C++ class R3BLandHit+; #pragma link C++ class R3BPaddleCrystalHit+; -#pragma link C++ class ELILuMonPoint+; -#pragma link C++ class R3BMfiPoint+; -#pragma link C++ class R3BMfiDigi+; #pragma link C++ class R3BPspPoint+; #pragma link C++ class R3BPspDigi+; #pragma link C++ class R3BNeulandTacquilaMappedData+; diff --git a/r3bdata/R3BDetectorList.h b/r3bdata/R3BDetectorList.h index 1f02b0e9b..902d5865f 100644 --- a/r3bdata/R3BDetectorList.h +++ b/r3bdata/R3BDetectorList.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * @@ -34,11 +34,8 @@ enum DetectorId kTOF, kTRA, kCALIFA, - kMFI, kPSP, kVETO, - kSTARTRACK, - kLUMON, kNEULAND, kDNNNEULAND, kDNNVETO, @@ -100,11 +97,8 @@ enum fDetectorType kTofPoint, kTraPoint, kCalifaPoint, - kMfiPoint, kPspPoint, kVetoPoint, - kStartrackPoint, - kLuMonPoint, kNeulandPoint, kDNNNeulandPoint, kDNNVETOPoint, diff --git a/r3bdata/R3BDouble.cxx b/r3bdata/R3BDouble.cxx index 6712ff6a4..ddc3d9e8c 100644 --- a/r3bdata/R3BDouble.cxx +++ b/r3bdata/R3BDouble.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BDouble.h b/r3bdata/R3BDouble.h index 75166aa82..d7d04b63d 100644 --- a/r3bdata/R3BDouble.h +++ b/r3bdata/R3BDouble.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BHit.cxx b/r3bdata/R3BHit.cxx index 799c272b5..6fa7d1e12 100644 --- a/r3bdata/R3BHit.cxx +++ b/r3bdata/R3BHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BHit.h b/r3bdata/R3BHit.h index cb872c974..d27d0a9d4 100644 --- a/r3bdata/R3BHit.h +++ b/r3bdata/R3BHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BMCStack.cxx b/r3bdata/R3BMCStack.cxx index 99366733c..2a8c6fb92 100644 --- a/r3bdata/R3BMCStack.cxx +++ b/r3bdata/R3BMCStack.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BMCStack.h b/r3bdata/R3BMCStack.h index a760be8ec..6edf43bc5 100644 --- a/r3bdata/R3BMCStack.h +++ b/r3bdata/R3BMCStack.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BMCTrack.cxx b/r3bdata/R3BMCTrack.cxx index 5329800be..a3977c018 100644 --- a/r3bdata/R3BMCTrack.cxx +++ b/r3bdata/R3BMCTrack.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * @@ -51,12 +51,11 @@ void R3BMCTrack::Print(Option_t* option) const { std::cout << "Track " << option << ", mother : " << fMotherId << ", Type " << fPdgCode << ", momentum (" << fMomentumMass.Px() << ", " << fMomentumMass.Py() << ", " << fMomentumMass.Pz() << ") GeV" << std::endl; - std::cout << " Ref " << GetNPoints(kREF) << ", DCH " << GetNPoints(kDCH) << ", CAL " << GetNPoints(kCAL) - << ", LAND " << GetNPoints(kLAND) << ", GFI " << GetNPoints(kGFI) << ", TOFd " << GetNPoints(kTOFD) - << ", TOF " << GetNPoints(kTOF) << ", TRACKER " << GetNPoints(kTRA) << ", CALIFA " << GetNPoints(kCALIFA) - << ", MFI " << GetNPoints(kMFI) << ", PSP " << GetNPoints(kPSP) << ", VETO " << GetNPoints(kVETO) - << ", RPC " << GetNPoints(kRPC) << ", STARTRACK " << GetNPoints(kSTARTRACK) << ", LUMON " - << GetNPoints(kLUMON) << ", NeuLAND " << GetNPoints(kNEULAND) << std::endl; + std::cout << "Ref " << GetNPoints(kREF) << ", DCH " << GetNPoints(kDCH) << ", CAL " << GetNPoints(kCAL) << ", LAND " + << GetNPoints(kLAND) << ", GFI " << GetNPoints(kGFI) << ", TOFd " << GetNPoints(kTOFD) << ", TOF " + << GetNPoints(kTOF) << ", TRACKER " << GetNPoints(kTRA) << ", CALIFA " << GetNPoints(kCALIFA) << ", PSP " + << GetNPoints(kPSP) << ", VETO " << GetNPoints(kVETO) << ", RPC " << GetNPoints(kRPC) << ", NeuLAND " + << GetNPoints(kNEULAND) << std::endl; #ifdef SOFIA std::cout << ", SCI " << GetNPoints(kSOFSCI) << ", AT " << GetNPoints(kSOFAT) << ", TRIM " << GetNPoints(kSOFTRIM) << ", MWPC1 " << GetNPoints(kSOFMWPC1) << ", TWIM " << GetNPoints(kSOFTWIM) << ", MWPC2 " diff --git a/r3bdata/R3BMCTrack.h b/r3bdata/R3BMCTrack.h index 6274c2a15..0541ca2d5 100644 --- a/r3bdata/R3BMCTrack.h +++ b/r3bdata/R3BMCTrack.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BTrack.cxx b/r3bdata/R3BTrack.cxx index 7bdd9605b..f8a295796 100644 --- a/r3bdata/R3BTrack.cxx +++ b/r3bdata/R3BTrack.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/R3BTrack.h b/r3bdata/R3BTrack.h index ce9fd3b15..104db9edd 100644 --- a/r3bdata/R3BTrack.h +++ b/r3bdata/R3BTrack.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/actarData/R3BActarPoint.cxx b/r3bdata/actarData/R3BActarPoint.cxx index a54f344e4..1105331ce 100644 --- a/r3bdata/actarData/R3BActarPoint.cxx +++ b/r3bdata/actarData/R3BActarPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/actarData/R3BActarPoint.h b/r3bdata/actarData/R3BActarPoint.h index 0f7dd2526..07f74e50b 100644 --- a/r3bdata/actarData/R3BActarPoint.h +++ b/r3bdata/actarData/R3BActarPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/amsData/R3BAmsHitData.cxx b/r3bdata/amsData/R3BAmsHitData.cxx index b5b2bd445..665f4a4f4 100644 --- a/r3bdata/amsData/R3BAmsHitData.cxx +++ b/r3bdata/amsData/R3BAmsHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/amsData/R3BAmsHitData.h b/r3bdata/amsData/R3BAmsHitData.h index af9b957ed..5bdeb3eef 100644 --- a/r3bdata/amsData/R3BAmsHitData.h +++ b/r3bdata/amsData/R3BAmsHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/amsData/R3BAmsMappedData.cxx b/r3bdata/amsData/R3BAmsMappedData.cxx index dcac8e1c4..e7f756dd2 100644 --- a/r3bdata/amsData/R3BAmsMappedData.cxx +++ b/r3bdata/amsData/R3BAmsMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/amsData/R3BAmsMappedData.h b/r3bdata/amsData/R3BAmsMappedData.h index 2ef622b15..e82da36de 100644 --- a/r3bdata/amsData/R3BAmsMappedData.h +++ b/r3bdata/amsData/R3BAmsMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/amsData/R3BAmsStripCalData.cxx b/r3bdata/amsData/R3BAmsStripCalData.cxx index c2782c85f..f8ac1f761 100644 --- a/r3bdata/amsData/R3BAmsStripCalData.cxx +++ b/r3bdata/amsData/R3BAmsStripCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/amsData/R3BAmsStripCalData.h b/r3bdata/amsData/R3BAmsStripCalData.h index 1e14f56f4..783a15bf7 100644 --- a/r3bdata/amsData/R3BAmsStripCalData.h +++ b/r3bdata/amsData/R3BAmsStripCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/beammonitorData/R3BBeamMonitorMappedData.cxx b/r3bdata/beammonitorData/R3BBeamMonitorMappedData.cxx index 5c8eb1533..a8c359cd2 100644 --- a/r3bdata/beammonitorData/R3BBeamMonitorMappedData.cxx +++ b/r3bdata/beammonitorData/R3BBeamMonitorMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/beammonitorData/R3BBeamMonitorMappedData.h b/r3bdata/beammonitorData/R3BBeamMonitorMappedData.h index 96835ec3e..5a072387d 100644 --- a/r3bdata/beammonitorData/R3BBeamMonitorMappedData.h +++ b/r3bdata/beammonitorData/R3BBeamMonitorMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaClusterData.cxx b/r3bdata/califaData/R3BCalifaClusterData.cxx index e220d5957..9b011cc4d 100644 --- a/r3bdata/califaData/R3BCalifaClusterData.cxx +++ b/r3bdata/califaData/R3BCalifaClusterData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaClusterData.h b/r3bdata/califaData/R3BCalifaClusterData.h index 37b305508..0bf5a7938 100644 --- a/r3bdata/califaData/R3BCalifaClusterData.h +++ b/r3bdata/califaData/R3BCalifaClusterData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaCrystalCalData.cxx b/r3bdata/califaData/R3BCalifaCrystalCalData.cxx index 485f5edf8..0bcb9a949 100644 --- a/r3bdata/califaData/R3BCalifaCrystalCalData.cxx +++ b/r3bdata/califaData/R3BCalifaCrystalCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaCrystalCalData.h b/r3bdata/califaData/R3BCalifaCrystalCalData.h index 833cd5ae7..198d50129 100644 --- a/r3bdata/califaData/R3BCalifaCrystalCalData.h +++ b/r3bdata/califaData/R3BCalifaCrystalCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaMappedData.cxx b/r3bdata/califaData/R3BCalifaMappedData.cxx index 918d5a9ac..35e9f8616 100644 --- a/r3bdata/califaData/R3BCalifaMappedData.cxx +++ b/r3bdata/califaData/R3BCalifaMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaMappedData.h b/r3bdata/califaData/R3BCalifaMappedData.h index 8e95bc418..9539b6bf9 100644 --- a/r3bdata/califaData/R3BCalifaMappedData.h +++ b/r3bdata/califaData/R3BCalifaMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaPoint.cxx b/r3bdata/califaData/R3BCalifaPoint.cxx index 688451c47..a7f5a9864 100644 --- a/r3bdata/califaData/R3BCalifaPoint.cxx +++ b/r3bdata/califaData/R3BCalifaPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/califaData/R3BCalifaPoint.h b/r3bdata/califaData/R3BCalifaPoint.h index 62d60c40c..e3ee395a3 100644 --- a/r3bdata/califaData/R3BCalifaPoint.h +++ b/r3bdata/califaData/R3BCalifaPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDch2pDigi.cxx b/r3bdata/dchData/R3BDch2pDigi.cxx index 99eb3849d..051d7e463 100644 --- a/r3bdata/dchData/R3BDch2pDigi.cxx +++ b/r3bdata/dchData/R3BDch2pDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDch2pDigi.h b/r3bdata/dchData/R3BDch2pDigi.h index bb394df48..5ec33a3d2 100644 --- a/r3bdata/dchData/R3BDch2pDigi.h +++ b/r3bdata/dchData/R3BDch2pDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDchDigi.cxx b/r3bdata/dchData/R3BDchDigi.cxx index 3922ee80d..6b07120c5 100644 --- a/r3bdata/dchData/R3BDchDigi.cxx +++ b/r3bdata/dchData/R3BDchDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDchDigi.h b/r3bdata/dchData/R3BDchDigi.h index 53d21c2a1..a48925cbe 100644 --- a/r3bdata/dchData/R3BDchDigi.h +++ b/r3bdata/dchData/R3BDchDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDchFullPoint.cxx b/r3bdata/dchData/R3BDchFullPoint.cxx index 4eecdd9f9..37fbe3278 100644 --- a/r3bdata/dchData/R3BDchFullPoint.cxx +++ b/r3bdata/dchData/R3BDchFullPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDchFullPoint.h b/r3bdata/dchData/R3BDchFullPoint.h index 6b869405e..aa68f24e4 100644 --- a/r3bdata/dchData/R3BDchFullPoint.h +++ b/r3bdata/dchData/R3BDchFullPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDchPoint.cxx b/r3bdata/dchData/R3BDchPoint.cxx index 522bed869..5987f1c34 100644 --- a/r3bdata/dchData/R3BDchPoint.cxx +++ b/r3bdata/dchData/R3BDchPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/dchData/R3BDchPoint.h b/r3bdata/dchData/R3BDchPoint.h index 6e7aba1b1..b751a2df4 100644 --- a/r3bdata/dchData/R3BDchPoint.h +++ b/r3bdata/dchData/R3BDchPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BBunchedFiberCalData.cxx b/r3bdata/fibData/R3BBunchedFiberCalData.cxx index c981aad28..c6ef8d9ed 100644 --- a/r3bdata/fibData/R3BBunchedFiberCalData.cxx +++ b/r3bdata/fibData/R3BBunchedFiberCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BBunchedFiberCalData.h b/r3bdata/fibData/R3BBunchedFiberCalData.h index cc48577d1..d08e514d3 100644 --- a/r3bdata/fibData/R3BBunchedFiberCalData.h +++ b/r3bdata/fibData/R3BBunchedFiberCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BBunchedFiberHitData.cxx b/r3bdata/fibData/R3BBunchedFiberHitData.cxx index d9d43c6f7..8b2a20d3f 100644 --- a/r3bdata/fibData/R3BBunchedFiberHitData.cxx +++ b/r3bdata/fibData/R3BBunchedFiberHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BBunchedFiberHitData.h b/r3bdata/fibData/R3BBunchedFiberHitData.h index 5047068a3..522c533b0 100644 --- a/r3bdata/fibData/R3BBunchedFiberHitData.h +++ b/r3bdata/fibData/R3BBunchedFiberHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BBunchedFiberMappedData.cxx b/r3bdata/fibData/R3BBunchedFiberMappedData.cxx index e96836461..63625a195 100644 --- a/r3bdata/fibData/R3BBunchedFiberMappedData.cxx +++ b/r3bdata/fibData/R3BBunchedFiberMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BBunchedFiberMappedData.h b/r3bdata/fibData/R3BBunchedFiberMappedData.h index 67406221a..19bb6c7e7 100644 --- a/r3bdata/fibData/R3BBunchedFiberMappedData.h +++ b/r3bdata/fibData/R3BBunchedFiberMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFi4CalItem.cxx b/r3bdata/fibData/R3BFi4CalItem.cxx index a51162e53..c10772a60 100644 --- a/r3bdata/fibData/R3BFi4CalItem.cxx +++ b/r3bdata/fibData/R3BFi4CalItem.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFi4CalItem.h b/r3bdata/fibData/R3BFi4CalItem.h index c7460ffba..24f05c900 100644 --- a/r3bdata/fibData/R3BFi4CalItem.h +++ b/r3bdata/fibData/R3BFi4CalItem.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFi4HitItem.cxx b/r3bdata/fibData/R3BFi4HitItem.cxx index 7d29477e0..daa9ebe2a 100644 --- a/r3bdata/fibData/R3BFi4HitItem.cxx +++ b/r3bdata/fibData/R3BFi4HitItem.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFi4HitItem.h b/r3bdata/fibData/R3BFi4HitItem.h index cd0a9cc86..64f6da82f 100644 --- a/r3bdata/fibData/R3BFi4HitItem.h +++ b/r3bdata/fibData/R3BFi4HitItem.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFi4MappedItem.h b/r3bdata/fibData/R3BFi4MappedItem.h index 19331f377..e7b602291 100644 --- a/r3bdata/fibData/R3BFi4MappedItem.h +++ b/r3bdata/fibData/R3BFi4MappedItem.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFi4Point.cxx b/r3bdata/fibData/R3BFi4Point.cxx index 13f19f03e..83ac9bf5f 100644 --- a/r3bdata/fibData/R3BFi4Point.cxx +++ b/r3bdata/fibData/R3BFi4Point.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFi4Point.h b/r3bdata/fibData/R3BFi4Point.h index cc63c2994..c021aafb7 100644 --- a/r3bdata/fibData/R3BFi4Point.h +++ b/r3bdata/fibData/R3BFi4Point.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFibCalData.cxx b/r3bdata/fibData/R3BFibCalData.cxx index 03d7206ff..a27a43589 100644 --- a/r3bdata/fibData/R3BFibCalData.cxx +++ b/r3bdata/fibData/R3BFibCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFibCalData.h b/r3bdata/fibData/R3BFibCalData.h index ccfe0de97..fbb33acc4 100644 --- a/r3bdata/fibData/R3BFibCalData.h +++ b/r3bdata/fibData/R3BFibCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFibMappedData.cxx b/r3bdata/fibData/R3BFibMappedData.cxx index 37c7b7051..e1b0f8c8a 100755 --- a/r3bdata/fibData/R3BFibMappedData.cxx +++ b/r3bdata/fibData/R3BFibMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFibMappedData.h b/r3bdata/fibData/R3BFibMappedData.h index a7c22bb90..09cd80c28 100644 --- a/r3bdata/fibData/R3BFibMappedData.h +++ b/r3bdata/fibData/R3BFibMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFibPoint.cxx b/r3bdata/fibData/R3BFibPoint.cxx index 21e6c60c9..07650160b 100644 --- a/r3bdata/fibData/R3BFibPoint.cxx +++ b/r3bdata/fibData/R3BFibPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFibPoint.h b/r3bdata/fibData/R3BFibPoint.h index ed2287879..a1b4178bf 100644 --- a/r3bdata/fibData/R3BFibPoint.h +++ b/r3bdata/fibData/R3BFibPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMAPMTCalData.cxx b/r3bdata/fibData/R3BFiberMAPMTCalData.cxx index 3cfcd43b1..679a4f889 100644 --- a/r3bdata/fibData/R3BFiberMAPMTCalData.cxx +++ b/r3bdata/fibData/R3BFiberMAPMTCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMAPMTCalData.h b/r3bdata/fibData/R3BFiberMAPMTCalData.h index 9d8271458..d10cc23b8 100644 --- a/r3bdata/fibData/R3BFiberMAPMTCalData.h +++ b/r3bdata/fibData/R3BFiberMAPMTCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMAPMTHitData.cxx b/r3bdata/fibData/R3BFiberMAPMTHitData.cxx index b829dd59c..8bb0ccbc2 100644 --- a/r3bdata/fibData/R3BFiberMAPMTHitData.cxx +++ b/r3bdata/fibData/R3BFiberMAPMTHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMAPMTHitData.h b/r3bdata/fibData/R3BFiberMAPMTHitData.h index ded60daf0..852737cff 100644 --- a/r3bdata/fibData/R3BFiberMAPMTHitData.h +++ b/r3bdata/fibData/R3BFiberMAPMTHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMAPMTMappedData.cxx b/r3bdata/fibData/R3BFiberMAPMTMappedData.cxx index 318aea2d3..5efc010e6 100644 --- a/r3bdata/fibData/R3BFiberMAPMTMappedData.cxx +++ b/r3bdata/fibData/R3BFiberMAPMTMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMAPMTMappedData.h b/r3bdata/fibData/R3BFiberMAPMTMappedData.h index f4e6bb09f..a24e0983b 100644 --- a/r3bdata/fibData/R3BFiberMAPMTMappedData.h +++ b/r3bdata/fibData/R3BFiberMAPMTMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMappedData.cxx b/r3bdata/fibData/R3BFiberMappedData.cxx index ded62c94d..0b854e1e7 100644 --- a/r3bdata/fibData/R3BFiberMappedData.cxx +++ b/r3bdata/fibData/R3BFiberMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/fibData/R3BFiberMappedData.h b/r3bdata/fibData/R3BFiberMappedData.h index 9a0dd42d8..fa63ddac8 100644 --- a/r3bdata/fibData/R3BFiberMappedData.h +++ b/r3bdata/fibData/R3BFiberMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/footData/R3BFootCalData.cxx b/r3bdata/footData/R3BFootCalData.cxx index 5449b07d7..38594d584 100644 --- a/r3bdata/footData/R3BFootCalData.cxx +++ b/r3bdata/footData/R3BFootCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/footData/R3BFootCalData.h b/r3bdata/footData/R3BFootCalData.h index c59f5e3fd..a055f4f1a 100644 --- a/r3bdata/footData/R3BFootCalData.h +++ b/r3bdata/footData/R3BFootCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/footData/R3BFootHitData.cxx b/r3bdata/footData/R3BFootHitData.cxx index c785c4855..db5ddac9c 100644 --- a/r3bdata/footData/R3BFootHitData.cxx +++ b/r3bdata/footData/R3BFootHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/footData/R3BFootHitData.h b/r3bdata/footData/R3BFootHitData.h index 833d14b99..345f3a194 100644 --- a/r3bdata/footData/R3BFootHitData.h +++ b/r3bdata/footData/R3BFootHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/footData/R3BFootMappedData.cxx b/r3bdata/footData/R3BFootMappedData.cxx index 56892684a..3a6140e71 100644 --- a/r3bdata/footData/R3BFootMappedData.cxx +++ b/r3bdata/footData/R3BFootMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/footData/R3BFootMappedData.h b/r3bdata/footData/R3BFootMappedData.h index 0806be10e..24fa3c615 100644 --- a/r3bdata/footData/R3BFootMappedData.h +++ b/r3bdata/footData/R3BFootMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/frsData/R3BFrsData.cxx b/r3bdata/frsData/R3BFrsData.cxx index 893456873..46f2d6229 100644 --- a/r3bdata/frsData/R3BFrsData.cxx +++ b/r3bdata/frsData/R3BFrsData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/frsData/R3BFrsData.h b/r3bdata/frsData/R3BFrsData.h index f44561282..40e52db3d 100644 --- a/r3bdata/frsData/R3BFrsData.h +++ b/r3bdata/frsData/R3BFrsData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/frssciData/R3BFrsSciPosCalData.h b/r3bdata/frssciData/R3BFrsSciPosCalData.h index 80a82c059..e472db17e 100644 --- a/r3bdata/frssciData/R3BFrsSciPosCalData.h +++ b/r3bdata/frssciData/R3BFrsSciPosCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/frssciData/R3BFrsSciTofCalData.h b/r3bdata/frssciData/R3BFrsSciTofCalData.h index f7dc87c3d..dad950ce5 100644 --- a/r3bdata/frssciData/R3BFrsSciTofCalData.h +++ b/r3bdata/frssciData/R3BFrsSciTofCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/gfiData/R3BGfiDigi.cxx b/r3bdata/gfiData/R3BGfiDigi.cxx index 931a6ec28..eb6d4c8c3 100644 --- a/r3bdata/gfiData/R3BGfiDigi.cxx +++ b/r3bdata/gfiData/R3BGfiDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/gfiData/R3BGfiDigi.h b/r3bdata/gfiData/R3BGfiDigi.h index 6b5c1ac21..c095a0c7a 100644 --- a/r3bdata/gfiData/R3BGfiDigi.h +++ b/r3bdata/gfiData/R3BGfiDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/gfiData/R3BGfiPoint.cxx b/r3bdata/gfiData/R3BGfiPoint.cxx index db6bcb7b3..5dc76b60b 100644 --- a/r3bdata/gfiData/R3BGfiPoint.cxx +++ b/r3bdata/gfiData/R3BGfiPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/gfiData/R3BGfiPoint.h b/r3bdata/gfiData/R3BGfiPoint.h index e1eac5b0d..0c813c3fa 100644 --- a/r3bdata/gfiData/R3BGfiPoint.h +++ b/r3bdata/gfiData/R3BGfiPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandDigi.cxx b/r3bdata/landData/R3BLandDigi.cxx index b9a2462c9..0f35bf911 100644 --- a/r3bdata/landData/R3BLandDigi.cxx +++ b/r3bdata/landData/R3BLandDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandDigi.h b/r3bdata/landData/R3BLandDigi.h index fec11c730..06d4a20a4 100644 --- a/r3bdata/landData/R3BLandDigi.h +++ b/r3bdata/landData/R3BLandDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandFirstHits.cxx b/r3bdata/landData/R3BLandFirstHits.cxx index 4e443b549..67f6a48b6 100644 --- a/r3bdata/landData/R3BLandFirstHits.cxx +++ b/r3bdata/landData/R3BLandFirstHits.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandFirstHits.h b/r3bdata/landData/R3BLandFirstHits.h index c2c637940..9dc4c8c0b 100644 --- a/r3bdata/landData/R3BLandFirstHits.h +++ b/r3bdata/landData/R3BLandFirstHits.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandHit.cxx b/r3bdata/landData/R3BLandHit.cxx index 7de7b60fd..6119c628f 100644 --- a/r3bdata/landData/R3BLandHit.cxx +++ b/r3bdata/landData/R3BLandHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandHit.h b/r3bdata/landData/R3BLandHit.h index 5aaacb513..a98b63eda 100644 --- a/r3bdata/landData/R3BLandHit.h +++ b/r3bdata/landData/R3BLandHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandPoint.cxx b/r3bdata/landData/R3BLandPoint.cxx index d311eef1a..65f8e97b3 100644 --- a/r3bdata/landData/R3BLandPoint.cxx +++ b/r3bdata/landData/R3BLandPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BLandPoint.h b/r3bdata/landData/R3BLandPoint.h index 5d82ec466..783685fa8 100644 --- a/r3bdata/landData/R3BLandPoint.h +++ b/r3bdata/landData/R3BLandPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BNeutronTrack.cxx b/r3bdata/landData/R3BNeutronTrack.cxx index 27aee3be3..17d68f461 100644 --- a/r3bdata/landData/R3BNeutronTrack.cxx +++ b/r3bdata/landData/R3BNeutronTrack.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BNeutronTrack.h b/r3bdata/landData/R3BNeutronTrack.h index 74c7a5be0..6bdb1f8df 100644 --- a/r3bdata/landData/R3BNeutronTrack.h +++ b/r3bdata/landData/R3BNeutronTrack.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BPaddleCrystalHit.cxx b/r3bdata/landData/R3BPaddleCrystalHit.cxx index 1dae14d2e..dc9adc145 100644 --- a/r3bdata/landData/R3BPaddleCrystalHit.cxx +++ b/r3bdata/landData/R3BPaddleCrystalHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/landData/R3BPaddleCrystalHit.h b/r3bdata/landData/R3BPaddleCrystalHit.h index 02acedaec..0e5adf73c 100644 --- a/r3bdata/landData/R3BPaddleCrystalHit.h +++ b/r3bdata/landData/R3BPaddleCrystalHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/losData/R3BLosCalData.cxx b/r3bdata/losData/R3BLosCalData.cxx index e640fdfb0..5c1d45efc 100644 --- a/r3bdata/losData/R3BLosCalData.cxx +++ b/r3bdata/losData/R3BLosCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/losData/R3BLosCalData.h b/r3bdata/losData/R3BLosCalData.h index a7ce2817a..cdb05ba34 100644 --- a/r3bdata/losData/R3BLosCalData.h +++ b/r3bdata/losData/R3BLosCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/losData/R3BLosHitData.cxx b/r3bdata/losData/R3BLosHitData.cxx index d1d006a0f..8ee0e67c8 100644 --- a/r3bdata/losData/R3BLosHitData.cxx +++ b/r3bdata/losData/R3BLosHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/losData/R3BLosHitData.h b/r3bdata/losData/R3BLosHitData.h index eefc2184c..bd47928bc 100644 --- a/r3bdata/losData/R3BLosHitData.h +++ b/r3bdata/losData/R3BLosHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/losData/R3BLosMappedData.cxx b/r3bdata/losData/R3BLosMappedData.cxx index d5b6cb5cc..8ddadd629 100644 --- a/r3bdata/losData/R3BLosMappedData.cxx +++ b/r3bdata/losData/R3BLosMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/losData/R3BLosMappedData.h b/r3bdata/losData/R3BLosMappedData.h index 2286af8fb..2c438f2ee 100644 --- a/r3bdata/losData/R3BLosMappedData.h +++ b/r3bdata/losData/R3BLosMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/lumonData/ELILuMonPoint.cxx b/r3bdata/lumonData/ELILuMonPoint.cxx deleted file mode 100644 index 270fcde77..000000000 --- a/r3bdata/lumonData/ELILuMonPoint.cxx +++ /dev/null @@ -1,122 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- ELILuMonPoint source file ----- -// ------------------------------------------------------------------------- - -#include "ELILuMonPoint.h" - -#include - -using std::cout; -using std::endl; -using std::flush; - -// ----- Default constructor ------------------------------------------- -ELILuMonPoint::ELILuMonPoint() - : FairMCPoint() - , fX_out(0.) - , fY_out(0.) - , fZ_out(0.) - , fPx_out(0.) - , fPy_out(0.) - , fPz_out(0.) - , fCrystalNb(-1) -{ -} -// ------------------------------------------------------------------------- - -// ----- Standard constructor ------------------------------------------ -ELILuMonPoint::ELILuMonPoint(Int_t trackID, - Int_t detID, - Int_t copy, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t tof, - Double_t length, - Double_t eLoss) - : FairMCPoint(trackID, detID, posIn, momIn, tof, length, eLoss) - , fX_out(posOut.X()) - , fY_out(posOut.Y()) - , fZ_out(posOut.Z()) - , fPx_out(momOut.X()) - , fPy_out(momOut.Y()) - , fPz_out(momOut.Z()) - , fCrystalNb(copy) -{ -} -// ------------------------------------------------------------------------- - -ELILuMonPoint::ELILuMonPoint(const ELILuMonPoint& right) - : FairMCPoint(right) - , fX_out(right.fX_out) - , fY_out(right.fY_out) - , fZ_out(right.fZ_out) - , fPx_out(right.fPx_out) - , fPy_out(right.fPy_out) - , fPz_out(right.fPz_out) - , fCrystalNb(right.fCrystalNb) -{ -} - -// ----- Destructor ---------------------------------------------------- -ELILuMonPoint::~ELILuMonPoint() {} -// ------------------------------------------------------------------------- - -// ----- Public method Print ------------------------------------------- -void ELILuMonPoint::Print(const Option_t* opt) const -{ - cout << "-I- ELILuMonPoint: STS Point for track " << fTrackID << " in detector " << fDetectorID << endl; - cout << " Position (" << fX << ", " << fY << ", " << fZ << ") cm" << endl; - cout << " Momentum (" << fPx << ", " << fPy << ", " << fPz << ") GeV" << endl; - cout << " Time " << fTime << " ns, Length " << fLength << " cm, Energy loss " << fELoss * 1.0e06 << " keV" - << endl; -} -// ------------------------------------------------------------------------- - -// ----- Point x coordinate from linear extrapolation ------------------ -Double_t ELILuMonPoint::GetX(Double_t z) const -{ - // cout << fZ << " " << z << " " << fZ_out << endl; - if ((fZ_out - z) * (fZ - z) >= 0.) - return (fX_out + fX) / 2.; - Double_t dz = fZ_out - fZ; - return (fX + (z - fZ) / dz * (fX_out - fX)); -} -// ------------------------------------------------------------------------- - -// ----- Point y coordinate from linear extrapolation ------------------ -Double_t ELILuMonPoint::GetY(Double_t z) const -{ - if ((fZ_out - z) * (fZ - z) >= 0.) - return (fY_out + fY) / 2.; - Double_t dz = fZ_out - fZ; - // if ( TMath::Abs(dz) < 1.e-3 ) return (fY_out+fY)/2.; - return (fY + (z - fZ) / dz * (fY_out - fY)); -} -// ------------------------------------------------------------------------- - -// ----- Public method IsUsable ---------------------------------------- -Bool_t ELILuMonPoint::IsUsable() const -{ - Double_t dz = fZ_out - fZ; - if (TMath::Abs(dz) < 1.e-4) - return kFALSE; - return kTRUE; -} -// ------------------------------------------------------------------------- - -ClassImp(ELILuMonPoint) diff --git a/r3bdata/lumonData/ELILuMonPoint.h b/r3bdata/lumonData/ELILuMonPoint.h deleted file mode 100644 index 7afd8d257..000000000 --- a/r3bdata/lumonData/ELILuMonPoint.h +++ /dev/null @@ -1,117 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- ELILuMonPoint header file ----- -// ----- Created 26/03/09 by D.Bertini ----- -// ------------------------------------------------------------------------- - -/** ELILuMonPoint.h - **/ - -#ifndef ELILUMONPOINT_H -#define ELILUMONPOINT_H - -#include "TObject.h" -#include "TVector3.h" - -#include "FairMCPoint.h" - -class ELILuMonPoint : public FairMCPoint -{ - - public: - /** Default constructor **/ - ELILuMonPoint(); - - /** Constructor with arguments - *@param trackID Index of MCTrack - *@param detID Detector ID - *@param posIn Ccoordinates at entrance to active volume [cm] - *@param posOut Coordinates at exit of active volume [cm] - *@param momIn Momentum of track at entrance [GeV] - *@param momOut Momentum of track at exit [GeV] - *@param tof Time since event start [ns] - *@param length Track length since creation [cm] - *@param eLoss Energy deposit [GeV] - **/ - ELILuMonPoint(Int_t trackID, - Int_t detID, - Int_t copy, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t tof, - Double_t length, - Double_t eLoss); - - /** Copy constructor **/ - ELILuMonPoint(const ELILuMonPoint&); - - ELILuMonPoint& operator=(const ELILuMonPoint&) { return *this; } - - /** Destructor **/ - virtual ~ELILuMonPoint(); - - /** Accessors **/ - Double_t GetXIn() const { return fX; } - Double_t GetYIn() const { return fY; } - Double_t GetZIn() const { return fZ; } - Double_t GetXOut() const { return fX_out; } - Double_t GetYOut() const { return fY_out; } - Double_t GetZOut() const { return fZ_out; } - Double_t GetPxOut() const { return fPx_out; } - Double_t GetPyOut() const { return fPy_out; } - Double_t GetPzOut() const { return fPz_out; } - void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); } - void PositionOut(TVector3& pos) { pos.SetXYZ(fX_out, fY_out, fZ_out); } - void MomentumOut(TVector3& mom) { mom.SetXYZ(fPx_out, fPy_out, fPz_out); } - - /** Point coordinates at given z from linear extrapolation **/ - Double_t GetX(Double_t z) const; - Double_t GetY(Double_t z) const; - - /** Check for distance between in and out **/ - Bool_t IsUsable() const; - - /** Modifiers **/ - void SetPositionOut(TVector3 pos); - void SetMomentumOut(TVector3 mom); - - /** Output to screen **/ - virtual void Print(const Option_t* opt) const; - - protected: - Double32_t fX_out, fY_out, fZ_out; - Double32_t fPx_out, fPy_out, fPz_out; - Int_t fCrystalNb; - - ClassDef(ELILuMonPoint, 1) -}; - -inline void ELILuMonPoint::SetPositionOut(TVector3 pos) -{ - fX_out = pos.X(); - fY_out = pos.Y(); - fZ_out = pos.Z(); -} - -inline void ELILuMonPoint::SetMomentumOut(TVector3 mom) -{ - fPx_out = mom.Px(); - fPy_out = mom.Py(); - fPz_out = mom.Pz(); -} - -#endif diff --git a/r3bdata/mfiData/R3BMfiDigi.cxx b/r3bdata/mfiData/R3BMfiDigi.cxx deleted file mode 100644 index 25b9fe5c9..000000000 --- a/r3bdata/mfiData/R3BMfiDigi.cxx +++ /dev/null @@ -1,55 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BMfiPoint source file ----- -// ------------------------------------------------------------------------- - -#include "R3BMfiDigi.h" - -#include - -using std::cout; -using std::endl; -using std::flush; - -// ----- Default constructor ------------------------------------------- -R3BMfiDigi::R3BMfiDigi() - : Mf1mul(0) - , Mf1x(0.) - , Mf01ni(0) -{ -} - -R3BMfiDigi::R3BMfiDigi(Int_t mf1mul, Double_t mf1x, Int_t fiber) - : Mf1mul(mf1mul) - , Mf1x(mf1x) - , Mf01ni(fiber) -{ -} - -R3BMfiDigi::R3BMfiDigi(const R3BMfiDigi& right) - : Mf1mul(right.Mf1mul) - , Mf1x(right.Mf1x) - , Mf01ni(right.Mf01ni) -{ -} - -// ----- Destructor ---------------------------------------------------- -R3BMfiDigi::~R3BMfiDigi() {} - -// ----- Public method Print ------------------------------------------- -void R3BMfiDigi::Print(const Option_t* opt) const {} -// ------------------------------------------------------------------------- - -ClassImp(R3BMfiDigi) diff --git a/r3bdata/mfiData/R3BMfiDigi.h b/r3bdata/mfiData/R3BMfiDigi.h deleted file mode 100644 index 999c6fa54..000000000 --- a/r3bdata/mfiData/R3BMfiDigi.h +++ /dev/null @@ -1,74 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BMfiDigi header file ----- -// ----- Created 30/06/11 by D.Bertini/Justyna ----- -// ------------------------------------------------------------------------- - -/** R3BMfiDigi.h - **/ - -#ifndef R3BMFIDIGI_H -#define R3BMFIDIGI_H - -#include "TObject.h" -#include "TVector3.h" - -class R3BMfiDigi : public TObject -{ - - public: - /** Default constructor **/ - R3BMfiDigi(); - R3BMfiDigi(Int_t mf1mul, Double_t mf1x, Int_t fiber); - - /** Copy constructor **/ - R3BMfiDigi(const R3BMfiDigi&); - - /** Destructor **/ - virtual ~R3BMfiDigi(); - - R3BMfiDigi& operator=(const R3BMfiDigi&) { return *this; } - - /** Output to screen **/ - virtual void Print(const Option_t* opt) const; - - void SetMf1mul(Int_t mul) { Mf1mul = mul; } - Double_t GetMf1mul() { return Mf1mul; } - - void SetMf1x(Double_t pos) { Mf1x = pos; } - Double_t GetMf1x() { return Mf1x; } - - void SetMf01ni(Double_t fib) { Mf01ni = fib; } - Int_t GetMf01ni() { return Mf01ni; } - - /* - void SetMf1mul(Int_t mul){MFI1n = mul;} - Double_t GetMf1mul(){return MFI1n;} - - void SetMf1x(Double_t pos){MFI1x = pos;} - Double_t GetMf1x(){return MFI1x;} - */ - - protected: - Int_t Mf1mul; - Double32_t Mf1x; - Int_t Mf01ni; - // Int_t MFI1n; //ggland_tracker - // Double32_t MFI1x; - - ClassDef(R3BMfiDigi, 1) -}; - -#endif diff --git a/r3bdata/mfiData/R3BMfiPoint.cxx b/r3bdata/mfiData/R3BMfiPoint.cxx deleted file mode 100644 index 0b9fa47c6..000000000 --- a/r3bdata/mfiData/R3BMfiPoint.cxx +++ /dev/null @@ -1,122 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BMfiPoint source file ----- -// ------------------------------------------------------------------------- - -#include "R3BMfiPoint.h" - -#include - -using std::cout; -using std::endl; -using std::flush; - -// ----- Default constructor ------------------------------------------- -R3BMfiPoint::R3BMfiPoint() - : FairMCPoint() - , fX_out(0.) - , fY_out(0.) - , fZ_out(0.) - , fPx_out(0.) - , fPy_out(0.) - , fPz_out(0.) - , fModule(-1) -{ -} -// ------------------------------------------------------------------------- - -// ----- Standard constructor ------------------------------------------ -R3BMfiPoint::R3BMfiPoint(Int_t trackID, - Int_t detID, - Int_t plane, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t tof, - Double_t length, - Double_t eLoss) - : FairMCPoint(trackID, detID, posIn, momIn, tof, length, eLoss) - , fX_out(posOut.X()) - , fY_out(posOut.Y()) - , fZ_out(posOut.Z()) - , fPx_out(momOut.X()) - , fPy_out(momOut.Y()) - , fPz_out(momOut.Z()) - , fModule(plane) -{ -} -// ------------------------------------------------------------------------- - -R3BMfiPoint::R3BMfiPoint(const R3BMfiPoint& right) - : FairMCPoint(right) - , fX_out(right.fX_out) - , fY_out(right.fY_out) - , fZ_out(right.fZ_out) - , fPx_out(right.fPx_out) - , fPy_out(right.fPy_out) - , fPz_out(right.fPz_out) - , fModule(right.fModule) -{ -} - -// ----- Destructor ---------------------------------------------------- -R3BMfiPoint::~R3BMfiPoint() {} -// ------------------------------------------------------------------------- - -// ----- Public method Print ------------------------------------------- -void R3BMfiPoint::Print(const Option_t* opt) const -{ - cout << "-I- R3BMfiPoint: STS Point for track " << fTrackID << " in detector " << fDetectorID << endl; - cout << " Position (" << fX << ", " << fY << ", " << fZ << ") cm" << endl; - cout << " Momentum (" << fPx << ", " << fPy << ", " << fPz << ") GeV" << endl; - cout << " Time " << fTime << " ns, Length " << fLength << " cm, Energy loss " << fELoss * 1.0e06 << " keV" - << endl; -} -// ------------------------------------------------------------------------- - -// ----- Point x coordinate from linear extrapolation ------------------ -Double_t R3BMfiPoint::GetX(Double_t z) const -{ - // cout << fZ << " " << z << " " << fZ_out << endl; - if ((fZ_out - z) * (fZ - z) >= 0.) - return (fX_out + fX) / 2.; - Double_t dz = fZ_out - fZ; - return (fX + (z - fZ) / dz * (fX_out - fX)); -} -// ------------------------------------------------------------------------- - -// ----- Point y coordinate from linear extrapolation ------------------ -Double_t R3BMfiPoint::GetY(Double_t z) const -{ - if ((fZ_out - z) * (fZ - z) >= 0.) - return (fY_out + fY) / 2.; - Double_t dz = fZ_out - fZ; - // if ( TMath::Abs(dz) < 1.e-3 ) return (fY_out+fY)/2.; - return (fY + (z - fZ) / dz * (fY_out - fY)); -} -// ------------------------------------------------------------------------- - -// ----- Public method IsUsable ---------------------------------------- -Bool_t R3BMfiPoint::IsUsable() const -{ - Double_t dz = fZ_out - fZ; - if (TMath::Abs(dz) < 1.e-4) - return kFALSE; - return kTRUE; -} -// ------------------------------------------------------------------------- - -ClassImp(R3BMfiPoint) diff --git a/r3bdata/mfiData/R3BMfiPoint.h b/r3bdata/mfiData/R3BMfiPoint.h deleted file mode 100644 index 58c59852e..000000000 --- a/r3bdata/mfiData/R3BMfiPoint.h +++ /dev/null @@ -1,119 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BMfiPoint header file ----- -// ----- Created 26/03/09 by D.Bertini ----- -// ------------------------------------------------------------------------- - -/** R3BMfiPoint.h - **/ - -#ifndef R3BMFIPOINT_H -#define R3BMFIPOINT_H - -#include "TObject.h" -#include "TVector3.h" - -#include "FairMCPoint.h" - -class R3BMfiPoint : public FairMCPoint -{ - - public: - /** Default constructor **/ - R3BMfiPoint(); - - /** Constructor with arguments - *@param trackID Index of MCTrack - *@param detID Detector ID - *@param plane Module ID - *@param posIn Ccoordinates at entrance to active volume [cm] - *@param posOut Coordinates at exit of active volume [cm] - *@param momIn Momentum of track at entrance [GeV] - *@param momOut Momentum of track at exit [GeV] - *@param tof Time since event start [ns] - *@param length Track length since creation [cm] - *@param eLoss Energy deposit [GeV] - **/ - R3BMfiPoint(Int_t trackID, - Int_t detID, - Int_t plane, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t tof, - Double_t length, - Double_t eLoss); - - /** Copy constructor **/ - R3BMfiPoint(const R3BMfiPoint&); - - /** Destructor **/ - virtual ~R3BMfiPoint(); - - R3BMfiPoint& operator=(const R3BMfiPoint&) { return *this; } - - /** Accessors **/ - Int_t GetModule() const { return fModule; } - Double_t GetXIn() const { return fX; } - Double_t GetYIn() const { return fY; } - Double_t GetZIn() const { return fZ; } - Double_t GetXOut() const { return fX_out; } - Double_t GetYOut() const { return fY_out; } - Double_t GetZOut() const { return fZ_out; } - Double_t GetPxOut() const { return fPx_out; } - Double_t GetPyOut() const { return fPy_out; } - Double_t GetPzOut() const { return fPz_out; } - void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); } - void PositionOut(TVector3& pos) { pos.SetXYZ(fX_out, fY_out, fZ_out); } - void MomentumOut(TVector3& mom) { mom.SetXYZ(fPx_out, fPy_out, fPz_out); } - - /** Point coordinates at given z from linear extrapolation **/ - Double_t GetX(Double_t z) const; - Double_t GetY(Double_t z) const; - - /** Check for distance between in and out **/ - Bool_t IsUsable() const; - - /** Modifiers **/ - void SetPositionOut(TVector3 pos); - void SetMomentumOut(TVector3 mom); - - /** Output to screen **/ - virtual void Print(const Option_t* opt) const; - - protected: - Double32_t fX_out, fY_out, fZ_out; - Double32_t fPx_out, fPy_out, fPz_out; - Int_t fModule; - - ClassDef(R3BMfiPoint, 1) -}; - -inline void R3BMfiPoint::SetPositionOut(TVector3 pos) -{ - fX_out = pos.X(); - fY_out = pos.Y(); - fZ_out = pos.Z(); -} - -inline void R3BMfiPoint::SetMomentumOut(TVector3 mom) -{ - fPx_out = mom.Px(); - fPy_out = mom.Py(); - fPz_out = mom.Pz(); -} - -#endif diff --git a/r3bdata/mtofData/R3BmTofDigi.cxx b/r3bdata/mtofData/R3BmTofDigi.cxx index 8df801d40..c3ac70d47 100644 --- a/r3bdata/mtofData/R3BmTofDigi.cxx +++ b/r3bdata/mtofData/R3BmTofDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mtofData/R3BmTofDigi.h b/r3bdata/mtofData/R3BmTofDigi.h index 045640809..76e6014a8 100644 --- a/r3bdata/mtofData/R3BmTofDigi.h +++ b/r3bdata/mtofData/R3BmTofDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mtofData/R3BmTofPoint.cxx b/r3bdata/mtofData/R3BmTofPoint.cxx index 8828eb45b..3ed691d27 100644 --- a/r3bdata/mtofData/R3BmTofPoint.cxx +++ b/r3bdata/mtofData/R3BmTofPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mtofData/R3BmTofPoint.h b/r3bdata/mtofData/R3BmTofPoint.h index 22a086a70..a282aeb34 100644 --- a/r3bdata/mtofData/R3BmTofPoint.h +++ b/r3bdata/mtofData/R3BmTofPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicCalData.cxx b/r3bdata/musicData/R3BMusicCalData.cxx index 5cd292484..5fe3d070c 100644 --- a/r3bdata/musicData/R3BMusicCalData.cxx +++ b/r3bdata/musicData/R3BMusicCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicCalData.h b/r3bdata/musicData/R3BMusicCalData.h index 345dc09dd..f65111c92 100644 --- a/r3bdata/musicData/R3BMusicCalData.h +++ b/r3bdata/musicData/R3BMusicCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicHitData.cxx b/r3bdata/musicData/R3BMusicHitData.cxx index 00aac75cb..f8ad5f166 100644 --- a/r3bdata/musicData/R3BMusicHitData.cxx +++ b/r3bdata/musicData/R3BMusicHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicHitData.h b/r3bdata/musicData/R3BMusicHitData.h index 7b81169c7..18a711a45 100644 --- a/r3bdata/musicData/R3BMusicHitData.h +++ b/r3bdata/musicData/R3BMusicHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicMappedData.cxx b/r3bdata/musicData/R3BMusicMappedData.cxx index 2ef0ee6dc..0bfe68e8e 100644 --- a/r3bdata/musicData/R3BMusicMappedData.cxx +++ b/r3bdata/musicData/R3BMusicMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicMappedData.h b/r3bdata/musicData/R3BMusicMappedData.h index 1ba2a58cb..6ca6383c5 100644 --- a/r3bdata/musicData/R3BMusicMappedData.h +++ b/r3bdata/musicData/R3BMusicMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicPoint.cxx b/r3bdata/musicData/R3BMusicPoint.cxx index 21c95317c..e200a334b 100644 --- a/r3bdata/musicData/R3BMusicPoint.cxx +++ b/r3bdata/musicData/R3BMusicPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musicData/R3BMusicPoint.h b/r3bdata/musicData/R3BMusicPoint.h index 9e6b2191f..f87b41223 100644 --- a/r3bdata/musicData/R3BMusicPoint.h +++ b/r3bdata/musicData/R3BMusicPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musliData/R3BMusliCalData.cxx b/r3bdata/musliData/R3BMusliCalData.cxx index c2b3d652c..e320fc17f 100644 --- a/r3bdata/musliData/R3BMusliCalData.cxx +++ b/r3bdata/musliData/R3BMusliCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musliData/R3BMusliCalData.h b/r3bdata/musliData/R3BMusliCalData.h index 7005c9d28..36d1ea3ca 100644 --- a/r3bdata/musliData/R3BMusliCalData.h +++ b/r3bdata/musliData/R3BMusliCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musliData/R3BMusliHitData.cxx b/r3bdata/musliData/R3BMusliHitData.cxx index 09b7962d6..7f04d86d1 100644 --- a/r3bdata/musliData/R3BMusliHitData.cxx +++ b/r3bdata/musliData/R3BMusliHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musliData/R3BMusliHitData.h b/r3bdata/musliData/R3BMusliHitData.h index ac9e648fd..95eceb438 100644 --- a/r3bdata/musliData/R3BMusliHitData.h +++ b/r3bdata/musliData/R3BMusliHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musliData/R3BMusliMappedData.cxx b/r3bdata/musliData/R3BMusliMappedData.cxx index 8678a994d..efb76ccec 100644 --- a/r3bdata/musliData/R3BMusliMappedData.cxx +++ b/r3bdata/musliData/R3BMusliMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/musliData/R3BMusliMappedData.h b/r3bdata/musliData/R3BMusliMappedData.h index e5ff0b2fb..357befa0e 100644 --- a/r3bdata/musliData/R3BMusliMappedData.h +++ b/r3bdata/musliData/R3BMusliMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcCalData.cxx b/r3bdata/mwpcData/R3BMwpcCalData.cxx index 76405646f..f91b03a69 100755 --- a/r3bdata/mwpcData/R3BMwpcCalData.cxx +++ b/r3bdata/mwpcData/R3BMwpcCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcCalData.h b/r3bdata/mwpcData/R3BMwpcCalData.h index 365602fff..76d74456e 100755 --- a/r3bdata/mwpcData/R3BMwpcCalData.h +++ b/r3bdata/mwpcData/R3BMwpcCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcHitData.cxx b/r3bdata/mwpcData/R3BMwpcHitData.cxx index f69876a24..9167d6f95 100755 --- a/r3bdata/mwpcData/R3BMwpcHitData.cxx +++ b/r3bdata/mwpcData/R3BMwpcHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** ** Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - ** Copyright (C) 2019-2024 Members of R3B Collaboration * + ** Copyright (C) 2019-2025 Members of R3B Collaboration * ** * ** This software is distributed under the terms of the * ** GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcHitData.h b/r3bdata/mwpcData/R3BMwpcHitData.h index 726a11e37..2707b52cb 100644 --- a/r3bdata/mwpcData/R3BMwpcHitData.h +++ b/r3bdata/mwpcData/R3BMwpcHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** ** Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - ** Copyright (C) 2019-2024 Members of R3B Collaboration * + ** Copyright (C) 2019-2025 Members of R3B Collaboration * ** * ** This software is distributed under the terms of the * ** GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcMappedData.cxx b/r3bdata/mwpcData/R3BMwpcMappedData.cxx index 137295195..1154e649f 100755 --- a/r3bdata/mwpcData/R3BMwpcMappedData.cxx +++ b/r3bdata/mwpcData/R3BMwpcMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcMappedData.h b/r3bdata/mwpcData/R3BMwpcMappedData.h index cd56908a9..5ff96a66f 100644 --- a/r3bdata/mwpcData/R3BMwpcMappedData.h +++ b/r3bdata/mwpcData/R3BMwpcMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcPoint.cxx b/r3bdata/mwpcData/R3BMwpcPoint.cxx index e8933a9ce..ffce5d0a5 100644 --- a/r3bdata/mwpcData/R3BMwpcPoint.cxx +++ b/r3bdata/mwpcData/R3BMwpcPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/mwpcData/R3BMwpcPoint.h b/r3bdata/mwpcData/R3BMwpcPoint.h index 2d026e8ff..1e5813a82 100644 --- a/r3bdata/mwpcData/R3BMwpcPoint.h +++ b/r3bdata/mwpcData/R3BMwpcPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandCalData.cxx b/r3bdata/neulandData/R3BNeulandCalData.cxx index 99956848f..fdbda005f 100644 --- a/r3bdata/neulandData/R3BNeulandCalData.cxx +++ b/r3bdata/neulandData/R3BNeulandCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandCalData.h b/r3bdata/neulandData/R3BNeulandCalData.h index cc94d88ee..63830ffd6 100644 --- a/r3bdata/neulandData/R3BNeulandCalData.h +++ b/r3bdata/neulandData/R3BNeulandCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandCluster.cxx b/r3bdata/neulandData/R3BNeulandCluster.cxx index cdd45a0ca..7f44aefbf 100644 --- a/r3bdata/neulandData/R3BNeulandCluster.cxx +++ b/r3bdata/neulandData/R3BNeulandCluster.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandCluster.h b/r3bdata/neulandData/R3BNeulandCluster.h index e23e5fbe1..5d93ed601 100644 --- a/r3bdata/neulandData/R3BNeulandCluster.h +++ b/r3bdata/neulandData/R3BNeulandCluster.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandHit.cxx b/r3bdata/neulandData/R3BNeulandHit.cxx index 4c58884b8..021297430 100644 --- a/r3bdata/neulandData/R3BNeulandHit.cxx +++ b/r3bdata/neulandData/R3BNeulandHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandHit.h b/r3bdata/neulandData/R3BNeulandHit.h index 70d567fc4..6cadcafa6 100644 --- a/r3bdata/neulandData/R3BNeulandHit.h +++ b/r3bdata/neulandData/R3BNeulandHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandNeutron.cxx b/r3bdata/neulandData/R3BNeulandNeutron.cxx index 24f172a41..5e3a5aa22 100644 --- a/r3bdata/neulandData/R3BNeulandNeutron.cxx +++ b/r3bdata/neulandData/R3BNeulandNeutron.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandNeutron.h b/r3bdata/neulandData/R3BNeulandNeutron.h index d824cb808..9bf382c55 100644 --- a/r3bdata/neulandData/R3BNeulandNeutron.h +++ b/r3bdata/neulandData/R3BNeulandNeutron.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandPoint.cxx b/r3bdata/neulandData/R3BNeulandPoint.cxx index 01741a841..908cad14d 100644 --- a/r3bdata/neulandData/R3BNeulandPoint.cxx +++ b/r3bdata/neulandData/R3BNeulandPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandPoint.h b/r3bdata/neulandData/R3BNeulandPoint.h index 431e16d60..2687a8423 100644 --- a/r3bdata/neulandData/R3BNeulandPoint.h +++ b/r3bdata/neulandData/R3BNeulandPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandTacquilaMappedData.cxx b/r3bdata/neulandData/R3BNeulandTacquilaMappedData.cxx index fdd14c6c7..1da120c2a 100644 --- a/r3bdata/neulandData/R3BNeulandTacquilaMappedData.cxx +++ b/r3bdata/neulandData/R3BNeulandTacquilaMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BNeulandTacquilaMappedData.h b/r3bdata/neulandData/R3BNeulandTacquilaMappedData.h index dfdc207d5..ca84bb164 100644 --- a/r3bdata/neulandData/R3BNeulandTacquilaMappedData.h +++ b/r3bdata/neulandData/R3BNeulandTacquilaMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BPaddleTamexMappedData.cxx b/r3bdata/neulandData/R3BPaddleTamexMappedData.cxx index d935d142f..74395d762 100644 --- a/r3bdata/neulandData/R3BPaddleTamexMappedData.cxx +++ b/r3bdata/neulandData/R3BPaddleTamexMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/neulandData/R3BPaddleTamexMappedData.h b/r3bdata/neulandData/R3BPaddleTamexMappedData.h index 132e2dc69..463fbc5a1 100644 --- a/r3bdata/neulandData/R3BPaddleTamexMappedData.h +++ b/r3bdata/neulandData/R3BPaddleTamexMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pdcData/R3BPdcCalData.cxx b/r3bdata/pdcData/R3BPdcCalData.cxx index e6de1605f..4e6e4900b 100644 --- a/r3bdata/pdcData/R3BPdcCalData.cxx +++ b/r3bdata/pdcData/R3BPdcCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pdcData/R3BPdcCalData.h b/r3bdata/pdcData/R3BPdcCalData.h index b68cfd449..31253633f 100644 --- a/r3bdata/pdcData/R3BPdcCalData.h +++ b/r3bdata/pdcData/R3BPdcCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pdcData/R3BPdcHitData.cxx b/r3bdata/pdcData/R3BPdcHitData.cxx index ed1e3dab6..4e2ead67b 100644 --- a/r3bdata/pdcData/R3BPdcHitData.cxx +++ b/r3bdata/pdcData/R3BPdcHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pdcData/R3BPdcHitData.h b/r3bdata/pdcData/R3BPdcHitData.h index be28920b2..a7d5dd5a6 100644 --- a/r3bdata/pdcData/R3BPdcHitData.h +++ b/r3bdata/pdcData/R3BPdcHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pdcData/R3BPdcMappedData.cxx b/r3bdata/pdcData/R3BPdcMappedData.cxx index 387d9a0f9..1c2fa4699 100644 --- a/r3bdata/pdcData/R3BPdcMappedData.cxx +++ b/r3bdata/pdcData/R3BPdcMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pdcData/R3BPdcMappedData.h b/r3bdata/pdcData/R3BPdcMappedData.h index f4d14b0d2..581283136 100644 --- a/r3bdata/pdcData/R3BPdcMappedData.h +++ b/r3bdata/pdcData/R3BPdcMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspDigi.cxx b/r3bdata/pspData/R3BPspDigi.cxx index 801219d33..e9e800b48 100644 --- a/r3bdata/pspData/R3BPspDigi.cxx +++ b/r3bdata/pspData/R3BPspDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspDigi.h b/r3bdata/pspData/R3BPspDigi.h index d0c728b23..ec4c10c71 100644 --- a/r3bdata/pspData/R3BPspDigi.h +++ b/r3bdata/pspData/R3BPspDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspPoint.cxx b/r3bdata/pspData/R3BPspPoint.cxx index 0aaf85098..e69c7fbdf 100644 --- a/r3bdata/pspData/R3BPspPoint.cxx +++ b/r3bdata/pspData/R3BPspPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspPoint.h b/r3bdata/pspData/R3BPspPoint.h index dd52e850d..7d58d42a7 100644 --- a/r3bdata/pspData/R3BPspPoint.h +++ b/r3bdata/pspData/R3BPspPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxCalData.cxx b/r3bdata/pspData/R3BPspxCalData.cxx index 883b656a3..a37e37f04 100644 --- a/r3bdata/pspData/R3BPspxCalData.cxx +++ b/r3bdata/pspData/R3BPspxCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxCalData.h b/r3bdata/pspData/R3BPspxCalData.h index f40cb2f8b..0958c4c25 100644 --- a/r3bdata/pspData/R3BPspxCalData.h +++ b/r3bdata/pspData/R3BPspxCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxHitData.cxx b/r3bdata/pspData/R3BPspxHitData.cxx index 9ce62c836..9ede98d40 100644 --- a/r3bdata/pspData/R3BPspxHitData.cxx +++ b/r3bdata/pspData/R3BPspxHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxHitData.h b/r3bdata/pspData/R3BPspxHitData.h index 6ec051987..6acab5ad3 100644 --- a/r3bdata/pspData/R3BPspxHitData.h +++ b/r3bdata/pspData/R3BPspxHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxMappedData.cxx b/r3bdata/pspData/R3BPspxMappedData.cxx index 5925b7a81..0d4f687df 100644 --- a/r3bdata/pspData/R3BPspxMappedData.cxx +++ b/r3bdata/pspData/R3BPspxMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxMappedData.h b/r3bdata/pspData/R3BPspxMappedData.h index d172381d5..d701e872f 100644 --- a/r3bdata/pspData/R3BPspxMappedData.h +++ b/r3bdata/pspData/R3BPspxMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxPrecalData.cxx b/r3bdata/pspData/R3BPspxPrecalData.cxx index 0626dfd2d..df6f615d4 100644 --- a/r3bdata/pspData/R3BPspxPrecalData.cxx +++ b/r3bdata/pspData/R3BPspxPrecalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/pspData/R3BPspxPrecalData.h b/r3bdata/pspData/R3BPspxPrecalData.h index 7dccf5c05..80772760d 100644 --- a/r3bdata/pspData/R3BPspxPrecalData.h +++ b/r3bdata/pspData/R3BPspxPrecalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/roluData/R3BRoluCalData.cxx b/r3bdata/roluData/R3BRoluCalData.cxx index 76eda2f07..8d6eb6fe5 100644 --- a/r3bdata/roluData/R3BRoluCalData.cxx +++ b/r3bdata/roluData/R3BRoluCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/roluData/R3BRoluCalData.h b/r3bdata/roluData/R3BRoluCalData.h index 0971c1e14..809e483e6 100644 --- a/r3bdata/roluData/R3BRoluCalData.h +++ b/r3bdata/roluData/R3BRoluCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/roluData/R3BRoluHitData.cxx b/r3bdata/roluData/R3BRoluHitData.cxx index 419e76dd2..76fc91626 100644 --- a/r3bdata/roluData/R3BRoluHitData.cxx +++ b/r3bdata/roluData/R3BRoluHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/roluData/R3BRoluHitData.h b/r3bdata/roluData/R3BRoluHitData.h index 74a0f2e26..d4e80e432 100644 --- a/r3bdata/roluData/R3BRoluHitData.h +++ b/r3bdata/roluData/R3BRoluHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/roluData/R3BRoluMappedData.cxx b/r3bdata/roluData/R3BRoluMappedData.cxx index 050852f65..b5ad58b49 100644 --- a/r3bdata/roluData/R3BRoluMappedData.cxx +++ b/r3bdata/roluData/R3BRoluMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/roluData/R3BRoluMappedData.h b/r3bdata/roluData/R3BRoluMappedData.h index 1d9c2e2f6..b18bf86c1 100644 --- a/r3bdata/roluData/R3BRoluMappedData.h +++ b/r3bdata/roluData/R3BRoluMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcCalData.cxx b/r3bdata/rpcData/R3BRpcCalData.cxx index 71fb4a6da..12e3ae4bc 100644 --- a/r3bdata/rpcData/R3BRpcCalData.cxx +++ b/r3bdata/rpcData/R3BRpcCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcCalData.h b/r3bdata/rpcData/R3BRpcCalData.h index cbeaf487d..17fa95374 100644 --- a/r3bdata/rpcData/R3BRpcCalData.h +++ b/r3bdata/rpcData/R3BRpcCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcHitData.cxx b/r3bdata/rpcData/R3BRpcHitData.cxx index 0b419b7b7..327d7c753 100644 --- a/r3bdata/rpcData/R3BRpcHitData.cxx +++ b/r3bdata/rpcData/R3BRpcHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcHitData.h b/r3bdata/rpcData/R3BRpcHitData.h index 381db318f..36d5f6681 100644 --- a/r3bdata/rpcData/R3BRpcHitData.h +++ b/r3bdata/rpcData/R3BRpcHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcMappedData.cxx b/r3bdata/rpcData/R3BRpcMappedData.cxx index 442541762..216825ab6 100644 --- a/r3bdata/rpcData/R3BRpcMappedData.cxx +++ b/r3bdata/rpcData/R3BRpcMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcMappedData.h b/r3bdata/rpcData/R3BRpcMappedData.h index 954cfda85..83149074c 100644 --- a/r3bdata/rpcData/R3BRpcMappedData.h +++ b/r3bdata/rpcData/R3BRpcMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcPoint.cxx b/r3bdata/rpcData/R3BRpcPoint.cxx index 3571d1f84..886734ba3 100644 --- a/r3bdata/rpcData/R3BRpcPoint.cxx +++ b/r3bdata/rpcData/R3BRpcPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcPoint.h b/r3bdata/rpcData/R3BRpcPoint.h index dd60d35d0..3b243b0a8 100644 --- a/r3bdata/rpcData/R3BRpcPoint.h +++ b/r3bdata/rpcData/R3BRpcPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcPreCalData.cxx b/r3bdata/rpcData/R3BRpcPreCalData.cxx index abc95df29..f7976109c 100644 --- a/r3bdata/rpcData/R3BRpcPreCalData.cxx +++ b/r3bdata/rpcData/R3BRpcPreCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/rpcData/R3BRpcPreCalData.h b/r3bdata/rpcData/R3BRpcPreCalData.h index ecc3f7c14..63a7c329b 100644 --- a/r3bdata/rpcData/R3BRpcPreCalData.h +++ b/r3bdata/rpcData/R3BRpcPreCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci2Data/R3BSci2HitData.cxx b/r3bdata/sci2Data/R3BSci2HitData.cxx index 729059b2f..9c4037ae1 100644 --- a/r3bdata/sci2Data/R3BSci2HitData.cxx +++ b/r3bdata/sci2Data/R3BSci2HitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci2Data/R3BSci2HitData.h b/r3bdata/sci2Data/R3BSci2HitData.h index c32acc416..55228e588 100644 --- a/r3bdata/sci2Data/R3BSci2HitData.h +++ b/r3bdata/sci2Data/R3BSci2HitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci8Data/R3BSci8CalData.cxx b/r3bdata/sci8Data/R3BSci8CalData.cxx index 8ba0c7666..4202aeeac 100644 --- a/r3bdata/sci8Data/R3BSci8CalData.cxx +++ b/r3bdata/sci8Data/R3BSci8CalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci8Data/R3BSci8CalData.h b/r3bdata/sci8Data/R3BSci8CalData.h index 546e173f5..516be7219 100644 --- a/r3bdata/sci8Data/R3BSci8CalData.h +++ b/r3bdata/sci8Data/R3BSci8CalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci8Data/R3BSci8HitData.cxx b/r3bdata/sci8Data/R3BSci8HitData.cxx index 0f266844b..57f595723 100644 --- a/r3bdata/sci8Data/R3BSci8HitData.cxx +++ b/r3bdata/sci8Data/R3BSci8HitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci8Data/R3BSci8HitData.h b/r3bdata/sci8Data/R3BSci8HitData.h index 8f971802b..a0eeb0a66 100644 --- a/r3bdata/sci8Data/R3BSci8HitData.h +++ b/r3bdata/sci8Data/R3BSci8HitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci8Data/R3BSci8MappedData.cxx b/r3bdata/sci8Data/R3BSci8MappedData.cxx index 70d81c186..b76d217f8 100644 --- a/r3bdata/sci8Data/R3BSci8MappedData.cxx +++ b/r3bdata/sci8Data/R3BSci8MappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sci8Data/R3BSci8MappedData.h b/r3bdata/sci8Data/R3BSci8MappedData.h index c29c0703a..5477ac07f 100644 --- a/r3bdata/sci8Data/R3BSci8MappedData.h +++ b/r3bdata/sci8Data/R3BSci8MappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sfibData/R3BSfibCalData.cxx b/r3bdata/sfibData/R3BSfibCalData.cxx index 4adee1e7a..b4b71fbdc 100644 --- a/r3bdata/sfibData/R3BSfibCalData.cxx +++ b/r3bdata/sfibData/R3BSfibCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sfibData/R3BSfibCalData.h b/r3bdata/sfibData/R3BSfibCalData.h index 88b94365b..1e066f08b 100644 --- a/r3bdata/sfibData/R3BSfibCalData.h +++ b/r3bdata/sfibData/R3BSfibCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sfibData/R3BSfibHitData.cxx b/r3bdata/sfibData/R3BSfibHitData.cxx index b5db88030..241e06f13 100644 --- a/r3bdata/sfibData/R3BSfibHitData.cxx +++ b/r3bdata/sfibData/R3BSfibHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sfibData/R3BSfibHitData.h b/r3bdata/sfibData/R3BSfibHitData.h index 1f6cdcdb6..19e089be8 100644 --- a/r3bdata/sfibData/R3BSfibHitData.h +++ b/r3bdata/sfibData/R3BSfibHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sfibData/R3BSfibMappedData.cxx b/r3bdata/sfibData/R3BSfibMappedData.cxx index a00280d55..646a5c0c3 100644 --- a/r3bdata/sfibData/R3BSfibMappedData.cxx +++ b/r3bdata/sfibData/R3BSfibMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/sfibData/R3BSfibMappedData.h b/r3bdata/sfibData/R3BSfibMappedData.h index 609abcea7..189227777 100644 --- a/r3bdata/sfibData/R3BSfibMappedData.h +++ b/r3bdata/sfibData/R3BSfibMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/strawtubesData/R3BStrawtubesCalData.cxx b/r3bdata/strawtubesData/R3BStrawtubesCalData.cxx index ce437900f..0901c2175 100644 --- a/r3bdata/strawtubesData/R3BStrawtubesCalData.cxx +++ b/r3bdata/strawtubesData/R3BStrawtubesCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/strawtubesData/R3BStrawtubesCalData.h b/r3bdata/strawtubesData/R3BStrawtubesCalData.h index b8de9a4fb..3e8ef3d70 100644 --- a/r3bdata/strawtubesData/R3BStrawtubesCalData.h +++ b/r3bdata/strawtubesData/R3BStrawtubesCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/strawtubesData/R3BStrawtubesHitData.cxx b/r3bdata/strawtubesData/R3BStrawtubesHitData.cxx index fdba2739e..40415e2eb 100644 --- a/r3bdata/strawtubesData/R3BStrawtubesHitData.cxx +++ b/r3bdata/strawtubesData/R3BStrawtubesHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/strawtubesData/R3BStrawtubesHitData.h b/r3bdata/strawtubesData/R3BStrawtubesHitData.h index 8a0711ebe..7731ef681 100644 --- a/r3bdata/strawtubesData/R3BStrawtubesHitData.h +++ b/r3bdata/strawtubesData/R3BStrawtubesHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/strawtubesData/R3BStrawtubesMappedData.cxx b/r3bdata/strawtubesData/R3BStrawtubesMappedData.cxx index f4a1fd46b..4d504d4d6 100644 --- a/r3bdata/strawtubesData/R3BStrawtubesMappedData.cxx +++ b/r3bdata/strawtubesData/R3BStrawtubesMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/strawtubesData/R3BStrawtubesMappedData.h b/r3bdata/strawtubesData/R3BStrawtubesMappedData.h index 2c1d844a1..ab4d28d2c 100644 --- a/r3bdata/strawtubesData/R3BStrawtubesMappedData.h +++ b/r3bdata/strawtubesData/R3BStrawtubesMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/synccheckData/R3BSyncCheckData.cxx b/r3bdata/synccheckData/R3BSyncCheckData.cxx index e052e07df..9ebd60131 100644 --- a/r3bdata/synccheckData/R3BSyncCheckData.cxx +++ b/r3bdata/synccheckData/R3BSyncCheckData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/synccheckData/R3BSyncCheckData.h b/r3bdata/synccheckData/R3BSyncCheckData.h index 0e0d35a6b..a134472c2 100644 --- a/r3bdata/synccheckData/R3BSyncCheckData.h +++ b/r3bdata/synccheckData/R3BSyncCheckData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BPaddleCalData.cxx b/r3bdata/tofData/R3BPaddleCalData.cxx index b446cecfc..4dd7c003d 100644 --- a/r3bdata/tofData/R3BPaddleCalData.cxx +++ b/r3bdata/tofData/R3BPaddleCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BPaddleCalData.h b/r3bdata/tofData/R3BPaddleCalData.h index 637b81648..8d348269d 100644 --- a/r3bdata/tofData/R3BPaddleCalData.h +++ b/r3bdata/tofData/R3BPaddleCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BPtofHit.cxx b/r3bdata/tofData/R3BPtofHit.cxx index 011ee0316..b7329aa1b 100644 --- a/r3bdata/tofData/R3BPtofHit.cxx +++ b/r3bdata/tofData/R3BPtofHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BPtofHit.h b/r3bdata/tofData/R3BPtofHit.h index 2030a8a70..f77863297 100644 --- a/r3bdata/tofData/R3BPtofHit.h +++ b/r3bdata/tofData/R3BPtofHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTof2pDigi.cxx b/r3bdata/tofData/R3BTof2pDigi.cxx index 79774d635..c777c5d18 100644 --- a/r3bdata/tofData/R3BTof2pDigi.cxx +++ b/r3bdata/tofData/R3BTof2pDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTof2pDigi.h b/r3bdata/tofData/R3BTof2pDigi.h index d56454642..639abc416 100644 --- a/r3bdata/tofData/R3BTof2pDigi.h +++ b/r3bdata/tofData/R3BTof2pDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofDigi.cxx b/r3bdata/tofData/R3BTofDigi.cxx index 5217692bc..1bb49dcdc 100644 --- a/r3bdata/tofData/R3BTofDigi.cxx +++ b/r3bdata/tofData/R3BTofDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofDigi.h b/r3bdata/tofData/R3BTofDigi.h index e0f223f8d..df2a19cb8 100644 --- a/r3bdata/tofData/R3BTofDigi.h +++ b/r3bdata/tofData/R3BTofDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofPoint.cxx b/r3bdata/tofData/R3BTofPoint.cxx index 40080af6d..64daf5924 100644 --- a/r3bdata/tofData/R3BTofPoint.cxx +++ b/r3bdata/tofData/R3BTofPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofPoint.h b/r3bdata/tofData/R3BTofPoint.h index 8a340d529..56156c6df 100644 --- a/r3bdata/tofData/R3BTofPoint.h +++ b/r3bdata/tofData/R3BTofPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdCalData.cxx b/r3bdata/tofData/R3BTofdCalData.cxx index 4c5d288cb..dfacfb551 100644 --- a/r3bdata/tofData/R3BTofdCalData.cxx +++ b/r3bdata/tofData/R3BTofdCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdCalData.h b/r3bdata/tofData/R3BTofdCalData.h index 2d65601f3..0fa54aef5 100644 --- a/r3bdata/tofData/R3BTofdCalData.h +++ b/r3bdata/tofData/R3BTofdCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdDigi.cxx b/r3bdata/tofData/R3BTofdDigi.cxx index 2afe523ea..63bf2a220 100644 --- a/r3bdata/tofData/R3BTofdDigi.cxx +++ b/r3bdata/tofData/R3BTofdDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdDigi.h b/r3bdata/tofData/R3BTofdDigi.h index c87ffb632..0f50f3313 100644 --- a/r3bdata/tofData/R3BTofdDigi.h +++ b/r3bdata/tofData/R3BTofdDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdHitData.cxx b/r3bdata/tofData/R3BTofdHitData.cxx index 3b6ee0a6c..493471518 100644 --- a/r3bdata/tofData/R3BTofdHitData.cxx +++ b/r3bdata/tofData/R3BTofdHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdHitData.h b/r3bdata/tofData/R3BTofdHitData.h index 649823a5a..5b5623c00 100644 --- a/r3bdata/tofData/R3BTofdHitData.h +++ b/r3bdata/tofData/R3BTofdHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdMappedData.cxx b/r3bdata/tofData/R3BTofdMappedData.cxx index 060866e9a..bd5fea8b1 100644 --- a/r3bdata/tofData/R3BTofdMappedData.cxx +++ b/r3bdata/tofData/R3BTofdMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdMappedData.h b/r3bdata/tofData/R3BTofdMappedData.h index ce068e5b6..d3ec4278d 100644 --- a/r3bdata/tofData/R3BTofdMappedData.h +++ b/r3bdata/tofData/R3BTofdMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdPoint.cxx b/r3bdata/tofData/R3BTofdPoint.cxx index 82c2bb4e7..164bd8233 100644 --- a/r3bdata/tofData/R3BTofdPoint.cxx +++ b/r3bdata/tofData/R3BTofdPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofData/R3BTofdPoint.h b/r3bdata/tofData/R3BTofdPoint.h index 8dc010b16..ace3aac92 100644 --- a/r3bdata/tofData/R3BTofdPoint.h +++ b/r3bdata/tofData/R3BTofdPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiCalData.cxx b/r3bdata/tofiData/R3BTofiCalData.cxx index 3cd4dd907..96dbb143d 100644 --- a/r3bdata/tofiData/R3BTofiCalData.cxx +++ b/r3bdata/tofiData/R3BTofiCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiCalData.h b/r3bdata/tofiData/R3BTofiCalData.h index a131175a2..1d6a3d88d 100644 --- a/r3bdata/tofiData/R3BTofiCalData.h +++ b/r3bdata/tofiData/R3BTofiCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiDigi.cxx b/r3bdata/tofiData/R3BTofiDigi.cxx index 807d203ce..4ca30784a 100644 --- a/r3bdata/tofiData/R3BTofiDigi.cxx +++ b/r3bdata/tofiData/R3BTofiDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiDigi.h b/r3bdata/tofiData/R3BTofiDigi.h index ac66929ae..e9f2af6a1 100644 --- a/r3bdata/tofiData/R3BTofiDigi.h +++ b/r3bdata/tofiData/R3BTofiDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiHitData.cxx b/r3bdata/tofiData/R3BTofiHitData.cxx index 707b4bd1b..0e94febc1 100644 --- a/r3bdata/tofiData/R3BTofiHitData.cxx +++ b/r3bdata/tofiData/R3BTofiHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiHitData.h b/r3bdata/tofiData/R3BTofiHitData.h index ed9f40528..b472611e1 100644 --- a/r3bdata/tofiData/R3BTofiHitData.h +++ b/r3bdata/tofiData/R3BTofiHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiMappedData.cxx b/r3bdata/tofiData/R3BTofiMappedData.cxx index 8f98272a4..abd744c4a 100644 --- a/r3bdata/tofiData/R3BTofiMappedData.cxx +++ b/r3bdata/tofiData/R3BTofiMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiMappedData.h b/r3bdata/tofiData/R3BTofiMappedData.h index 5230da264..84a610f67 100644 --- a/r3bdata/tofiData/R3BTofiMappedData.h +++ b/r3bdata/tofiData/R3BTofiMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiPoint.cxx b/r3bdata/tofiData/R3BTofiPoint.cxx index 4ce3321e1..7c39adefd 100644 --- a/r3bdata/tofiData/R3BTofiPoint.cxx +++ b/r3bdata/tofiData/R3BTofiPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tofiData/R3BTofiPoint.h b/r3bdata/tofiData/R3BTofiPoint.h index 38ed6b206..b01473d51 100644 --- a/r3bdata/tofiData/R3BTofiPoint.h +++ b/r3bdata/tofiData/R3BTofiPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BSitrackerHit.cxx b/r3bdata/trackerData/R3BSitrackerHit.cxx index 68d87b712..e6d4d747a 100644 --- a/r3bdata/trackerData/R3BSitrackerHit.cxx +++ b/r3bdata/trackerData/R3BSitrackerHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BSitrackerHit.h b/r3bdata/trackerData/R3BSitrackerHit.h index 1fd277006..99add00b8 100644 --- a/r3bdata/trackerData/R3BSitrackerHit.h +++ b/r3bdata/trackerData/R3BSitrackerHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTarget2pDigi.cxx b/r3bdata/trackerData/R3BTarget2pDigi.cxx index f765b897c..6f9af6b1d 100644 --- a/r3bdata/trackerData/R3BTarget2pDigi.cxx +++ b/r3bdata/trackerData/R3BTarget2pDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTarget2pDigi.h b/r3bdata/trackerData/R3BTarget2pDigi.h index c5e4d561e..573c2ffb9 100644 --- a/r3bdata/trackerData/R3BTarget2pDigi.h +++ b/r3bdata/trackerData/R3BTarget2pDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTargetDigi.cxx b/r3bdata/trackerData/R3BTargetDigi.cxx index 10a43b3ef..f0e98f55d 100644 --- a/r3bdata/trackerData/R3BTargetDigi.cxx +++ b/r3bdata/trackerData/R3BTargetDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTargetDigi.h b/r3bdata/trackerData/R3BTargetDigi.h index 3b6604cf2..33f64e976 100644 --- a/r3bdata/trackerData/R3BTargetDigi.h +++ b/r3bdata/trackerData/R3BTargetDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTra2pDigi.cxx b/r3bdata/trackerData/R3BTra2pDigi.cxx index c5d65b9ce..77ebf99ad 100644 --- a/r3bdata/trackerData/R3BTra2pDigi.cxx +++ b/r3bdata/trackerData/R3BTra2pDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTra2pDigi.h b/r3bdata/trackerData/R3BTra2pDigi.h index 53e162384..d66068113 100644 --- a/r3bdata/trackerData/R3BTra2pDigi.h +++ b/r3bdata/trackerData/R3BTra2pDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraDigi.cxx b/r3bdata/trackerData/R3BTraDigi.cxx index 4c894fb93..a7fa6391c 100644 --- a/r3bdata/trackerData/R3BTraDigi.cxx +++ b/r3bdata/trackerData/R3BTraDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraDigi.h b/r3bdata/trackerData/R3BTraDigi.h index ecc49cf42..6421835f1 100644 --- a/r3bdata/trackerData/R3BTraDigi.h +++ b/r3bdata/trackerData/R3BTraDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraFraDigi.cxx b/r3bdata/trackerData/R3BTraFraDigi.cxx index 22672287a..5c5b11d5c 100644 --- a/r3bdata/trackerData/R3BTraFraDigi.cxx +++ b/r3bdata/trackerData/R3BTraFraDigi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraFraDigi.h b/r3bdata/trackerData/R3BTraFraDigi.h index 0769a3e19..34167c1dd 100644 --- a/r3bdata/trackerData/R3BTraFraDigi.h +++ b/r3bdata/trackerData/R3BTraFraDigi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraHit.cxx b/r3bdata/trackerData/R3BTraHit.cxx index b02557a72..fb32687a7 100644 --- a/r3bdata/trackerData/R3BTraHit.cxx +++ b/r3bdata/trackerData/R3BTraHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraHit.h b/r3bdata/trackerData/R3BTraHit.h index 6661cac13..4a99468b0 100644 --- a/r3bdata/trackerData/R3BTraHit.h +++ b/r3bdata/trackerData/R3BTraHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraPoint.cxx b/r3bdata/trackerData/R3BTraPoint.cxx index e1c97a1ad..d8789fa36 100644 --- a/r3bdata/trackerData/R3BTraPoint.cxx +++ b/r3bdata/trackerData/R3BTraPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTraPoint.h b/r3bdata/trackerData/R3BTraPoint.h index f0830d0a1..1b6235d4a 100644 --- a/r3bdata/trackerData/R3BTraPoint.h +++ b/r3bdata/trackerData/R3BTraPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTrackerHit.cxx b/r3bdata/trackerData/R3BTrackerHit.cxx index bf35ae040..16859ce2e 100644 --- a/r3bdata/trackerData/R3BTrackerHit.cxx +++ b/r3bdata/trackerData/R3BTrackerHit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trackerData/R3BTrackerHit.h b/r3bdata/trackerData/R3BTrackerHit.h index cd24498de..9a40c6cc2 100644 --- a/r3bdata/trackerData/R3BTrackerHit.h +++ b/r3bdata/trackerData/R3BTrackerHit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trloiiData/R3BTrloiiData.cxx b/r3bdata/trloiiData/R3BTrloiiData.cxx index 0f7645d86..783bf6e0f 100644 --- a/r3bdata/trloiiData/R3BTrloiiData.cxx +++ b/r3bdata/trloiiData/R3BTrloiiData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/trloiiData/R3BTrloiiData.h b/r3bdata/trloiiData/R3BTrloiiData.h index bfd39766d..545c08d11 100644 --- a/r3bdata/trloiiData/R3BTrloiiData.h +++ b/r3bdata/trloiiData/R3BTrloiiData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tttxData/R3BTttxCalData.cxx b/r3bdata/tttxData/R3BTttxCalData.cxx index 4e38c1dfd..24f1a17de 100644 --- a/r3bdata/tttxData/R3BTttxCalData.cxx +++ b/r3bdata/tttxData/R3BTttxCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tttxData/R3BTttxCalData.h b/r3bdata/tttxData/R3BTttxCalData.h index c521f5218..aa924e85f 100644 --- a/r3bdata/tttxData/R3BTttxCalData.h +++ b/r3bdata/tttxData/R3BTttxCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tttxData/R3BTttxHitData.cxx b/r3bdata/tttxData/R3BTttxHitData.cxx index 9f9194604..ab632eae7 100644 --- a/r3bdata/tttxData/R3BTttxHitData.cxx +++ b/r3bdata/tttxData/R3BTttxHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tttxData/R3BTttxHitData.h b/r3bdata/tttxData/R3BTttxHitData.h index 3c0f893aa..f54905cbd 100644 --- a/r3bdata/tttxData/R3BTttxHitData.h +++ b/r3bdata/tttxData/R3BTttxHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tttxData/R3BTttxMappedData.cxx b/r3bdata/tttxData/R3BTttxMappedData.cxx index d0b8b1c90..99f227802 100644 --- a/r3bdata/tttxData/R3BTttxMappedData.cxx +++ b/r3bdata/tttxData/R3BTttxMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/tttxData/R3BTttxMappedData.h b/r3bdata/tttxData/R3BTttxMappedData.h index 55edc2982..d2ef16463 100644 --- a/r3bdata/tttxData/R3BTttxMappedData.h +++ b/r3bdata/tttxData/R3BTttxMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimCalData.cxx b/r3bdata/twimData/R3BTwimCalData.cxx index 32c7ec770..9d72b7624 100755 --- a/r3bdata/twimData/R3BTwimCalData.cxx +++ b/r3bdata/twimData/R3BTwimCalData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimCalData.h b/r3bdata/twimData/R3BTwimCalData.h index 21be4ea0c..9e78063f8 100755 --- a/r3bdata/twimData/R3BTwimCalData.h +++ b/r3bdata/twimData/R3BTwimCalData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimHitData.cxx b/r3bdata/twimData/R3BTwimHitData.cxx index 72fd8110c..a2fad564d 100644 --- a/r3bdata/twimData/R3BTwimHitData.cxx +++ b/r3bdata/twimData/R3BTwimHitData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimHitData.h b/r3bdata/twimData/R3BTwimHitData.h index 56d3f7094..56c0dfab9 100644 --- a/r3bdata/twimData/R3BTwimHitData.h +++ b/r3bdata/twimData/R3BTwimHitData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimMappedData.cxx b/r3bdata/twimData/R3BTwimMappedData.cxx index edb33fb36..85dd9f6f1 100755 --- a/r3bdata/twimData/R3BTwimMappedData.cxx +++ b/r3bdata/twimData/R3BTwimMappedData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimMappedData.h b/r3bdata/twimData/R3BTwimMappedData.h index 96b5fc69a..772ab70cc 100755 --- a/r3bdata/twimData/R3BTwimMappedData.h +++ b/r3bdata/twimData/R3BTwimMappedData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimPoint.cxx b/r3bdata/twimData/R3BTwimPoint.cxx index 0cf6b44ea..1ca935fb7 100644 --- a/r3bdata/twimData/R3BTwimPoint.cxx +++ b/r3bdata/twimData/R3BTwimPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/twimData/R3BTwimPoint.h b/r3bdata/twimData/R3BTwimPoint.h index 9bc314bcf..19aee3d0c 100644 --- a/r3bdata/twimData/R3BTwimPoint.h +++ b/r3bdata/twimData/R3BTwimPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/vetoData/R3BVetoPoint.cxx b/r3bdata/vetoData/R3BVetoPoint.cxx index baa308ab5..23aceb721 100644 --- a/r3bdata/vetoData/R3BVetoPoint.cxx +++ b/r3bdata/vetoData/R3BVetoPoint.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/vetoData/R3BVetoPoint.h b/r3bdata/vetoData/R3BVetoPoint.h index a8f8c9009..0d8e00d54 100644 --- a/r3bdata/vetoData/R3BVetoPoint.h +++ b/r3bdata/vetoData/R3BVetoPoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/wrData/R3BWRData.cxx b/r3bdata/wrData/R3BWRData.cxx index 008dbf8de..6f27237ee 100644 --- a/r3bdata/wrData/R3BWRData.cxx +++ b/r3bdata/wrData/R3BWRData.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/wrData/R3BWRData.h b/r3bdata/wrData/R3BWRData.h index 6e90467f9..c4f1c72c4 100644 --- a/r3bdata/wrData/R3BWRData.h +++ b/r3bdata/wrData/R3BWRData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bdata/xballData/R3BXBallCrystalHit.cxx b/r3bdata/xballData/R3BXBallCrystalHit.cxx deleted file mode 100644 index 3ad6cf747..000000000 --- a/r3bdata/xballData/R3BXBallCrystalHit.cxx +++ /dev/null @@ -1,58 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallCrystalHit source file ----- -// ------------------------------------------------------------------------- - -#include "R3BXBallCrystalHit.h" - -#include - -using std::cout; -using std::endl; -using std::flush; - -// ----- Default constructor ------------------------------------------- -R3BXBallCrystalHit::R3BXBallCrystalHit() - : FairMultiLinkedData() -{ - fCrystalNb = -1; - fEnergy = -1; - fTime = -1; -} -// ------------------------------------------------------------------------- - -// ----- Standard constructor ------------------------------------------ -R3BXBallCrystalHit::R3BXBallCrystalHit(Int_t crysnb, Double_t energy, Double_t time) - : FairMultiLinkedData() -{ - - fCrystalNb = crysnb; - fEnergy = energy; - fTime = time; -} -// ------------------------------------------------------------------------- - -// ----- Destructor ---------------------------------------------------- -R3BXBallCrystalHit::~R3BXBallCrystalHit() {} -// ------------------------------------------------------------------------- - -// ----- Public method Print ------------------------------------------- -void R3BXBallCrystalHit::Print(const Option_t*) const -{ - cout << "-I- R3BXBallCrystalHit: a calo crystalHit in crystal number " << fCrystalNb << endl; - cout << " Energy = " << fEnergy << " GeV" << endl; - cout << " Time " << fTime << " ns " << endl; -} -// ------------------------------------------------------------------------- diff --git a/r3bdata/xballData/R3BXBallCrystalHit.h b/r3bdata/xballData/R3BXBallCrystalHit.h deleted file mode 100644 index 9b1281e7d..000000000 --- a/r3bdata/xballData/R3BXBallCrystalHit.h +++ /dev/null @@ -1,67 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallCrystalHit header file ----- -// ----- Created 13/06/12 by Pablo Cabanelas ----- -// ------------------------------------------------------------------------- - -/** R3BXBallCrystalHit.h - ** A cal crystal hit is the representation of the - ** information obtained from each crystal in the DH-CrystalBall. - **/ - -#ifndef R3BXBALLCRYSTALHIT_H -#define R3BXBALLCRYSTALHIT_H - -#include "FairMultiLinkedData.h" -#include "TObject.h" - -class R3BXBallCrystalHit : public FairMultiLinkedData -{ - public: - /** Default constructor **/ - R3BXBallCrystalHit(); - - /** Constructor with arguments - *@param fCrystalNb Crystal number - *@param fEnergy total energy deposited on the crystal [GeV] - *@param fTime Time since event start [ns] - **/ - R3BXBallCrystalHit(Int_t crysnb, Double_t energy, Double_t time); - - /** Destructor **/ - virtual ~R3BXBallCrystalHit(); - - /** Accessors **/ - Int_t GetCrystalNumber() const { return fCrystalNb; } - Double_t GetEnergy() const { return fEnergy; } - Double_t GetTime() const { return fTime; } - - /** Modifiers **/ - void SetCrystalNumber(Int_t crysnb) { fCrystalNb = crysnb; } - void SetEnergy(Double32_t energy) { fEnergy = energy; } - void SetTime(Double32_t time) { fTime = time; } - - /** Output to screen **/ - virtual void Print(const Option_t* opt) const; - - protected: - Double32_t fEnergy; // total energy in the crystal - Int_t fCrystalNb; // crystal number (1-162, number of crystals in the CB) - Double32_t fTime; // time of the interaction - - ClassDef(R3BXBallCrystalHit, 1) -}; - -#endif diff --git a/r3bdata/xballData/R3BXBallCrystalHitSim.cxx b/r3bdata/xballData/R3BXBallCrystalHitSim.cxx deleted file mode 100644 index c05207d75..000000000 --- a/r3bdata/xballData/R3BXBallCrystalHitSim.cxx +++ /dev/null @@ -1,82 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallCrystalHitSim source file ----- -// ------------------------------------------------------------------------- - -#include "R3BXBallCrystalHitSim.h" - -#include - -using std::cout; -using std::endl; -using std::flush; - -// ----- Default constructor ------------------------------------------- -R3BXBallCrystalHitSim::R3BXBallCrystalHitSim() - : R3BXBallCrystalHit() -{ - fCrystalType = fNSteps = -1; - fEinc = -1; - fTrackID = fVolumeID = fParentTrackID = fTrackPID = fTrackUniqueID = -1; -} -// ------------------------------------------------------------------------- - -// ----- Standard constructor ------------------------------------------ -R3BXBallCrystalHitSim::R3BXBallCrystalHitSim(Int_t type, - Int_t crysnb, - Double_t energy, - Double_t time, - Int_t steps, - Double_t einc, - Int_t trackid, - Int_t volid, - Int_t partrackid, - Int_t pdgid, - Int_t uniqueid) - : R3BXBallCrystalHit() -{ - - fCrystalType = type; - fCrystalNb = crysnb; - fEnergy = energy; - fTime = time; - fNSteps = steps; - fEinc = einc; - fTrackID = trackid; - fVolumeID = volid; - fParentTrackID = partrackid; - fTrackPID = pdgid; - fTrackUniqueID = uniqueid; -} -// ------------------------------------------------------------------------- - -// ----- Destructor ---------------------------------------------------- -R3BXBallCrystalHitSim::~R3BXBallCrystalHitSim() {} -// ------------------------------------------------------------------------- - -// ----- Public method Print ------------------------------------------- -void R3BXBallCrystalHitSim::Print(const Option_t*) const -{ - cout << "-I- R3BXBallCrystalHitSim: a calo crystalHit in crystal type " << fCrystalType - << " and unique crystal identifier number: " << fCrystalNb << endl; - cout << " Energy = " << fEnergy << " GeV" << endl; - cout << " Time " << fTime << " ns " << endl; - cout << " Steps " << fNSteps << endl; - cout << " Einc = " << fEinc << " GeV" << endl; - cout << " TrackID: " << fTrackID << " in Volume ID: " << fVolumeID << " and Parent TrackID: " << fParentTrackID - << endl; - cout << " PDG Id: " << fTrackPID << " Unique Id: " << fTrackUniqueID << endl; -} -// ------------------------------------------------------------------------- diff --git a/r3bdata/xballData/R3BXBallCrystalHitSim.h b/r3bdata/xballData/R3BXBallCrystalHitSim.h deleted file mode 100644 index 6ec664c59..000000000 --- a/r3bdata/xballData/R3BXBallCrystalHitSim.h +++ /dev/null @@ -1,99 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallCrystalHitSim header file ----- -// ----- Created 02/07/12 by Pablo Cabanelas ----- -// ------------------------------------------------------------------------- - -/** R3BXBallCrystalHitSim.h - ** A cal crystal hit is the representation of the - ** information obtained from each crystal in the DH-CrystalBall. - **/ - -#ifndef R3BXBALLCRYSTALHITSIM_H -#define R3BXBALLCRYSTALHITSIM_H - -#include "FairMultiLinkedData.h" -#include "R3BXBallCrystalHit.h" -#include "TObject.h" - -class R3BXBallCrystalHitSim : public R3BXBallCrystalHit -{ - public: - /** Default constructor **/ - R3BXBallCrystalHitSim(); - - /** Constructor with arguments - *@param fCrystalType Crystal type - *@param fNSteps Steps inside an active volume - *@param fEinc total energy entering the crystal [GeV] - *@param fTrackID Track index - *@param fVolumeID Volume index - *@param fParentTrackID Parent Track index - *@param fTrackPID Particle identification - *@param fTrackUniqueID Particle unique id (e.g. if Delta electron, fTrackUniqueID=9) - **/ - R3BXBallCrystalHitSim(Int_t type, - Int_t crysnb, - Double_t energy, - Double_t time, - Int_t steps, - Double_t einc, - Int_t trackid, - Int_t volid, - Int_t partrackid, - Int_t pdgid, - Int_t uniqueid); - - /** Destructor **/ - virtual ~R3BXBallCrystalHitSim(); - - /** Accessors **/ - Int_t GetCrystalType() const { return fCrystalType; } - Int_t GetNSteps() const { return fNSteps; } - Double_t GetEinc() const { return fEinc; } - Int_t GetTrackId() const { return fTrackID; } - Int_t GetVolumeId() const { return fVolumeID; } - Int_t GetParentTrackId() const { return fParentTrackID; } - Int_t GetTrackPID() const { return fTrackPID; } - Int_t GetTrackUniqueID() const { return fTrackUniqueID; } - - /** Modifiers **/ - void SetCrystalType(Int_t type) { fCrystalType = type; } - void AddMoreEnergy(Double32_t moreEnergy) { fEnergy += moreEnergy; } - void SetNSteps(Int_t steps) { fNSteps = steps; } - void SetEinc(Double32_t einc) { fEinc = einc; } - void SetTrackId(Int_t trackid) { fTrackID = trackid; } - void SetVolumeId(Int_t volid) { fVolumeID = volid; } - void SetParentTrackId(Int_t partrackid) { fParentTrackID = partrackid; } - void SetTrackPID(Int_t pdgid) { fTrackPID = pdgid; } - void SetTrackUniqueID(Int_t uniqueid) { fTrackUniqueID = uniqueid; } - - /** Output to screen **/ - virtual void Print(const Option_t*) const; - - protected: - Int_t fCrystalType; // crystal type (1-5, the four kind of crystal shapes in the CB - Int_t fNSteps; // steps inside an active volume - Double32_t fEinc; // total energy entering the crystal - Int_t fTrackID; // track index - Int_t fVolumeID; // volume index - Int_t fParentTrackID; // parent track index - Int_t fTrackPID; // particle identification - Int_t fTrackUniqueID; // particle unique id - - ClassDef(R3BXBallCrystalHitSim, 1) -}; - -#endif diff --git a/r3bdata/xballData/R3BXBallPoint.cxx b/r3bdata/xballData/R3BXBallPoint.cxx deleted file mode 100644 index 8236d0068..000000000 --- a/r3bdata/xballData/R3BXBallPoint.cxx +++ /dev/null @@ -1,94 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallPoint source file ----- -// ------------------------------------------------------------------------- - -#include "R3BXBallPoint.h" - -#include - -// ----- Default constructor ------------------------------------------- -R3BXBallPoint::R3BXBallPoint() - : FairMCPoint() -{ - fX_out = fY_out = fZ_out = 0.; - fPx_out = fPy_out = fPz_out = 0.; - fCrystalType = -1; - fCrystalNb = -1; -} -// ------------------------------------------------------------------------- - -// ----- Standard constructor ------------------------------------------ -R3BXBallPoint::R3BXBallPoint(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t tof, - Double_t length, - Double_t eLoss) - : FairMCPoint(trackID, detID, posIn, momIn, tof, length, eLoss) -{ - fX_out = posOut.X(); - fY_out = posOut.Y(); - fZ_out = posOut.Z(); - fPx_out = momOut.Px(); - fPy_out = momOut.Py(); - fPz_out = momOut.Pz(); - fCrystalType = type; - fCrystalNb = cp; -} -// ------------------------------------------------------------------------- - -// ----- Destructor ---------------------------------------------------- -R3BXBallPoint::~R3BXBallPoint() {} -// ------------------------------------------------------------------------- - -// ----- Point x coordinate from linear extrapolation ------------------ -Double_t R3BXBallPoint::GetX(Double_t z) const -{ - // cout << fZ << " " << z << " " << fZ_out << endl; - if ((fZ_out - z) * (fZ - z) >= 0.) - return (fX_out + fX) / 2.; - Double_t dz = fZ_out - fZ; - return (fX + (z - fZ) / dz * (fX_out - fX)); -} -// ------------------------------------------------------------------------- - -// ----- Point y coordinate from linear extrapolation ------------------ -Double_t R3BXBallPoint::GetY(Double_t z) const -{ - if ((fZ_out - z) * (fZ - z) >= 0.) - return (fY_out + fY) / 2.; - Double_t dz = fZ_out - fZ; - // if ( TMath::Abs(dz) < 1.e-3 ) return (fY_out+fY)/2.; - return (fY + (z - fZ) / dz * (fY_out - fY)); -} -// ------------------------------------------------------------------------- - -// ----- Public method IsUsable ---------------------------------------- -Bool_t R3BXBallPoint::IsUsable() const -{ - Double_t dz = fZ_out - fZ; - if (TMath::Abs(dz) < 1.e-4) - return kFALSE; - return kTRUE; -} -// ------------------------------------------------------------------------- - -ClassImp(R3BXBallPoint) diff --git a/r3bdata/xballData/R3BXBallPoint.h b/r3bdata/xballData/R3BXBallPoint.h deleted file mode 100644 index 3fc7f6ff1..000000000 --- a/r3bdata/xballData/R3BXBallPoint.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallPoint header file ----- -// ----- Created 26/03/09 by D.Bertini ----- -// ------------------------------------------------------------------------- - -/** R3BXBallPoint.h - **/ - -#ifndef R3BXBALLPOINT_H -#define R3BXBALLPOINT_H - -#include "TObject.h" -#include "TVector3.h" - -#include "FairMCPoint.h" - -class R3BXBallPoint : public FairMCPoint -{ - - public: - /** Default constructor **/ - R3BXBallPoint(); - - /** Constructor with arguments - *@param trackID Index of MCTrack - *@param detID Detector ID - *@param posIn Ccoordinates at entrance to active volume [cm] - *@param posOut Coordinates at exit of active volume [cm] - *@param momIn Momentum of track at entrance [GeV] - *@param momOut Momentum of track at exit [GeV] - *@param tof Time since event start [ns] - *@param length Track length since creation [cm] - *@param eLoss Energy deposit [GeV] - **/ - R3BXBallPoint(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t tof, - Double_t length, - Double_t eLoss); - - /** Destructor **/ - virtual ~R3BXBallPoint(); - - /** Accessors **/ - Int_t GetCrystalType() const { return fCrystalType; } - Int_t GetCrystalNumber() const { return fCrystalNb; } - Double_t GetXIn() const { return fX; } - Double_t GetYIn() const { return fY; } - Double_t GetZIn() const { return fZ; } - Double_t GetXOut() const { return fX_out; } - Double_t GetYOut() const { return fY_out; } - Double_t GetZOut() const { return fZ_out; } - Double_t GetPxOut() const { return fPx_out; } - Double_t GetPyOut() const { return fPy_out; } - Double_t GetPzOut() const { return fPz_out; } - void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); } - void PositionOut(TVector3& pos) { pos.SetXYZ(fX_out, fY_out, fZ_out); } - void MomentumOut(TVector3& mom) { mom.SetXYZ(fPx_out, fPy_out, fPz_out); } - - /** Point coordinates at given z from linear extrapolation **/ - Double_t GetX(Double_t z) const; - Double_t GetY(Double_t z) const; - - /** Check for distance between in and out **/ - Bool_t IsUsable() const; - - /** Modifiers **/ - void SetPositionOut(TVector3 pos); - void SetMomentumOut(TVector3 mom); - - protected: - Double32_t fX_out, fY_out, fZ_out; - Double32_t fPx_out, fPy_out, fPz_out; - Int_t fCrystalType; - Int_t fCrystalNb; - - ClassDef(R3BXBallPoint, 1) -}; - -inline void R3BXBallPoint::SetPositionOut(TVector3 pos) -{ - fX_out = pos.X(); - fY_out = pos.Y(); - fZ_out = pos.Z(); -} - -inline void R3BXBallPoint::SetMomentumOut(TVector3 mom) -{ - fPx_out = mom.Px(); - fPy_out = mom.Py(); - fPz_out = mom.Pz(); -} - -#endif diff --git a/r3bgen/CMakeLists.txt b/r3bgen/CMakeLists.txt index 555c810dc..6584833f5 100644 --- a/r3bgen/CMakeLists.txt +++ b/r3bgen/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/r3bgen/R3BAsciiGenerator.cxx b/r3bgen/R3BAsciiGenerator.cxx index 4b653058a..2bae7f55a 100644 --- a/r3bgen/R3BAsciiGenerator.cxx +++ b/r3bgen/R3BAsciiGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BAsciiGenerator.h b/r3bgen/R3BAsciiGenerator.h index ae8cd1d94..8c13f0e6d 100644 --- a/r3bgen/R3BAsciiGenerator.h +++ b/r3bgen/R3BAsciiGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBackTracking.cxx b/r3bgen/R3BBackTracking.cxx index c300ac495..6bd1a6064 100644 --- a/r3bgen/R3BBackTracking.cxx +++ b/r3bgen/R3BBackTracking.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBackTracking.h b/r3bgen/R3BBackTracking.h index d3f563741..3bf4741c0 100644 --- a/r3bgen/R3BBackTracking.h +++ b/r3bgen/R3BBackTracking.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBackTrackingStorageState.cxx b/r3bgen/R3BBackTrackingStorageState.cxx index c808fe589..c5d431e74 100644 --- a/r3bgen/R3BBackTrackingStorageState.cxx +++ b/r3bgen/R3BBackTrackingStorageState.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBackTrackingStorageState.h b/r3bgen/R3BBackTrackingStorageState.h index 29e945d84..8a666f15a 100644 --- a/r3bgen/R3BBackTrackingStorageState.h +++ b/r3bgen/R3BBackTrackingStorageState.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBeamInfo.cxx b/r3bgen/R3BBeamInfo.cxx index 18e30586d..79930685b 100644 --- a/r3bgen/R3BBeamInfo.cxx +++ b/r3bgen/R3BBeamInfo.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBeamInfo.h b/r3bgen/R3BBeamInfo.h index 265ffa7bb..2a6b7b98e 100644 --- a/r3bgen/R3BBeamInfo.h +++ b/r3bgen/R3BBeamInfo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBeamProperties.cxx b/r3bgen/R3BBeamProperties.cxx index af4a866fa..a41699202 100644 --- a/r3bgen/R3BBeamProperties.cxx +++ b/r3bgen/R3BBeamProperties.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BBeamProperties.h b/r3bgen/R3BBeamProperties.h index 19783b8cb..efd2df32d 100644 --- a/r3bgen/R3BBeamProperties.h +++ b/r3bgen/R3BBeamProperties.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCALIFATestGenerator.cxx b/r3bgen/R3BCALIFATestGenerator.cxx index 88cec3c1c..449483a25 100644 --- a/r3bgen/R3BCALIFATestGenerator.cxx +++ b/r3bgen/R3BCALIFATestGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCALIFATestGenerator.h b/r3bgen/R3BCALIFATestGenerator.h index 096816434..5d9b6e57b 100644 --- a/r3bgen/R3BCALIFATestGenerator.h +++ b/r3bgen/R3BCALIFATestGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCDGenerator.cxx b/r3bgen/R3BCDGenerator.cxx index ae3db57f3..fa5c12bd5 100644 --- a/r3bgen/R3BCDGenerator.cxx +++ b/r3bgen/R3BCDGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCDGenerator.h b/r3bgen/R3BCDGenerator.h index bb39be8ce..eb3da70a2 100644 --- a/r3bgen/R3BCDGenerator.h +++ b/r3bgen/R3BCDGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCosmicGenerator.cxx b/r3bgen/R3BCosmicGenerator.cxx index ce224c890..5178156e1 100644 --- a/r3bgen/R3BCosmicGenerator.cxx +++ b/r3bgen/R3BCosmicGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCosmicGenerator.h b/r3bgen/R3BCosmicGenerator.h index 8bdbc2a05..c95b69a5c 100644 --- a/r3bgen/R3BCosmicGenerator.h +++ b/r3bgen/R3BCosmicGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCryAsciiGenerator.cxx b/r3bgen/R3BCryAsciiGenerator.cxx index 32b058ff1..3ce0a8f0d 100644 --- a/r3bgen/R3BCryAsciiGenerator.cxx +++ b/r3bgen/R3BCryAsciiGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BCryAsciiGenerator.h b/r3bgen/R3BCryAsciiGenerator.h index bafd591b3..cddbf444b 100644 --- a/r3bgen/R3BCryAsciiGenerator.h +++ b/r3bgen/R3BCryAsciiGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BDistribution.h b/r3bgen/R3BDistribution.h index 6a08c430c..7fe46dce7 100644 --- a/r3bgen/R3BDistribution.h +++ b/r3bgen/R3BDistribution.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BDistribution1D.cxx b/r3bgen/R3BDistribution1D.cxx index 7b63a4322..5eb9465f5 100644 --- a/r3bgen/R3BDistribution1D.cxx +++ b/r3bgen/R3BDistribution1D.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BDistribution1D.h b/r3bgen/R3BDistribution1D.h index 1b20018c8..2edf22a6d 100644 --- a/r3bgen/R3BDistribution1D.h +++ b/r3bgen/R3BDistribution1D.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BDistribution2D.cxx b/r3bgen/R3BDistribution2D.cxx index 67349284a..e243d96ff 100644 --- a/r3bgen/R3BDistribution2D.cxx +++ b/r3bgen/R3BDistribution2D.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BDistribution2D.h b/r3bgen/R3BDistribution2D.h index 76c30a903..e96ee38d7 100644 --- a/r3bgen/R3BDistribution2D.h +++ b/r3bgen/R3BDistribution2D.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BDistribution3D.cxx b/r3bgen/R3BDistribution3D.cxx index 4845a1ca9..268f4000f 100644 --- a/r3bgen/R3BDistribution3D.cxx +++ b/r3bgen/R3BDistribution3D.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BDistribution3D.h b/r3bgen/R3BDistribution3D.h index 255e1d5bb..5e0719b27 100644 --- a/r3bgen/R3BDistribution3D.h +++ b/r3bgen/R3BDistribution3D.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BGammaGenerator.cxx b/r3bgen/R3BGammaGenerator.cxx index 6b078255a..08516d49a 100644 --- a/r3bgen/R3BGammaGenerator.cxx +++ b/r3bgen/R3BGammaGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BGammaGenerator.h b/r3bgen/R3BGammaGenerator.h index c19cdc680..38e02da27 100644 --- a/r3bgen/R3BGammaGenerator.h +++ b/r3bgen/R3BGammaGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BGenLinkDef.h b/r3bgen/R3BGenLinkDef.h index 919ec7505..ccb24c707 100644 --- a/r3bgen/R3BGenLinkDef.h +++ b/r3bgen/R3BGenLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BINCLRootGenerator.cxx b/r3bgen/R3BINCLRootGenerator.cxx index 3bed221ba..f69865a39 100644 --- a/r3bgen/R3BINCLRootGenerator.cxx +++ b/r3bgen/R3BINCLRootGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BINCLRootGenerator.h b/r3bgen/R3BINCLRootGenerator.h index 7b47007a3..46bde4001 100644 --- a/r3bgen/R3BINCLRootGenerator.h +++ b/r3bgen/R3BINCLRootGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BIonGenerator.cxx b/r3bgen/R3BIonGenerator.cxx index 78d837811..656ecc840 100644 --- a/r3bgen/R3BIonGenerator.cxx +++ b/r3bgen/R3BIonGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BIonGenerator.h b/r3bgen/R3BIonGenerator.h index d051ed882..2327a85d0 100644 --- a/r3bgen/R3BIonGenerator.h +++ b/r3bgen/R3BIonGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BLandGenerator.cxx b/r3bgen/R3BLandGenerator.cxx index 17f459c49..4597e9f2c 100644 --- a/r3bgen/R3BLandGenerator.cxx +++ b/r3bgen/R3BLandGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BLandGenerator.h b/r3bgen/R3BLandGenerator.h index da0b13181..6da57d31b 100644 --- a/r3bgen/R3BLandGenerator.h +++ b/r3bgen/R3BLandGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BParticleGenerator.cxx b/r3bgen/R3BParticleGenerator.cxx index 9b00390d9..f6c9d510d 100644 --- a/r3bgen/R3BParticleGenerator.cxx +++ b/r3bgen/R3BParticleGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BParticleGenerator.h b/r3bgen/R3BParticleGenerator.h index eeacdc6c4..d4757fb3b 100644 --- a/r3bgen/R3BParticleGenerator.h +++ b/r3bgen/R3BParticleGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BParticleSelector.cxx b/r3bgen/R3BParticleSelector.cxx index ea2162f9a..f871fd9a4 100644 --- a/r3bgen/R3BParticleSelector.cxx +++ b/r3bgen/R3BParticleSelector.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BParticleSelector.h b/r3bgen/R3BParticleSelector.h index 2e0d86fc2..dd05fb223 100644 --- a/r3bgen/R3BParticleSelector.h +++ b/r3bgen/R3BParticleSelector.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BPhaseSpaceGenerator.cxx b/r3bgen/R3BPhaseSpaceGenerator.cxx index 242276ee3..ec29bcfc1 100644 --- a/r3bgen/R3BPhaseSpaceGenerator.cxx +++ b/r3bgen/R3BPhaseSpaceGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BPhaseSpaceGenerator.h b/r3bgen/R3BPhaseSpaceGenerator.h index 4cd8f719e..8fdec0d10 100644 --- a/r3bgen/R3BPhaseSpaceGenerator.h +++ b/r3bgen/R3BPhaseSpaceGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BReadKinematics.cxx b/r3bgen/R3BReadKinematics.cxx index d36b7b204..cd3bed20f 100644 --- a/r3bgen/R3BReadKinematics.cxx +++ b/r3bgen/R3BReadKinematics.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BReadKinematics.h b/r3bgen/R3BReadKinematics.h index e24b3c2eb..e6eb88f76 100644 --- a/r3bgen/R3BReadKinematics.h +++ b/r3bgen/R3BReadKinematics.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BSpecificGenerator.cxx b/r3bgen/R3BSpecificGenerator.cxx index 0c4e06681..271c3f0d5 100644 --- a/r3bgen/R3BSpecificGenerator.cxx +++ b/r3bgen/R3BSpecificGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3BSpecificGenerator.h b/r3bgen/R3BSpecificGenerator.h index 6f8d2e49f..17b6360a5 100644 --- a/r3bgen/R3BSpecificGenerator.h +++ b/r3bgen/R3BSpecificGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3Bp2pGenerator.cxx b/r3bgen/R3Bp2pGenerator.cxx index 665282a60..a95e1fe56 100644 --- a/r3bgen/R3Bp2pGenerator.cxx +++ b/r3bgen/R3Bp2pGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3Bp2pGenerator.h b/r3bgen/R3Bp2pGenerator.h index e52101fac..10b83bee3 100644 --- a/r3bgen/R3Bp2pGenerator.h +++ b/r3bgen/R3Bp2pGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3Bp2pevtGenerator.cxx b/r3bgen/R3Bp2pevtGenerator.cxx index e72116505..c942c1218 100644 --- a/r3bgen/R3Bp2pevtGenerator.cxx +++ b/r3bgen/R3Bp2pevtGenerator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/R3Bp2pevtGenerator.h b/r3bgen/R3Bp2pevtGenerator.h index 3805d2477..f85790d3e 100644 --- a/r3bgen/R3Bp2pevtGenerator.h +++ b/r3bgen/R3Bp2pevtGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bgen/test/testR3BPhaseSpaceGeneratorIntegration.C b/r3bgen/test/testR3BPhaseSpaceGeneratorIntegration.C index b18b2e710..4b6e8d2cb 100644 --- a/r3bgen/test/testR3BPhaseSpaceGeneratorIntegration.C +++ b/r3bgen/test/testR3BPhaseSpaceGeneratorIntegration.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/CMakeLists.txt b/r3bsource/CMakeLists.txt index b2697ee52..4e58c0444 100644 --- a/r3bsource/CMakeLists.txt +++ b/r3bsource/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/r3bsource/SourceLinkDef.h b/r3bsource/SourceLinkDef.h index 850a391c8..917e94bb8 100644 --- a/r3bsource/SourceLinkDef.h +++ b/r3bsource/SourceLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/alpide/R3BAlpideReader.cxx b/r3bsource/alpide/R3BAlpideReader.cxx index dd9d1406a..e3bec6ede 100644 --- a/r3bsource/alpide/R3BAlpideReader.cxx +++ b/r3bsource/alpide/R3BAlpideReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/alpide/R3BAlpideReader.h b/r3bsource/alpide/R3BAlpideReader.h index 858028e68..fa6cc4738 100644 --- a/r3bsource/alpide/R3BAlpideReader.h +++ b/r3bsource/alpide/R3BAlpideReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/alpide/R3BMosaicReader.cxx b/r3bsource/alpide/R3BMosaicReader.cxx index c80193676..1fe5df80b 100644 --- a/r3bsource/alpide/R3BMosaicReader.cxx +++ b/r3bsource/alpide/R3BMosaicReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/alpide/R3BMosaicReader.h b/r3bsource/alpide/R3BMosaicReader.h index 0c693cbe2..87dd0716b 100644 --- a/r3bsource/alpide/R3BMosaicReader.h +++ b/r3bsource/alpide/R3BMosaicReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/alpide/ext_h101_alpide.h b/r3bsource/alpide/ext_h101_alpide.h index 03aae4185..38997d1c1 100644 --- a/r3bsource/alpide/ext_h101_alpide.h +++ b/r3bsource/alpide/ext_h101_alpide.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/ams/R3BAmsReader.cxx b/r3bsource/ams/R3BAmsReader.cxx index af3b5037e..0077b71bb 100644 --- a/r3bsource/ams/R3BAmsReader.cxx +++ b/r3bsource/ams/R3BAmsReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/ams/R3BAmsReader.h b/r3bsource/ams/R3BAmsReader.h index 6fe352b80..43c4f3d55 100644 --- a/r3bsource/ams/R3BAmsReader.h +++ b/r3bsource/ams/R3BAmsReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/ams/R3BWhiterabbitAmsReader.cxx b/r3bsource/ams/R3BWhiterabbitAmsReader.cxx index 54bf0b65f..74aa2fc5a 100644 --- a/r3bsource/ams/R3BWhiterabbitAmsReader.cxx +++ b/r3bsource/ams/R3BWhiterabbitAmsReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/ams/R3BWhiterabbitAmsReader.h b/r3bsource/ams/R3BWhiterabbitAmsReader.h index f273c3067..f3cb23baf 100644 --- a/r3bsource/ams/R3BWhiterabbitAmsReader.h +++ b/r3bsource/ams/R3BWhiterabbitAmsReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/ams/ext_h101_ams.h b/r3bsource/ams/ext_h101_ams.h index 7a8ca84cd..14f6c386c 100644 --- a/r3bsource/ams/ext_h101_ams.h +++ b/r3bsource/ams/ext_h101_ams.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/ams/ext_h101_wrams.h b/r3bsource/ams/ext_h101_wrams.h index 17b90b952..8b7779009 100644 --- a/r3bsource/ams/ext_h101_wrams.h +++ b/r3bsource/ams/ext_h101_wrams.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BReader.cxx b/r3bsource/base/R3BReader.cxx index 80b06ae7e..344d8a1e8 100644 --- a/r3bsource/base/R3BReader.cxx +++ b/r3bsource/base/R3BReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BReader.h b/r3bsource/base/R3BReader.h index 40cfb96a2..3566a3d88 100644 --- a/r3bsource/base/R3BReader.h +++ b/r3bsource/base/R3BReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BUcesbSource.cxx b/r3bsource/base/R3BUcesbSource.cxx index 338b1cf4b..ac1a6ea85 100644 --- a/r3bsource/base/R3BUcesbSource.cxx +++ b/r3bsource/base/R3BUcesbSource.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BUcesbSource.h b/r3bsource/base/R3BUcesbSource.h index 4e9e79f52..b034515af 100644 --- a/r3bsource/base/R3BUcesbSource.h +++ b/r3bsource/base/R3BUcesbSource.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BUcesbSource2.cxx b/r3bsource/base/R3BUcesbSource2.cxx index f649c279d..6862480fe 100644 --- a/r3bsource/base/R3BUcesbSource2.cxx +++ b/r3bsource/base/R3BUcesbSource2.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BUcesbSource2.h b/r3bsource/base/R3BUcesbSource2.h index 8c7748b6a..1bb286eb8 100644 --- a/r3bsource/base/R3BUcesbSource2.h +++ b/r3bsource/base/R3BUcesbSource2.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BUnpackReader.cxx b/r3bsource/base/R3BUnpackReader.cxx index 064482458..9b2ebaed2 100644 --- a/r3bsource/base/R3BUnpackReader.cxx +++ b/r3bsource/base/R3BUnpackReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/R3BUnpackReader.h b/r3bsource/base/R3BUnpackReader.h index df8e82e5d..7ec2e9876 100644 --- a/r3bsource/base/R3BUnpackReader.h +++ b/r3bsource/base/R3BUnpackReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/ext_h101_unpack.h b/r3bsource/base/ext_h101_unpack.h index a21f26618..a19fd5c91 100644 --- a/r3bsource/base/ext_h101_unpack.h +++ b/r3bsource/base/ext_h101_unpack.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/utils/R3BUcesbDecl.h b/r3bsource/base/utils/R3BUcesbDecl.h index 4d11b8882..062c4a676 100644 --- a/r3bsource/base/utils/R3BUcesbDecl.h +++ b/r3bsource/base/utils/R3BUcesbDecl.h @@ -1,7 +1,7 @@ #pragma once /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/utils/R3BUcesbLauncher.cxx b/r3bsource/base/utils/R3BUcesbLauncher.cxx index 54c3df18e..e81e05097 100644 --- a/r3bsource/base/utils/R3BUcesbLauncher.cxx +++ b/r3bsource/base/utils/R3BUcesbLauncher.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/utils/R3BUcesbLauncher.h b/r3bsource/base/utils/R3BUcesbLauncher.h index b6fdcb695..8df2bf144 100644 --- a/r3bsource/base/utils/R3BUcesbLauncher.h +++ b/r3bsource/base/utils/R3BUcesbLauncher.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/utils/R3BUcesbMappingFlag.h b/r3bsource/base/utils/R3BUcesbMappingFlag.h index ae827efdf..03052fc49 100644 --- a/r3bsource/base/utils/R3BUcesbMappingFlag.h +++ b/r3bsource/base/utils/R3BUcesbMappingFlag.h @@ -1,7 +1,7 @@ #pragma once /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/utils/R3BUcesbStructInfo.cxx b/r3bsource/base/utils/R3BUcesbStructInfo.cxx index 88f96b499..7b1487f88 100644 --- a/r3bsource/base/utils/R3BUcesbStructInfo.cxx +++ b/r3bsource/base/utils/R3BUcesbStructInfo.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/base/utils/R3BUcesbStructInfo.h b/r3bsource/base/utils/R3BUcesbStructInfo.h index b724357ee..209b19b6e 100644 --- a/r3bsource/base/utils/R3BUcesbStructInfo.h +++ b/r3bsource/base/utils/R3BUcesbStructInfo.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/beammonitor/R3BBeamMonitorReader.cxx b/r3bsource/beammonitor/R3BBeamMonitorReader.cxx index 6a8d3e6bd..084d57995 100644 --- a/r3bsource/beammonitor/R3BBeamMonitorReader.cxx +++ b/r3bsource/beammonitor/R3BBeamMonitorReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/beammonitor/R3BBeamMonitorReader.h b/r3bsource/beammonitor/R3BBeamMonitorReader.h index 9506c4267..bd4598057 100644 --- a/r3bsource/beammonitor/R3BBeamMonitorReader.h +++ b/r3bsource/beammonitor/R3BBeamMonitorReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/beammonitor/ext_h101_bmon.h b/r3bsource/beammonitor/ext_h101_bmon.h index 3d37521be..f1b552013 100644 --- a/r3bsource/beammonitor/ext_h101_bmon.h +++ b/r3bsource/beammonitor/ext_h101_bmon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/R3BCalifaFebexReader.cxx b/r3bsource/califa/R3BCalifaFebexReader.cxx index 095bbb656..041591ea8 100644 --- a/r3bsource/califa/R3BCalifaFebexReader.cxx +++ b/r3bsource/califa/R3BCalifaFebexReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/R3BCalifaFebexReader.h b/r3bsource/califa/R3BCalifaFebexReader.h index 07664490d..7f9bdbace 100644 --- a/r3bsource/califa/R3BCalifaFebexReader.h +++ b/r3bsource/califa/R3BCalifaFebexReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/R3BCalifaJulichReader.cxx b/r3bsource/califa/R3BCalifaJulichReader.cxx index c9cb3ebbe..618462408 100644 --- a/r3bsource/califa/R3BCalifaJulichReader.cxx +++ b/r3bsource/califa/R3BCalifaJulichReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/R3BCalifaJulichReader.h b/r3bsource/califa/R3BCalifaJulichReader.h index 75a9851e7..924e2efe4 100644 --- a/r3bsource/califa/R3BCalifaJulichReader.h +++ b/r3bsource/califa/R3BCalifaJulichReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/R3BWhiterabbitCalifaReader.cxx b/r3bsource/califa/R3BWhiterabbitCalifaReader.cxx index a312004e1..27866390b 100644 --- a/r3bsource/califa/R3BWhiterabbitCalifaReader.cxx +++ b/r3bsource/califa/R3BWhiterabbitCalifaReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/R3BWhiterabbitCalifaReader.h b/r3bsource/califa/R3BWhiterabbitCalifaReader.h index df660cf14..f9d247d97 100644 --- a/r3bsource/califa/R3BWhiterabbitCalifaReader.h +++ b/r3bsource/califa/R3BWhiterabbitCalifaReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/ext_h101_califa.h b/r3bsource/califa/ext_h101_califa.h index e81c898c8..83af134fe 100644 --- a/r3bsource/califa/ext_h101_califa.h +++ b/r3bsource/califa/ext_h101_califa.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/ext_h101_califa_julich.h b/r3bsource/califa/ext_h101_califa_julich.h index e9aefb543..f23b9c949 100644 --- a/r3bsource/califa/ext_h101_califa_julich.h +++ b/r3bsource/califa/ext_h101_califa_julich.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/califa/ext_h101_wrcalifa.h b/r3bsource/califa/ext_h101_wrcalifa.h index f277d916f..250c2968f 100644 --- a/r3bsource/califa/ext_h101_wrcalifa.h +++ b/r3bsource/califa/ext_h101_wrcalifa.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BBunchedFiberReader.cxx b/r3bsource/fibers/R3BBunchedFiberReader.cxx index 4c03918d9..99e279ec6 100644 --- a/r3bsource/fibers/R3BBunchedFiberReader.cxx +++ b/r3bsource/fibers/R3BBunchedFiberReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BBunchedFiberReader.h b/r3bsource/fibers/R3BBunchedFiberReader.h index 87be1d385..4bb839b05 100644 --- a/r3bsource/fibers/R3BBunchedFiberReader.h +++ b/r3bsource/fibers/R3BBunchedFiberReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.cxx b/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.cxx index 1c6a0bbc0..a96e76ca0 100644 --- a/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.cxx +++ b/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.h b/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.h index d016975ff..f4fba5e0a 100644 --- a/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.h +++ b/r3bsource/fibers/R3BBunchedFiberSPMTTrigReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi0Reader.cxx b/r3bsource/fibers/R3BFi0Reader.cxx index 57ada5178..ae30a6443 100644 --- a/r3bsource/fibers/R3BFi0Reader.cxx +++ b/r3bsource/fibers/R3BFi0Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi0Reader.h b/r3bsource/fibers/R3BFi0Reader.h index 74c229b7c..b672564d8 100644 --- a/r3bsource/fibers/R3BFi0Reader.h +++ b/r3bsource/fibers/R3BFi0Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi1aReader.cxx b/r3bsource/fibers/R3BFi1aReader.cxx index 21d925aac..8e9bc4936 100644 --- a/r3bsource/fibers/R3BFi1aReader.cxx +++ b/r3bsource/fibers/R3BFi1aReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi1aReader.h b/r3bsource/fibers/R3BFi1aReader.h index 35526a45c..c7a2ff259 100644 --- a/r3bsource/fibers/R3BFi1aReader.h +++ b/r3bsource/fibers/R3BFi1aReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi1bReader.cxx b/r3bsource/fibers/R3BFi1bReader.cxx index 3c69a7576..8b7938d03 100644 --- a/r3bsource/fibers/R3BFi1bReader.cxx +++ b/r3bsource/fibers/R3BFi1bReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi1bReader.h b/r3bsource/fibers/R3BFi1bReader.h index 10372808f..9c937d248 100644 --- a/r3bsource/fibers/R3BFi1bReader.h +++ b/r3bsource/fibers/R3BFi1bReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi3aReader.cxx b/r3bsource/fibers/R3BFi3aReader.cxx index 805ef39b2..6067c736b 100644 --- a/r3bsource/fibers/R3BFi3aReader.cxx +++ b/r3bsource/fibers/R3BFi3aReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi3aReader.h b/r3bsource/fibers/R3BFi3aReader.h index 56dce3c6b..52ee8d1ee 100644 --- a/r3bsource/fibers/R3BFi3aReader.h +++ b/r3bsource/fibers/R3BFi3aReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi3bReader.cxx b/r3bsource/fibers/R3BFi3bReader.cxx index c89de0f5a..6ad5efdd3 100644 --- a/r3bsource/fibers/R3BFi3bReader.cxx +++ b/r3bsource/fibers/R3BFi3bReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi3bReader.h b/r3bsource/fibers/R3BFi3bReader.h index 17d3fd0b1..458c6f650 100644 --- a/r3bsource/fibers/R3BFi3bReader.h +++ b/r3bsource/fibers/R3BFi3bReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi4Reader.cxx b/r3bsource/fibers/R3BFi4Reader.cxx index 608534ed1..df68d6439 100644 --- a/r3bsource/fibers/R3BFi4Reader.cxx +++ b/r3bsource/fibers/R3BFi4Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi4Reader.h b/r3bsource/fibers/R3BFi4Reader.h index cb7de98f7..5caa5d955 100644 --- a/r3bsource/fibers/R3BFi4Reader.h +++ b/r3bsource/fibers/R3BFi4Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi5Reader.cxx b/r3bsource/fibers/R3BFi5Reader.cxx index 625739fe8..48e1d024e 100644 --- a/r3bsource/fibers/R3BFi5Reader.cxx +++ b/r3bsource/fibers/R3BFi5Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi5Reader.h b/r3bsource/fibers/R3BFi5Reader.h index 2635c6d9f..5ad30ce1e 100644 --- a/r3bsource/fibers/R3BFi5Reader.h +++ b/r3bsource/fibers/R3BFi5Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi6Reader.cxx b/r3bsource/fibers/R3BFi6Reader.cxx index aefc2f960..d13cd5552 100644 --- a/r3bsource/fibers/R3BFi6Reader.cxx +++ b/r3bsource/fibers/R3BFi6Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi6Reader.h b/r3bsource/fibers/R3BFi6Reader.h index 484b3634f..d43e119dd 100644 --- a/r3bsource/fibers/R3BFi6Reader.h +++ b/r3bsource/fibers/R3BFi6Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi7Reader.cxx b/r3bsource/fibers/R3BFi7Reader.cxx index 5a228009b..11d79ca5c 100644 --- a/r3bsource/fibers/R3BFi7Reader.cxx +++ b/r3bsource/fibers/R3BFi7Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi7Reader.h b/r3bsource/fibers/R3BFi7Reader.h index 57d8e677c..4408eeb2c 100644 --- a/r3bsource/fibers/R3BFi7Reader.h +++ b/r3bsource/fibers/R3BFi7Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi8Reader.cxx b/r3bsource/fibers/R3BFi8Reader.cxx index 6c0d2578b..c0d7c84a8 100644 --- a/r3bsource/fibers/R3BFi8Reader.cxx +++ b/r3bsource/fibers/R3BFi8Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFi8Reader.h b/r3bsource/fibers/R3BFi8Reader.h index dccf4c91c..4504fdd37 100644 --- a/r3bsource/fibers/R3BFi8Reader.h +++ b/r3bsource/fibers/R3BFi8Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFiberMAPMTReader.cxx b/r3bsource/fibers/R3BFiberMAPMTReader.cxx index fda24e84b..c8302046c 100644 --- a/r3bsource/fibers/R3BFiberMAPMTReader.cxx +++ b/r3bsource/fibers/R3BFiberMAPMTReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFiberMAPMTReader.h b/r3bsource/fibers/R3BFiberMAPMTReader.h index 9ae65ada9..3584f419e 100644 --- a/r3bsource/fibers/R3BFiberMAPMTReader.h +++ b/r3bsource/fibers/R3BFiberMAPMTReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFiberReader.cxx b/r3bsource/fibers/R3BFiberReader.cxx index ece809d57..8d1fcd5be 100644 --- a/r3bsource/fibers/R3BFiberReader.cxx +++ b/r3bsource/fibers/R3BFiberReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BFiberReader.h b/r3bsource/fibers/R3BFiberReader.h index d7cfb8b13..3015e99bf 100644 --- a/r3bsource/fibers/R3BFiberReader.h +++ b/r3bsource/fibers/R3BFiberReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BSfibReader.cxx b/r3bsource/fibers/R3BSfibReader.cxx index cd21fe4ee..719dfe481 100644 --- a/r3bsource/fibers/R3BSfibReader.cxx +++ b/r3bsource/fibers/R3BSfibReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/R3BSfibReader.h b/r3bsource/fibers/R3BSfibReader.h index 93ea2ca77..b73bc5c2d 100644 --- a/r3bsource/fibers/R3BSfibReader.h +++ b/r3bsource/fibers/R3BSfibReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fi4.h b/r3bsource/fibers/ext_h101_fi4.h index 3a1672b9b..a7fe12ea9 100644 --- a/r3bsource/fibers/ext_h101_fi4.h +++ b/r3bsource/fibers/ext_h101_fi4.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fib.h b/r3bsource/fibers/ext_h101_fib.h index b03afa1c0..3f39cabc5 100644 --- a/r3bsource/fibers/ext_h101_fib.h +++ b/r3bsource/fibers/ext_h101_fib.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fib23a.h b/r3bsource/fibers/ext_h101_fib23a.h index 7332ac954..5484b52f4 100644 --- a/r3bsource/fibers/ext_h101_fib23a.h +++ b/r3bsource/fibers/ext_h101_fib23a.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fib23b.h b/r3bsource/fibers/ext_h101_fib23b.h index 11fa1ff94..52029ff9c 100644 --- a/r3bsource/fibers/ext_h101_fib23b.h +++ b/r3bsource/fibers/ext_h101_fib23b.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fib30.h b/r3bsource/fibers/ext_h101_fib30.h index 25dbcce1d..63d69f1b0 100644 --- a/r3bsource/fibers/ext_h101_fib30.h +++ b/r3bsource/fibers/ext_h101_fib30.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fib31.h b/r3bsource/fibers/ext_h101_fib31.h index 667f14617..74ef79170 100644 --- a/r3bsource/fibers/ext_h101_fib31.h +++ b/r3bsource/fibers/ext_h101_fib31.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fib32.h b/r3bsource/fibers/ext_h101_fib32.h index 03ca670c2..9ea6c1aab 100644 --- a/r3bsource/fibers/ext_h101_fib32.h +++ b/r3bsource/fibers/ext_h101_fib32.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fib33.h b/r3bsource/fibers/ext_h101_fib33.h index 3cf937b06..9fba1a921 100644 --- a/r3bsource/fibers/ext_h101_fib33.h +++ b/r3bsource/fibers/ext_h101_fib33.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibeight.h b/r3bsource/fibers/ext_h101_fibeight.h index 7ae869e3a..d38981146 100644 --- a/r3bsource/fibers/ext_h101_fibeight.h +++ b/r3bsource/fibers/ext_h101_fibeight.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibeleven.h b/r3bsource/fibers/ext_h101_fibeleven.h index 4defa4287..6a343ba40 100644 --- a/r3bsource/fibers/ext_h101_fibeleven.h +++ b/r3bsource/fibers/ext_h101_fibeleven.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibfive.h b/r3bsource/fibers/ext_h101_fibfive.h index 847741821..3216e1b94 100644 --- a/r3bsource/fibers/ext_h101_fibfive.h +++ b/r3bsource/fibers/ext_h101_fibfive.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibfour.h b/r3bsource/fibers/ext_h101_fibfour.h index c232ca631..173a04ae9 100644 --- a/r3bsource/fibers/ext_h101_fibfour.h +++ b/r3bsource/fibers/ext_h101_fibfour.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibseven.h b/r3bsource/fibers/ext_h101_fibseven.h index 8428e29d7..1f5a872ac 100644 --- a/r3bsource/fibers/ext_h101_fibseven.h +++ b/r3bsource/fibers/ext_h101_fibseven.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibsix.h b/r3bsource/fibers/ext_h101_fibsix.h index 05aa020ae..4b07cbe15 100644 --- a/r3bsource/fibers/ext_h101_fibsix.h +++ b/r3bsource/fibers/ext_h101_fibsix.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibten.h b/r3bsource/fibers/ext_h101_fibten.h index c9fc922a9..5d28dc7da 100644 --- a/r3bsource/fibers/ext_h101_fibten.h +++ b/r3bsource/fibers/ext_h101_fibten.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibthirteen.h b/r3bsource/fibers/ext_h101_fibthirteen.h index 7297d8fca..a6f253007 100644 --- a/r3bsource/fibers/ext_h101_fibthirteen.h +++ b/r3bsource/fibers/ext_h101_fibthirteen.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibtwelve.h b/r3bsource/fibers/ext_h101_fibtwelve.h index c63a1ed0b..e6b52ce3d 100644 --- a/r3bsource/fibers/ext_h101_fibtwelve.h +++ b/r3bsource/fibers/ext_h101_fibtwelve.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_fibzero.h b/r3bsource/fibers/ext_h101_fibzero.h index e9c8f7987..cd6057653 100644 --- a/r3bsource/fibers/ext_h101_fibzero.h +++ b/r3bsource/fibers/ext_h101_fibzero.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/fibers/ext_h101_sfib.h b/r3bsource/fibers/ext_h101_sfib.h index 9814bfec4..20dc30352 100644 --- a/r3bsource/fibers/ext_h101_sfib.h +++ b/r3bsource/fibers/ext_h101_sfib.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/foot/R3BFootReader.cxx b/r3bsource/foot/R3BFootReader.cxx index 80e70b147..5df075e4d 100644 --- a/r3bsource/foot/R3BFootReader.cxx +++ b/r3bsource/foot/R3BFootReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/foot/R3BFootReader.h b/r3bsource/foot/R3BFootReader.h index de2535bd2..3e3568a33 100644 --- a/r3bsource/foot/R3BFootReader.h +++ b/r3bsource/foot/R3BFootReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/foot/R3BFootSiReader.cxx b/r3bsource/foot/R3BFootSiReader.cxx index 6f9c678e2..d499b682d 100644 --- a/r3bsource/foot/R3BFootSiReader.cxx +++ b/r3bsource/foot/R3BFootSiReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/foot/R3BFootSiReader.h b/r3bsource/foot/R3BFootSiReader.h index fb4d82184..aa75e75a4 100644 --- a/r3bsource/foot/R3BFootSiReader.h +++ b/r3bsource/foot/R3BFootSiReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/foot/R3BWhiterabbitFootReader.cxx b/r3bsource/foot/R3BWhiterabbitFootReader.cxx index 2fd8d72d8..2a90e09e3 100644 --- a/r3bsource/foot/R3BWhiterabbitFootReader.cxx +++ b/r3bsource/foot/R3BWhiterabbitFootReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/foot/R3BWhiterabbitFootReader.h b/r3bsource/foot/R3BWhiterabbitFootReader.h index 01c55ebab..e2757c82d 100644 --- a/r3bsource/foot/R3BWhiterabbitFootReader.h +++ b/r3bsource/foot/R3BWhiterabbitFootReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/frssci/R3BFrsSciReader.cxx b/r3bsource/frssci/R3BFrsSciReader.cxx index eb3c5906c..d5c65550c 100644 --- a/r3bsource/frssci/R3BFrsSciReader.cxx +++ b/r3bsource/frssci/R3BFrsSciReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/frssci/R3BFrsSciReader.h b/r3bsource/frssci/R3BFrsSciReader.h index dacf11616..14bc68815 100644 --- a/r3bsource/frssci/R3BFrsSciReader.h +++ b/r3bsource/frssci/R3BFrsSciReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/frssci/ext_h101_frssci.h b/r3bsource/frssci/ext_h101_frssci.h index f92de239a..69fe30078 100644 --- a/r3bsource/frssci/ext_h101_frssci.h +++ b/r3bsource/frssci/ext_h101_frssci.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/R3BLosReader.cxx b/r3bsource/los/R3BLosReader.cxx index dea9c08ae..b7c22b85b 100644 --- a/r3bsource/los/R3BLosReader.cxx +++ b/r3bsource/los/R3BLosReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/R3BLosReader.h b/r3bsource/los/R3BLosReader.h index 2b5050bb5..51dda5789 100644 --- a/r3bsource/los/R3BLosReader.h +++ b/r3bsource/los/R3BLosReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/R3BWhiterabbitLosReader.cxx b/r3bsource/los/R3BWhiterabbitLosReader.cxx index 6c9f93025..06757484a 100644 --- a/r3bsource/los/R3BWhiterabbitLosReader.cxx +++ b/r3bsource/los/R3BWhiterabbitLosReader.cxx @@ -1,7 +1,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/R3BWhiterabbitLosReader.h b/r3bsource/los/R3BWhiterabbitLosReader.h index 6b54883d8..b30303966 100644 --- a/r3bsource/los/R3BWhiterabbitLosReader.h +++ b/r3bsource/los/R3BWhiterabbitLosReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/ext_h101_los.h b/r3bsource/los/ext_h101_los.h index 9fde0d5ff..7ab8c202f 100644 --- a/r3bsource/los/ext_h101_los.h +++ b/r3bsource/los/ext_h101_los.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/ext_h101_los_dez19.h b/r3bsource/los/ext_h101_los_dez19.h index fa8c6a51c..2a7ea79e6 100644 --- a/r3bsource/los/ext_h101_los_dez19.h +++ b/r3bsource/los/ext_h101_los_dez19.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/ext_h101_los_tamex.h b/r3bsource/los/ext_h101_los_tamex.h index 31a031539..26fdf817c 100644 --- a/r3bsource/los/ext_h101_los_tamex.h +++ b/r3bsource/los/ext_h101_los_tamex.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/los/ext_h101_wrlos.h b/r3bsource/los/ext_h101_wrlos.h index 6ed2aeac4..1c3adff95 100644 --- a/r3bsource/los/ext_h101_wrlos.h +++ b/r3bsource/los/ext_h101_wrlos.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/music/R3BMusicReader.cxx b/r3bsource/music/R3BMusicReader.cxx index 2af33a204..0dbfc3e38 100644 --- a/r3bsource/music/R3BMusicReader.cxx +++ b/r3bsource/music/R3BMusicReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/music/R3BMusicReader.h b/r3bsource/music/R3BMusicReader.h index ad8a7b53d..61ec2ea09 100644 --- a/r3bsource/music/R3BMusicReader.h +++ b/r3bsource/music/R3BMusicReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/music/R3BWhiterabbitMusicReader.cxx b/r3bsource/music/R3BWhiterabbitMusicReader.cxx index 83574b4b9..423442906 100644 --- a/r3bsource/music/R3BWhiterabbitMusicReader.cxx +++ b/r3bsource/music/R3BWhiterabbitMusicReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/music/R3BWhiterabbitMusicReader.h b/r3bsource/music/R3BWhiterabbitMusicReader.h index 57de29e96..508df964c 100644 --- a/r3bsource/music/R3BWhiterabbitMusicReader.h +++ b/r3bsource/music/R3BWhiterabbitMusicReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/music/ext_h101_music.h b/r3bsource/music/ext_h101_music.h index 844090943..0c251cf13 100644 --- a/r3bsource/music/ext_h101_music.h +++ b/r3bsource/music/ext_h101_music.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/music/ext_h101_wrmusic.h b/r3bsource/music/ext_h101_wrmusic.h index a080cebe5..88cb1b8cd 100644 --- a/r3bsource/music/ext_h101_wrmusic.h +++ b/r3bsource/music/ext_h101_wrmusic.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/musli/R3BMusliReader.cxx b/r3bsource/musli/R3BMusliReader.cxx index 7056eb3ea..32c815eab 100644 --- a/r3bsource/musli/R3BMusliReader.cxx +++ b/r3bsource/musli/R3BMusliReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/musli/R3BMusliReader.h b/r3bsource/musli/R3BMusliReader.h index 2597d25f3..35615fe15 100644 --- a/r3bsource/musli/R3BMusliReader.h +++ b/r3bsource/musli/R3BMusliReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/musli/ext_h101_musli.h b/r3bsource/musli/ext_h101_musli.h index f8d03c8df..20e00d599 100644 --- a/r3bsource/musli/ext_h101_musli.h +++ b/r3bsource/musli/ext_h101_musli.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/mwpc/R3BMwpcReader.cxx b/r3bsource/mwpc/R3BMwpcReader.cxx index d81f2dad3..8b9c9e823 100644 --- a/r3bsource/mwpc/R3BMwpcReader.cxx +++ b/r3bsource/mwpc/R3BMwpcReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/mwpc/R3BMwpcReader.h b/r3bsource/mwpc/R3BMwpcReader.h index 757cfb074..9c81e233a 100644 --- a/r3bsource/mwpc/R3BMwpcReader.h +++ b/r3bsource/mwpc/R3BMwpcReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/mwpc/ext_h101_mwpc.h b/r3bsource/mwpc/ext_h101_mwpc.h index 2a12021d6..f4597a2a9 100755 --- a/r3bsource/mwpc/ext_h101_mwpc.h +++ b/r3bsource/mwpc/ext_h101_mwpc.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/R3BNeulandTacquilaReader.cxx b/r3bsource/neuland/R3BNeulandTacquilaReader.cxx index b8296bcb8..7e90ee34d 100644 --- a/r3bsource/neuland/R3BNeulandTacquilaReader.cxx +++ b/r3bsource/neuland/R3BNeulandTacquilaReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/R3BNeulandTacquilaReader.h b/r3bsource/neuland/R3BNeulandTacquilaReader.h index 6ae1cb226..148ee18c9 100644 --- a/r3bsource/neuland/R3BNeulandTacquilaReader.h +++ b/r3bsource/neuland/R3BNeulandTacquilaReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/R3BNeulandTamexReader.cxx b/r3bsource/neuland/R3BNeulandTamexReader.cxx index 89115c283..9253dac27 100644 --- a/r3bsource/neuland/R3BNeulandTamexReader.cxx +++ b/r3bsource/neuland/R3BNeulandTamexReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/R3BNeulandTamexReader.h b/r3bsource/neuland/R3BNeulandTamexReader.h index 6830e7862..1fd14f0fb 100644 --- a/r3bsource/neuland/R3BNeulandTamexReader.h +++ b/r3bsource/neuland/R3BNeulandTamexReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/R3BWhiterabbitNeulandReader.cxx b/r3bsource/neuland/R3BWhiterabbitNeulandReader.cxx index 5cd92ce1e..3f338dcbf 100644 --- a/r3bsource/neuland/R3BWhiterabbitNeulandReader.cxx +++ b/r3bsource/neuland/R3BWhiterabbitNeulandReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/R3BWhiterabbitNeulandReader.h b/r3bsource/neuland/R3BWhiterabbitNeulandReader.h index 564369001..0a221c811 100644 --- a/r3bsource/neuland/R3BWhiterabbitNeulandReader.h +++ b/r3bsource/neuland/R3BWhiterabbitNeulandReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/ext_h101_raw_nnp_tacquila.h b/r3bsource/neuland/ext_h101_raw_nnp_tacquila.h index a34ca5895..5324d87ee 100644 --- a/r3bsource/neuland/ext_h101_raw_nnp_tacquila.h +++ b/r3bsource/neuland/ext_h101_raw_nnp_tacquila.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/neuland/ext_h101_wrneuland.h b/r3bsource/neuland/ext_h101_wrneuland.h index 3de6478bf..e0906fde9 100644 --- a/r3bsource/neuland/ext_h101_wrneuland.h +++ b/r3bsource/neuland/ext_h101_wrneuland.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/pdc/R3BPdcReader.cxx b/r3bsource/pdc/R3BPdcReader.cxx index faddaecc1..c6447e53a 100644 --- a/r3bsource/pdc/R3BPdcReader.cxx +++ b/r3bsource/pdc/R3BPdcReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/pdc/R3BPdcReader.h b/r3bsource/pdc/R3BPdcReader.h index 15a00568c..96c2e3a61 100644 --- a/r3bsource/pdc/R3BPdcReader.h +++ b/r3bsource/pdc/R3BPdcReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/pspx/R3BS515PspxReader.cxx b/r3bsource/pspx/R3BS515PspxReader.cxx index e076f5195..8ca77267d 100644 --- a/r3bsource/pspx/R3BS515PspxReader.cxx +++ b/r3bsource/pspx/R3BS515PspxReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/pspx/R3BS515PspxReader.h b/r3bsource/pspx/R3BS515PspxReader.h index 513ec7761..c5a3ac79b 100644 --- a/r3bsource/pspx/R3BS515PspxReader.h +++ b/r3bsource/pspx/R3BS515PspxReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/pspx/ext_h101_pos.h b/r3bsource/pspx/ext_h101_pos.h index ac6c8044e..083b1cdd5 100644 --- a/r3bsource/pspx/ext_h101_pos.h +++ b/r3bsource/pspx/ext_h101_pos.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/rolu/R3BRoluReader.cxx b/r3bsource/rolu/R3BRoluReader.cxx index a2347e21a..a1fe6dee6 100644 --- a/r3bsource/rolu/R3BRoluReader.cxx +++ b/r3bsource/rolu/R3BRoluReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/rolu/R3BRoluReader.h b/r3bsource/rolu/R3BRoluReader.h index 7fca1b19e..5d377f2be 100644 --- a/r3bsource/rolu/R3BRoluReader.h +++ b/r3bsource/rolu/R3BRoluReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/rolu/R3BRoluReaderOnline.cxx b/r3bsource/rolu/R3BRoluReaderOnline.cxx index 2c3b219d2..bd4d25f81 100644 --- a/r3bsource/rolu/R3BRoluReaderOnline.cxx +++ b/r3bsource/rolu/R3BRoluReaderOnline.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/rolu/R3BRoluReaderOnline.h b/r3bsource/rolu/R3BRoluReaderOnline.h index 8025a0971..5809ca306 100644 --- a/r3bsource/rolu/R3BRoluReaderOnline.h +++ b/r3bsource/rolu/R3BRoluReaderOnline.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/rolu/ext_h101_rolu.h b/r3bsource/rolu/ext_h101_rolu.h index c3f525f3d..182629c07 100644 --- a/r3bsource/rolu/ext_h101_rolu.h +++ b/r3bsource/rolu/ext_h101_rolu.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/rolu/ext_h101_rolu_online.h b/r3bsource/rolu/ext_h101_rolu_online.h index 575bd9461..2ab97555d 100644 --- a/r3bsource/rolu/ext_h101_rolu_online.h +++ b/r3bsource/rolu/ext_h101_rolu_online.h @@ -9,16 +9,16 @@ #define __GUARD_H101_ROLU_EXT_H101_ROLU_H__ #ifndef __CINT__ -# include +#include #else /* For CINT (old version trouble with stdint.h): */ -# ifndef uint32_t +#ifndef uint32_t typedef unsigned int uint32_t; -typedef int int32_t; -# endif +typedef int int32_t; +#endif #endif #ifndef EXT_STRUCT_CTRL -# define EXT_STRUCT_CTRL(x) +#define EXT_STRUCT_CTRL(x) #endif /******************************************************** @@ -28,27 +28,27 @@ typedef int int32_t; typedef struct EXT_STR_h101_ROLU_NOTRIG_t { - /* RAW */ - uint32_t ROLU1TTFLM /* [1,4] */; - uint32_t ROLU1TTFLMI[4 EXT_STRUCT_CTRL(ROLU1TTFLM)] /* [1,4] */; - uint32_t ROLU1TTFLME[4 EXT_STRUCT_CTRL(ROLU1TTFLM)] /* [1,128] */; - uint32_t ROLU1TTFL /* [0,128] */; - uint32_t ROLU1TTFLv[128 EXT_STRUCT_CTRL(ROLU1TTFL)] /* [0,65535] */; - uint32_t ROLU1TTFTM /* [1,4] */; - uint32_t ROLU1TTFTMI[4 EXT_STRUCT_CTRL(ROLU1TTFTM)] /* [1,4] */; - uint32_t ROLU1TTFTME[4 EXT_STRUCT_CTRL(ROLU1TTFTM)] /* [1,128] */; - uint32_t ROLU1TTFT /* [0,128] */; - uint32_t ROLU1TTFTv[128 EXT_STRUCT_CTRL(ROLU1TTFT)] /* [0,65535] */; - uint32_t ROLU1TTCLM /* [1,4] */; - uint32_t ROLU1TTCLMI[4 EXT_STRUCT_CTRL(ROLU1TTCLM)] /* [1,4] */; - uint32_t ROLU1TTCLME[4 EXT_STRUCT_CTRL(ROLU1TTCLM)] /* [1,128] */; - uint32_t ROLU1TTCL /* [0,128] */; - uint32_t ROLU1TTCLv[128 EXT_STRUCT_CTRL(ROLU1TTCL)] /* [0,65535] */; - uint32_t ROLU1TTCTM /* [1,4] */; - uint32_t ROLU1TTCTMI[4 EXT_STRUCT_CTRL(ROLU1TTCTM)] /* [1,4] */; - uint32_t ROLU1TTCTME[4 EXT_STRUCT_CTRL(ROLU1TTCTM)] /* [1,128] */; - uint32_t ROLU1TTCT /* [0,128] */; - uint32_t ROLU1TTCTv[128 EXT_STRUCT_CTRL(ROLU1TTCT)] /* [0,65535] */; + /* RAW */ + uint32_t ROLU1TTFLM /* [1,4] */; + uint32_t ROLU1TTFLMI[4 EXT_STRUCT_CTRL(ROLU1TTFLM)] /* [1,4] */; + uint32_t ROLU1TTFLME[4 EXT_STRUCT_CTRL(ROLU1TTFLM)] /* [1,128] */; + uint32_t ROLU1TTFL /* [0,128] */; + uint32_t ROLU1TTFLv[128 EXT_STRUCT_CTRL(ROLU1TTFL)] /* [0,65535] */; + uint32_t ROLU1TTFTM /* [1,4] */; + uint32_t ROLU1TTFTMI[4 EXT_STRUCT_CTRL(ROLU1TTFTM)] /* [1,4] */; + uint32_t ROLU1TTFTME[4 EXT_STRUCT_CTRL(ROLU1TTFTM)] /* [1,128] */; + uint32_t ROLU1TTFT /* [0,128] */; + uint32_t ROLU1TTFTv[128 EXT_STRUCT_CTRL(ROLU1TTFT)] /* [0,65535] */; + uint32_t ROLU1TTCLM /* [1,4] */; + uint32_t ROLU1TTCLMI[4 EXT_STRUCT_CTRL(ROLU1TTCLM)] /* [1,4] */; + uint32_t ROLU1TTCLME[4 EXT_STRUCT_CTRL(ROLU1TTCLM)] /* [1,128] */; + uint32_t ROLU1TTCL /* [0,128] */; + uint32_t ROLU1TTCLv[128 EXT_STRUCT_CTRL(ROLU1TTCL)] /* [0,65535] */; + uint32_t ROLU1TTCTM /* [1,4] */; + uint32_t ROLU1TTCTMI[4 EXT_STRUCT_CTRL(ROLU1TTCTM)] /* [1,4] */; + uint32_t ROLU1TTCTME[4 EXT_STRUCT_CTRL(ROLU1TTCTM)] /* [1,128] */; + uint32_t ROLU1TTCT /* [0,128] */; + uint32_t ROLU1TTCTv[128 EXT_STRUCT_CTRL(ROLU1TTCT)] /* [0,65535] */; } EXT_STR_h101_ROLU_NOTRIG; @@ -60,99 +60,62 @@ typedef struct EXT_STR_h101_ROLU_NOTRIG_t typedef struct EXT_STR_h101_ROLU_NOTRIG_onion_t { - /* RAW */ - struct { - uint32_t TTFLM; - uint32_t TTFLMI[4 /* TTFLM */]; - uint32_t TTFLME[4 /* TTFLM */]; - uint32_t TTFL; - uint32_t TTFLv[128 /* TTFL */]; - uint32_t TTFTM; - uint32_t TTFTMI[4 /* TTFTM */]; - uint32_t TTFTME[4 /* TTFTM */]; - uint32_t TTFT; - uint32_t TTFTv[128 /* TTFT */]; - uint32_t TTCLM; - uint32_t TTCLMI[4 /* TTCLM */]; - uint32_t TTCLME[4 /* TTCLM */]; - uint32_t TTCL; - uint32_t TTCLv[128 /* TTCL */]; - uint32_t TTCTM; - uint32_t TTCTMI[4 /* TTCTM */]; - uint32_t TTCTME[4 /* TTCTM */]; - uint32_t TTCT; - uint32_t TTCTv[128 /* TTCT */]; - } ROLU[1]; + /* RAW */ + struct + { + uint32_t TTFLM; + uint32_t TTFLMI[4 /* TTFLM */]; + uint32_t TTFLME[4 /* TTFLM */]; + uint32_t TTFL; + uint32_t TTFLv[128 /* TTFL */]; + uint32_t TTFTM; + uint32_t TTFTMI[4 /* TTFTM */]; + uint32_t TTFTME[4 /* TTFTM */]; + uint32_t TTFT; + uint32_t TTFTv[128 /* TTFT */]; + uint32_t TTCLM; + uint32_t TTCLMI[4 /* TTCLM */]; + uint32_t TTCLME[4 /* TTCLM */]; + uint32_t TTCL; + uint32_t TTCLv[128 /* TTCL */]; + uint32_t TTCTM; + uint32_t TTCTMI[4 /* TTCTM */]; + uint32_t TTCTME[4 /* TTCTM */]; + uint32_t TTCT; + uint32_t TTCTv[128 /* TTCT */]; + } ROLU[1]; } EXT_STR_h101_ROLU_NOTRIG_onion; /*******************************************************/ -#define EXT_STR_h101_ROLU_NOTRIG_ITEMS_INFO(ok,si,offset,struct_t,printerr) do { \ - ok = 1; \ - /* RAW */ \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTFLM, UINT32,\ - "ROLU1TTFLM",4); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTFLMI, UINT32,\ - "ROLU1TTFLMI", "ROLU1TTFLM"); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTFLME, UINT32,\ - "ROLU1TTFLME", "ROLU1TTFLM"); \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTFL, UINT32,\ - "ROLU1TTFL",128); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTFLv, UINT32,\ - "ROLU1TTFLv", "ROLU1TTFL"); \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTFTM, UINT32,\ - "ROLU1TTFTM",4); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTFTMI, UINT32,\ - "ROLU1TTFTMI", "ROLU1TTFTM"); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTFTME, UINT32,\ - "ROLU1TTFTME", "ROLU1TTFTM"); \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTFT, UINT32,\ - "ROLU1TTFT",128); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTFTv, UINT32,\ - "ROLU1TTFTv", "ROLU1TTFT"); \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTCLM, UINT32,\ - "ROLU1TTCLM",4); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTCLMI, UINT32,\ - "ROLU1TTCLMI", "ROLU1TTCLM"); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTCLME, UINT32,\ - "ROLU1TTCLME", "ROLU1TTCLM"); \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTCL, UINT32,\ - "ROLU1TTCL",128); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTCLv, UINT32,\ - "ROLU1TTCLv", "ROLU1TTCL"); \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTCTM, UINT32,\ - "ROLU1TTCTM",4); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTCTMI, UINT32,\ - "ROLU1TTCTMI", "ROLU1TTCTM"); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTCTME, UINT32,\ - "ROLU1TTCTME", "ROLU1TTCTM"); \ - EXT_STR_ITEM_INFO_LIM(ok,si,offset,struct_t,printerr,\ - ROLU1TTCT, UINT32,\ - "ROLU1TTCT",128); \ - EXT_STR_ITEM_INFO_ZZP(ok,si,offset,struct_t,printerr,\ - ROLU1TTCTv, UINT32,\ - "ROLU1TTCTv", "ROLU1TTCT"); \ - \ -} while (0); -#endif/*__GUARD_H101_ROLU_EXT_H101_ROLU_H__*/ +#define EXT_STR_h101_ROLU_NOTRIG_ITEMS_INFO(ok, si, offset, struct_t, printerr) \ + do \ + { \ + ok = 1; \ + /* RAW */ \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTFLM, UINT32, "ROLU1TTFLM", 4); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTFLMI, UINT32, "ROLU1TTFLMI", "ROLU1TTFLM"); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTFLME, UINT32, "ROLU1TTFLME", "ROLU1TTFLM"); \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTFL, UINT32, "ROLU1TTFL", 128); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTFLv, UINT32, "ROLU1TTFLv", "ROLU1TTFL"); \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTFTM, UINT32, "ROLU1TTFTM", 4); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTFTMI, UINT32, "ROLU1TTFTMI", "ROLU1TTFTM"); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTFTME, UINT32, "ROLU1TTFTME", "ROLU1TTFTM"); \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTFT, UINT32, "ROLU1TTFT", 128); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTFTv, UINT32, "ROLU1TTFTv", "ROLU1TTFT"); \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTCLM, UINT32, "ROLU1TTCLM", 4); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTCLMI, UINT32, "ROLU1TTCLMI", "ROLU1TTCLM"); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTCLME, UINT32, "ROLU1TTCLME", "ROLU1TTCLM"); \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTCL, UINT32, "ROLU1TTCL", 128); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTCLv, UINT32, "ROLU1TTCLv", "ROLU1TTCL"); \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTCTM, UINT32, "ROLU1TTCTM", 4); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTCTMI, UINT32, "ROLU1TTCTMI", "ROLU1TTCTM"); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTCTME, UINT32, "ROLU1TTCTME", "ROLU1TTCTM"); \ + EXT_STR_ITEM_INFO_LIM(ok, si, offset, struct_t, printerr, ROLU1TTCT, UINT32, "ROLU1TTCT", 128); \ + EXT_STR_ITEM_INFO_ZZP(ok, si, offset, struct_t, printerr, ROLU1TTCTv, UINT32, "ROLU1TTCTv", "ROLU1TTCT"); \ + \ + } while (0); +#endif /*__GUARD_H101_ROLU_EXT_H101_ROLU_H__*/ /*******************************************************/ diff --git a/r3bsource/rpc/R3BRpcReader.cxx b/r3bsource/rpc/R3BRpcReader.cxx index b9c5a78c9..158c55afd 100644 --- a/r3bsource/rpc/R3BRpcReader.cxx +++ b/r3bsource/rpc/R3BRpcReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/rpc/R3BRpcReader.h b/r3bsource/rpc/R3BRpcReader.h index 2e87f4ef6..36d6cf654 100644 --- a/r3bsource/rpc/R3BRpcReader.h +++ b/r3bsource/rpc/R3BRpcReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sci2/R3BSci2Reader.cxx b/r3bsource/sci2/R3BSci2Reader.cxx index 35ea70a7f..b93f2f85c 100644 --- a/r3bsource/sci2/R3BSci2Reader.cxx +++ b/r3bsource/sci2/R3BSci2Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sci2/R3BSci2Reader.h b/r3bsource/sci2/R3BSci2Reader.h index 58501dc96..93fef6ed3 100644 --- a/r3bsource/sci2/R3BSci2Reader.h +++ b/r3bsource/sci2/R3BSci2Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sci2/ext_h101_sci2.h b/r3bsource/sci2/ext_h101_sci2.h index e3d187679..d18eabada 100644 --- a/r3bsource/sci2/ext_h101_sci2.h +++ b/r3bsource/sci2/ext_h101_sci2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sci8/R3BSci8Reader.cxx b/r3bsource/sci8/R3BSci8Reader.cxx index 72f53adcb..b5636b1fe 100644 --- a/r3bsource/sci8/R3BSci8Reader.cxx +++ b/r3bsource/sci8/R3BSci8Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sci8/R3BSci8Reader.h b/r3bsource/sci8/R3BSci8Reader.h index 1c4e96496..38d6cc102 100644 --- a/r3bsource/sci8/R3BSci8Reader.h +++ b/r3bsource/sci8/R3BSci8Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sci8/ext_h101_sci8.h b/r3bsource/sci8/ext_h101_sci8.h index 07160f1f4..fec063e56 100644 --- a/r3bsource/sci8/ext_h101_sci8.h +++ b/r3bsource/sci8/ext_h101_sci8.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/stubes/R3BStrawtubesReader.cxx b/r3bsource/stubes/R3BStrawtubesReader.cxx index 40afe7c48..ed3b2e086 100644 --- a/r3bsource/stubes/R3BStrawtubesReader.cxx +++ b/r3bsource/stubes/R3BStrawtubesReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/stubes/R3BStrawtubesReader.h b/r3bsource/stubes/R3BStrawtubesReader.h index e2bc68a19..be40a2a20 100644 --- a/r3bsource/stubes/R3BStrawtubesReader.h +++ b/r3bsource/stubes/R3BStrawtubesReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/stubes/ext_h101_strawtubes.h b/r3bsource/stubes/ext_h101_strawtubes.h index 8858ca54c..12469dc3a 100644 --- a/r3bsource/stubes/ext_h101_strawtubes.h +++ b/r3bsource/stubes/ext_h101_strawtubes.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sync_check/R3BSyncCheckReader.cxx b/r3bsource/sync_check/R3BSyncCheckReader.cxx index 7b45c4cf6..cf99f91ef 100644 --- a/r3bsource/sync_check/R3BSyncCheckReader.cxx +++ b/r3bsource/sync_check/R3BSyncCheckReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sync_check/R3BSyncCheckReader.h b/r3bsource/sync_check/R3BSyncCheckReader.h index cdf569440..4ef1f60d4 100644 --- a/r3bsource/sync_check/R3BSyncCheckReader.h +++ b/r3bsource/sync_check/R3BSyncCheckReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/sync_check/ext_h101_sync_check.h b/r3bsource/sync_check/ext_h101_sync_check.h index 48aac0577..aad796d55 100644 --- a/r3bsource/sync_check/ext_h101_sync_check.h +++ b/r3bsource/sync_check/ext_h101_sync_check.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/R3BPtofReader.cxx b/r3bsource/tofd/R3BPtofReader.cxx index 054ee96a2..c4523b953 100644 --- a/r3bsource/tofd/R3BPtofReader.cxx +++ b/r3bsource/tofd/R3BPtofReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/R3BPtofReader.h b/r3bsource/tofd/R3BPtofReader.h index a507b754f..506bb99c5 100644 --- a/r3bsource/tofd/R3BPtofReader.h +++ b/r3bsource/tofd/R3BPtofReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/R3BTofdReader.cxx b/r3bsource/tofd/R3BTofdReader.cxx index 02819c600..512c4659e 100644 --- a/r3bsource/tofd/R3BTofdReader.cxx +++ b/r3bsource/tofd/R3BTofdReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/R3BTofdReader.h b/r3bsource/tofd/R3BTofdReader.h index 476cb7f8d..961fef268 100644 --- a/r3bsource/tofd/R3BTofdReader.h +++ b/r3bsource/tofd/R3BTofdReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/ext_h101_ptof.h b/r3bsource/tofd/ext_h101_ptof.h index 8a816b688..1a6c2e941 100644 --- a/r3bsource/tofd/ext_h101_ptof.h +++ b/r3bsource/tofd/ext_h101_ptof.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/ext_h101_tof.h b/r3bsource/tofd/ext_h101_tof.h index 0fea19fa6..a48954f20 100644 --- a/r3bsource/tofd/ext_h101_tof.h +++ b/r3bsource/tofd/ext_h101_tof.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/ext_h101_tofd.h b/r3bsource/tofd/ext_h101_tofd.h index 34235cfa3..90b7aafc1 100644 --- a/r3bsource/tofd/ext_h101_tofd.h +++ b/r3bsource/tofd/ext_h101_tofd.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofd/ext_h101_tofd2.h b/r3bsource/tofd/ext_h101_tofd2.h index 5ad35f3b0..e9032af0d 100644 --- a/r3bsource/tofd/ext_h101_tofd2.h +++ b/r3bsource/tofd/ext_h101_tofd2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofi/R3BTofiReader.cxx b/r3bsource/tofi/R3BTofiReader.cxx index 31ca540c3..68750c94e 100644 --- a/r3bsource/tofi/R3BTofiReader.cxx +++ b/r3bsource/tofi/R3BTofiReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofi/R3BTofiReader.h b/r3bsource/tofi/R3BTofiReader.h index 6fa5e9996..7cba393c9 100644 --- a/r3bsource/tofi/R3BTofiReader.h +++ b/r3bsource/tofi/R3BTofiReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tofi/ext_h101_tofi.h b/r3bsource/tofi/ext_h101_tofi.h index fcc0e3ca5..9fc5c5109 100644 --- a/r3bsource/tofi/ext_h101_tofi.h +++ b/r3bsource/tofi/ext_h101_tofi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiSampReader.cxx b/r3bsource/trloii/R3BTrloiiSampReader.cxx index c6b7384af..6ffb66bcb 100644 --- a/r3bsource/trloii/R3BTrloiiSampReader.cxx +++ b/r3bsource/trloii/R3BTrloiiSampReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiSampReader.h b/r3bsource/trloii/R3BTrloiiSampReader.h index a99af9e5a..f5ad34f44 100644 --- a/r3bsource/trloii/R3BTrloiiSampReader.h +++ b/r3bsource/trloii/R3BTrloiiSampReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiScalerReader.cxx b/r3bsource/trloii/R3BTrloiiScalerReader.cxx index 867ca7cd4..c9d757439 100644 --- a/r3bsource/trloii/R3BTrloiiScalerReader.cxx +++ b/r3bsource/trloii/R3BTrloiiScalerReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiScalerReader.h b/r3bsource/trloii/R3BTrloiiScalerReader.h index 01c722361..7a1487a36 100644 --- a/r3bsource/trloii/R3BTrloiiScalerReader.h +++ b/r3bsource/trloii/R3BTrloiiScalerReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiScalerReader_s467.cxx b/r3bsource/trloii/R3BTrloiiScalerReader_s467.cxx index e0915e9cf..fe69ae48e 100644 --- a/r3bsource/trloii/R3BTrloiiScalerReader_s467.cxx +++ b/r3bsource/trloii/R3BTrloiiScalerReader_s467.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiScalerReader_s467.h b/r3bsource/trloii/R3BTrloiiScalerReader_s467.h index 0171f0964..132d5369a 100644 --- a/r3bsource/trloii/R3BTrloiiScalerReader_s467.h +++ b/r3bsource/trloii/R3BTrloiiScalerReader_s467.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiTpatReader.cxx b/r3bsource/trloii/R3BTrloiiTpatReader.cxx index a9f209e11..4045961e4 100644 --- a/r3bsource/trloii/R3BTrloiiTpatReader.cxx +++ b/r3bsource/trloii/R3BTrloiiTpatReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/R3BTrloiiTpatReader.h b/r3bsource/trloii/R3BTrloiiTpatReader.h index 2c32dad09..3369ca3a2 100644 --- a/r3bsource/trloii/R3BTrloiiTpatReader.h +++ b/r3bsource/trloii/R3BTrloiiTpatReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/ext_h101_tpat.h b/r3bsource/trloii/ext_h101_tpat.h index 7c7e1bfdd..c090bc422 100644 --- a/r3bsource/trloii/ext_h101_tpat.h +++ b/r3bsource/trloii/ext_h101_tpat.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/ext_h101_trlo.h b/r3bsource/trloii/ext_h101_trlo.h index 18169f9ed..ea6db92ab 100644 --- a/r3bsource/trloii/ext_h101_trlo.h +++ b/r3bsource/trloii/ext_h101_trlo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/trloii/ext_h101_trlo_s467.h b/r3bsource/trloii/ext_h101_trlo_s467.h index 230b63eab..f23083249 100644 --- a/r3bsource/trloii/ext_h101_trlo_s467.h +++ b/r3bsource/trloii/ext_h101_trlo_s467.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tttx/R3BTttxReader.cxx b/r3bsource/tttx/R3BTttxReader.cxx index bc14f89b8..5cc322e6c 100644 --- a/r3bsource/tttx/R3BTttxReader.cxx +++ b/r3bsource/tttx/R3BTttxReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/tttx/R3BTttxReader.h b/r3bsource/tttx/R3BTttxReader.h index 8047ffd36..959144861 100644 --- a/r3bsource/tttx/R3BTttxReader.h +++ b/r3bsource/tttx/R3BTttxReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/twim/R3BTwimReader.cxx b/r3bsource/twim/R3BTwimReader.cxx index 8ffda2d1e..d01834a4b 100644 --- a/r3bsource/twim/R3BTwimReader.cxx +++ b/r3bsource/twim/R3BTwimReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/twim/R3BTwimReader.h b/r3bsource/twim/R3BTwimReader.h index f6e0e4565..334df42eb 100644 --- a/r3bsource/twim/R3BTwimReader.h +++ b/r3bsource/twim/R3BTwimReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/twim/ext_h101_twim.h b/r3bsource/twim/ext_h101_twim.h index 100264d94..877cc2112 100644 --- a/r3bsource/twim/ext_h101_twim.h +++ b/r3bsource/twim/ext_h101_twim.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BTimestampMasterReader.cxx b/r3bsource/wr/R3BTimestampMasterReader.cxx index e7359930f..d8bd75c8b 100644 --- a/r3bsource/wr/R3BTimestampMasterReader.cxx +++ b/r3bsource/wr/R3BTimestampMasterReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BTimestampMasterReader.h b/r3bsource/wr/R3BTimestampMasterReader.h index 11971f9c6..04722f8b7 100644 --- a/r3bsource/wr/R3BTimestampMasterReader.h +++ b/r3bsource/wr/R3BTimestampMasterReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitMasterReader.cxx b/r3bsource/wr/R3BWhiterabbitMasterReader.cxx index 378cac389..d6314e723 100644 --- a/r3bsource/wr/R3BWhiterabbitMasterReader.cxx +++ b/r3bsource/wr/R3BWhiterabbitMasterReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitMasterReader.h b/r3bsource/wr/R3BWhiterabbitMasterReader.h index e782662ee..88bdf3f47 100644 --- a/r3bsource/wr/R3BWhiterabbitMasterReader.h +++ b/r3bsource/wr/R3BWhiterabbitMasterReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitPspReader.cxx b/r3bsource/wr/R3BWhiterabbitPspReader.cxx index 6b52b9e7c..a8a8fa626 100644 --- a/r3bsource/wr/R3BWhiterabbitPspReader.cxx +++ b/r3bsource/wr/R3BWhiterabbitPspReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitPspReader.h b/r3bsource/wr/R3BWhiterabbitPspReader.h index f61082dbf..10a9a7529 100644 --- a/r3bsource/wr/R3BWhiterabbitPspReader.h +++ b/r3bsource/wr/R3BWhiterabbitPspReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitReader.cxx b/r3bsource/wr/R3BWhiterabbitReader.cxx index bb592d5d0..b72a0f511 100644 --- a/r3bsource/wr/R3BWhiterabbitReader.cxx +++ b/r3bsource/wr/R3BWhiterabbitReader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitReaderImpl.h b/r3bsource/wr/R3BWhiterabbitReaderImpl.h index a88baf520..ff603956d 100644 --- a/r3bsource/wr/R3BWhiterabbitReaderImpl.h +++ b/r3bsource/wr/R3BWhiterabbitReaderImpl.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitS2Reader.cxx b/r3bsource/wr/R3BWhiterabbitS2Reader.cxx index 2f1ccce9b..1e370af6d 100644 --- a/r3bsource/wr/R3BWhiterabbitS2Reader.cxx +++ b/r3bsource/wr/R3BWhiterabbitS2Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitS2Reader.h b/r3bsource/wr/R3BWhiterabbitS2Reader.h index fa6bf068e..1a5ced479 100644 --- a/r3bsource/wr/R3BWhiterabbitS2Reader.h +++ b/r3bsource/wr/R3BWhiterabbitS2Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitS8Reader.cxx b/r3bsource/wr/R3BWhiterabbitS8Reader.cxx index 1bc2bc24f..55034ee8e 100644 --- a/r3bsource/wr/R3BWhiterabbitS8Reader.cxx +++ b/r3bsource/wr/R3BWhiterabbitS8Reader.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/R3BWhiterabbitS8Reader.h b/r3bsource/wr/R3BWhiterabbitS8Reader.h index 449414ee8..652c19317 100644 --- a/r3bsource/wr/R3BWhiterabbitS8Reader.h +++ b/r3bsource/wr/R3BWhiterabbitS8Reader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/ext_h101_timestamp_master.h b/r3bsource/wr/ext_h101_timestamp_master.h index 70227f6f8..8c382986f 100644 --- a/r3bsource/wr/ext_h101_timestamp_master.h +++ b/r3bsource/wr/ext_h101_timestamp_master.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/ext_h101_whiterabbit.h b/r3bsource/wr/ext_h101_whiterabbit.h index 09fee8daa..856533201 100644 --- a/r3bsource/wr/ext_h101_whiterabbit.h +++ b/r3bsource/wr/ext_h101_whiterabbit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/ext_h101_wrmaster.h b/r3bsource/wr/ext_h101_wrmaster.h index 10965de8a..7b1b6d1c8 100644 --- a/r3bsource/wr/ext_h101_wrmaster.h +++ b/r3bsource/wr/ext_h101_wrmaster.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/ext_h101_wrs2.h b/r3bsource/wr/ext_h101_wrs2.h index 4c8d05cdb..577adc3cb 100644 --- a/r3bsource/wr/ext_h101_wrs2.h +++ b/r3bsource/wr/ext_h101_wrs2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/r3bsource/wr/ext_h101_wrs8.h b/r3bsource/wr/ext_h101_wrs8.h index 83e81bc37..4d6672dcd 100644 --- a/r3bsource/wr/ext_h101_wrs8.h +++ b/r3bsource/wr/ext_h101_wrs8.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/CMakeLists.txt b/rolu/CMakeLists.txt index d19aa4a87..344e3a373 100644 --- a/rolu/CMakeLists.txt +++ b/rolu/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/rolu/R3BRoluCal2Hit.cxx b/rolu/R3BRoluCal2Hit.cxx index cb4d34019..b40c4730a 100644 --- a/rolu/R3BRoluCal2Hit.cxx +++ b/rolu/R3BRoluCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/R3BRoluCal2Hit.h b/rolu/R3BRoluCal2Hit.h index 01e3191ff..8f7e82167 100644 --- a/rolu/R3BRoluCal2Hit.h +++ b/rolu/R3BRoluCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/R3BRoluMapped2Cal.cxx b/rolu/R3BRoluMapped2Cal.cxx index dc1584dd4..8ac4bd858 100644 --- a/rolu/R3BRoluMapped2Cal.cxx +++ b/rolu/R3BRoluMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/R3BRoluMapped2Cal.h b/rolu/R3BRoluMapped2Cal.h index 265f087a8..e35fe228a 100644 --- a/rolu/R3BRoluMapped2Cal.h +++ b/rolu/R3BRoluMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/R3BRoluMapped2CalPar.cxx b/rolu/R3BRoluMapped2CalPar.cxx index 2da2e0357..382568157 100644 --- a/rolu/R3BRoluMapped2CalPar.cxx +++ b/rolu/R3BRoluMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/R3BRoluMapped2CalPar.h b/rolu/R3BRoluMapped2CalPar.h index 89c73a4d7..7232a90ec 100644 --- a/rolu/R3BRoluMapped2CalPar.h +++ b/rolu/R3BRoluMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/R3BRoluOnlineSpectra.cxx b/rolu/R3BRoluOnlineSpectra.cxx index 031248df1..6b57ab411 100644 --- a/rolu/R3BRoluOnlineSpectra.cxx +++ b/rolu/R3BRoluOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/R3BRoluOnlineSpectra.h b/rolu/R3BRoluOnlineSpectra.h index dc604d398..7f7d5d566 100644 --- a/rolu/R3BRoluOnlineSpectra.h +++ b/rolu/R3BRoluOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rolu/RoluLinkDef.h b/rolu/RoluLinkDef.h index 4adb8d8bd..162ed42bd 100644 --- a/rolu/RoluLinkDef.h +++ b/rolu/RoluLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/RpcLinkDef.h b/rpc/RpcLinkDef.h index df8e32000..429006ddd 100644 --- a/rpc/RpcLinkDef.h +++ b/rpc/RpcLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcCal2Hit.cxx b/rpc/calibration/R3BRpcCal2Hit.cxx index 8a3d69715..09a0d3c72 100644 --- a/rpc/calibration/R3BRpcCal2Hit.cxx +++ b/rpc/calibration/R3BRpcCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcCal2Hit.h b/rpc/calibration/R3BRpcCal2Hit.h index a9e0fa7a1..f83a0a73c 100644 --- a/rpc/calibration/R3BRpcCal2Hit.h +++ b/rpc/calibration/R3BRpcCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcCal2HitPar.cxx b/rpc/calibration/R3BRpcCal2HitPar.cxx index 36072a177..257879bee 100644 --- a/rpc/calibration/R3BRpcCal2HitPar.cxx +++ b/rpc/calibration/R3BRpcCal2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcCal2HitPar.h b/rpc/calibration/R3BRpcCal2HitPar.h index 06b256a5c..3a872f5ee 100644 --- a/rpc/calibration/R3BRpcCal2HitPar.h +++ b/rpc/calibration/R3BRpcCal2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcMapped2PreCal.cxx b/rpc/calibration/R3BRpcMapped2PreCal.cxx index 621a54ff9..1f055b25b 100644 --- a/rpc/calibration/R3BRpcMapped2PreCal.cxx +++ b/rpc/calibration/R3BRpcMapped2PreCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcMapped2PreCal.h b/rpc/calibration/R3BRpcMapped2PreCal.h index c03a772ce..4cb598860 100644 --- a/rpc/calibration/R3BRpcMapped2PreCal.h +++ b/rpc/calibration/R3BRpcMapped2PreCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcMapped2PreCalPar.cxx b/rpc/calibration/R3BRpcMapped2PreCalPar.cxx index 7c7f809b0..d15651477 100644 --- a/rpc/calibration/R3BRpcMapped2PreCalPar.cxx +++ b/rpc/calibration/R3BRpcMapped2PreCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcMapped2PreCalPar.h b/rpc/calibration/R3BRpcMapped2PreCalPar.h index 7d4979158..70f58736b 100644 --- a/rpc/calibration/R3BRpcMapped2PreCalPar.h +++ b/rpc/calibration/R3BRpcMapped2PreCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcPreCal2Cal.cxx b/rpc/calibration/R3BRpcPreCal2Cal.cxx index 81430ee8d..1d33a4a6f 100644 --- a/rpc/calibration/R3BRpcPreCal2Cal.cxx +++ b/rpc/calibration/R3BRpcPreCal2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcPreCal2Cal.h b/rpc/calibration/R3BRpcPreCal2Cal.h index a99d6b13c..e2ea2817a 100644 --- a/rpc/calibration/R3BRpcPreCal2Cal.h +++ b/rpc/calibration/R3BRpcPreCal2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcPreCal2CalPar.cxx b/rpc/calibration/R3BRpcPreCal2CalPar.cxx index de7ff82f4..37a6a700c 100644 --- a/rpc/calibration/R3BRpcPreCal2CalPar.cxx +++ b/rpc/calibration/R3BRpcPreCal2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/calibration/R3BRpcPreCal2CalPar.h b/rpc/calibration/R3BRpcPreCal2CalPar.h index 8fb00fb81..4b70b7774 100644 --- a/rpc/calibration/R3BRpcPreCal2CalPar.h +++ b/rpc/calibration/R3BRpcPreCal2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/digi/R3BRpcDigitizer.cxx b/rpc/digi/R3BRpcDigitizer.cxx index 2bc9defe8..1775301e0 100644 --- a/rpc/digi/R3BRpcDigitizer.cxx +++ b/rpc/digi/R3BRpcDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/digi/R3BRpcDigitizer.h b/rpc/digi/R3BRpcDigitizer.h index 7239bea45..861736c18 100644 --- a/rpc/digi/R3BRpcDigitizer.h +++ b/rpc/digi/R3BRpcDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/online/R3BRpcOnlineSpectra.cxx b/rpc/online/R3BRpcOnlineSpectra.cxx index 5f00b87d5..e52163d97 100644 --- a/rpc/online/R3BRpcOnlineSpectra.cxx +++ b/rpc/online/R3BRpcOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/online/R3BRpcOnlineSpectra.h b/rpc/online/R3BRpcOnlineSpectra.h index 8959ebb78..4fde0df45 100644 --- a/rpc/online/R3BRpcOnlineSpectra.h +++ b/rpc/online/R3BRpcOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/pars/R3BRpcContFact.cxx b/rpc/pars/R3BRpcContFact.cxx index a1482b04b..51b470a57 100644 --- a/rpc/pars/R3BRpcContFact.cxx +++ b/rpc/pars/R3BRpcContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/pars/R3BRpcContFact.h b/rpc/pars/R3BRpcContFact.h index 1097cbe79..600b9e59b 100644 --- a/rpc/pars/R3BRpcContFact.h +++ b/rpc/pars/R3BRpcContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/pars/R3BRpcHitPar.cxx b/rpc/pars/R3BRpcHitPar.cxx index d6a5a034a..7341dfe5a 100644 --- a/rpc/pars/R3BRpcHitPar.cxx +++ b/rpc/pars/R3BRpcHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/pars/R3BRpcHitPar.h b/rpc/pars/R3BRpcHitPar.h index 65aca48fc..aea53e53a 100644 --- a/rpc/pars/R3BRpcHitPar.h +++ b/rpc/pars/R3BRpcHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/pars/R3BRpcTotCalPar.cxx b/rpc/pars/R3BRpcTotCalPar.cxx index 7ee6ab555..33c2989d9 100644 --- a/rpc/pars/R3BRpcTotCalPar.cxx +++ b/rpc/pars/R3BRpcTotCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/pars/R3BRpcTotCalPar.h b/rpc/pars/R3BRpcTotCalPar.h index 7b80b093f..ac7c92f13 100644 --- a/rpc/pars/R3BRpcTotCalPar.h +++ b/rpc/pars/R3BRpcTotCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/sim/R3BRpc.cxx b/rpc/sim/R3BRpc.cxx index b4a5314b2..4ba2d4ba1 100644 --- a/rpc/sim/R3BRpc.cxx +++ b/rpc/sim/R3BRpc.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/sim/R3BRpc.h b/rpc/sim/R3BRpc.h index 3e138eb25..bf57b9731 100644 --- a/rpc/sim/R3BRpc.h +++ b/rpc/sim/R3BRpc.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/rpc/test/testRpcContainerPar.cxx b/rpc/test/testRpcContainerPar.cxx index f0ec7652e..6aa4b4933 100644 --- a/rpc/test/testRpcContainerPar.cxx +++ b/rpc/test/testRpcContainerPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/CMakeLists.txt b/sci2/CMakeLists.txt index 6f8fe7bd5..96a2c8723 100644 --- a/sci2/CMakeLists.txt +++ b/sci2/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/sci2/Sci2LinkDef.h b/sci2/Sci2LinkDef.h index 55f7b3cc1..9fddb6dd7 100644 --- a/sci2/Sci2LinkDef.h +++ b/sci2/Sci2LinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/calib/R3BSci2Mapped2Cal.cxx b/sci2/calib/R3BSci2Mapped2Cal.cxx index 315e70f5d..6e8e5978b 100644 --- a/sci2/calib/R3BSci2Mapped2Cal.cxx +++ b/sci2/calib/R3BSci2Mapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/calib/R3BSci2Mapped2Cal.h b/sci2/calib/R3BSci2Mapped2Cal.h index dd0bfeda2..a2d3ed334 100644 --- a/sci2/calib/R3BSci2Mapped2Cal.h +++ b/sci2/calib/R3BSci2Mapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/calib/R3BSci2Mapped2Tcal.cxx b/sci2/calib/R3BSci2Mapped2Tcal.cxx index d16c3eaa0..1109ce0eb 100644 --- a/sci2/calib/R3BSci2Mapped2Tcal.cxx +++ b/sci2/calib/R3BSci2Mapped2Tcal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/calib/R3BSci2Mapped2Tcal.h b/sci2/calib/R3BSci2Mapped2Tcal.h index 828dd77af..9ccaf56a6 100644 --- a/sci2/calib/R3BSci2Mapped2Tcal.h +++ b/sci2/calib/R3BSci2Mapped2Tcal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/calib/R3BSci2Tcal2Hit.cxx b/sci2/calib/R3BSci2Tcal2Hit.cxx index ff1056d6d..277a646dd 100644 --- a/sci2/calib/R3BSci2Tcal2Hit.cxx +++ b/sci2/calib/R3BSci2Tcal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/calib/R3BSci2Tcal2Hit.h b/sci2/calib/R3BSci2Tcal2Hit.h index 201941401..046a17ea8 100644 --- a/sci2/calib/R3BSci2Tcal2Hit.h +++ b/sci2/calib/R3BSci2Tcal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/online/R3BOnlineSpectraSci2.cxx b/sci2/online/R3BOnlineSpectraSci2.cxx index e564259ff..a6092d1af 100644 --- a/sci2/online/R3BOnlineSpectraSci2.cxx +++ b/sci2/online/R3BOnlineSpectraSci2.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/online/R3BOnlineSpectraSci2.h b/sci2/online/R3BOnlineSpectraSci2.h index c9fd1bfbd..794ba2591 100644 --- a/sci2/online/R3BOnlineSpectraSci2.h +++ b/sci2/online/R3BOnlineSpectraSci2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/params/R3BSci2Mapped2CalPar.cxx b/sci2/params/R3BSci2Mapped2CalPar.cxx index 334ced87f..a8cf8e97b 100644 --- a/sci2/params/R3BSci2Mapped2CalPar.cxx +++ b/sci2/params/R3BSci2Mapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci2/params/R3BSci2Mapped2CalPar.h b/sci2/params/R3BSci2Mapped2CalPar.h index 36791d52c..9a597aef8 100644 --- a/sci2/params/R3BSci2Mapped2CalPar.h +++ b/sci2/params/R3BSci2Mapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci8/CMakeLists.txt b/sci8/CMakeLists.txt index ce4d8d392..b04a7ed8c 100644 --- a/sci8/CMakeLists.txt +++ b/sci8/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/sci8/R3BSci8Cal2Hit.cxx b/sci8/R3BSci8Cal2Hit.cxx index ddb522ec7..c0537d35f 100644 --- a/sci8/R3BSci8Cal2Hit.cxx +++ b/sci8/R3BSci8Cal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci8/R3BSci8Cal2Hit.h b/sci8/R3BSci8Cal2Hit.h index 8abc5f0e4..8c100e75d 100644 --- a/sci8/R3BSci8Cal2Hit.h +++ b/sci8/R3BSci8Cal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci8/R3BSci8Mapped2Cal.cxx b/sci8/R3BSci8Mapped2Cal.cxx index a48912241..d3a60aba5 100644 --- a/sci8/R3BSci8Mapped2Cal.cxx +++ b/sci8/R3BSci8Mapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci8/R3BSci8Mapped2Cal.h b/sci8/R3BSci8Mapped2Cal.h index 254090a51..3bb467673 100644 --- a/sci8/R3BSci8Mapped2Cal.h +++ b/sci8/R3BSci8Mapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci8/R3BSci8Mapped2CalPar.cxx b/sci8/R3BSci8Mapped2CalPar.cxx index 03be905e0..77cb24c40 100644 --- a/sci8/R3BSci8Mapped2CalPar.cxx +++ b/sci8/R3BSci8Mapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci8/R3BSci8Mapped2CalPar.h b/sci8/R3BSci8Mapped2CalPar.h index f5903d8f1..9f9c86915 100644 --- a/sci8/R3BSci8Mapped2CalPar.h +++ b/sci8/R3BSci8Mapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sci8/Sci8LinkDef.h b/sci8/Sci8LinkDef.h index 1c9705041..3dc5dd404 100644 --- a/sci8/Sci8LinkDef.h +++ b/sci8/Sci8LinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/CMakeLists.txt b/sfib/CMakeLists.txt index 9e6e9f9ac..e67ddc940 100644 --- a/sfib/CMakeLists.txt +++ b/sfib/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/sfib/R3BSfibCal2Hit.cxx b/sfib/R3BSfibCal2Hit.cxx index 0b3b44a58..ff34ae55c 100644 --- a/sfib/R3BSfibCal2Hit.cxx +++ b/sfib/R3BSfibCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibCal2Hit.h b/sfib/R3BSfibCal2Hit.h index 38b278122..60776114b 100644 --- a/sfib/R3BSfibCal2Hit.h +++ b/sfib/R3BSfibCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibCal2HitPar.cxx b/sfib/R3BSfibCal2HitPar.cxx index c9ec35971..04add032c 100644 --- a/sfib/R3BSfibCal2HitPar.cxx +++ b/sfib/R3BSfibCal2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibCal2HitPar.h b/sfib/R3BSfibCal2HitPar.h index 80b12589a..6c19fc52f 100644 --- a/sfib/R3BSfibCal2HitPar.h +++ b/sfib/R3BSfibCal2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibHitPar.cxx b/sfib/R3BSfibHitPar.cxx index dd806e126..eae4b617b 100644 --- a/sfib/R3BSfibHitPar.cxx +++ b/sfib/R3BSfibHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibHitPar.h b/sfib/R3BSfibHitPar.h index 3d6fe4606..a7eb5aeae 100644 --- a/sfib/R3BSfibHitPar.h +++ b/sfib/R3BSfibHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibMapped2Cal.cxx b/sfib/R3BSfibMapped2Cal.cxx index 38d1bc658..bab1e5e9e 100644 --- a/sfib/R3BSfibMapped2Cal.cxx +++ b/sfib/R3BSfibMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibMapped2Cal.h b/sfib/R3BSfibMapped2Cal.h index 3e8caad8c..068059322 100644 --- a/sfib/R3BSfibMapped2Cal.h +++ b/sfib/R3BSfibMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibMapped2CalPar.cxx b/sfib/R3BSfibMapped2CalPar.cxx index abe027634..61124f359 100644 --- a/sfib/R3BSfibMapped2CalPar.cxx +++ b/sfib/R3BSfibMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/R3BSfibMapped2CalPar.h b/sfib/R3BSfibMapped2CalPar.h index 7802864a0..e77207dce 100644 --- a/sfib/R3BSfibMapped2CalPar.h +++ b/sfib/R3BSfibMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/SfibLinkDef.h b/sfib/SfibLinkDef.h index 3236dbbcc..116326cac 100644 --- a/sfib/SfibLinkDef.h +++ b/sfib/SfibLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/sim/R3Bsfi.cxx b/sfib/sim/R3Bsfi.cxx index 18693c932..d6d9b2568 100644 --- a/sfib/sim/R3Bsfi.cxx +++ b/sfib/sim/R3Bsfi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/sim/R3Bsfi.h b/sfib/sim/R3Bsfi.h index b6e53bd01..7356bc700 100644 --- a/sfib/sim/R3Bsfi.h +++ b/sfib/sim/R3Bsfi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/sim/R3BsfiDigitizer.cxx b/sfib/sim/R3BsfiDigitizer.cxx index 8b3e66a0d..06ab0e524 100644 --- a/sfib/sim/R3BsfiDigitizer.cxx +++ b/sfib/sim/R3BsfiDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/sfib/sim/R3BsfiDigitizer.h b/sfib/sim/R3BsfiDigitizer.h index 85fd27694..039547b1f 100644 --- a/sfib/sim/R3BsfiDigitizer.h +++ b/sfib/sim/R3BsfiDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/CMakeLists.txt b/ssd/CMakeLists.txt index cdf5979f6..dab4b9992 100644 --- a/ssd/CMakeLists.txt +++ b/ssd/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/ssd/SsdLinkDef.h b/ssd/SsdLinkDef.h index fa24f7d78..0d009331f 100644 --- a/ssd/SsdLinkDef.h +++ b/ssd/SsdLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BAmsMapped2StripCal.cxx b/ssd/calibration/R3BAmsMapped2StripCal.cxx index b627b435c..822417784 100644 --- a/ssd/calibration/R3BAmsMapped2StripCal.cxx +++ b/ssd/calibration/R3BAmsMapped2StripCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BAmsMapped2StripCal.h b/ssd/calibration/R3BAmsMapped2StripCal.h index c9e0acd05..d89f33e0d 100644 --- a/ssd/calibration/R3BAmsMapped2StripCal.h +++ b/ssd/calibration/R3BAmsMapped2StripCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BAmsMapped2StripCalPar.cxx b/ssd/calibration/R3BAmsMapped2StripCalPar.cxx index 8cd51d97b..a97b52bcd 100644 --- a/ssd/calibration/R3BAmsMapped2StripCalPar.cxx +++ b/ssd/calibration/R3BAmsMapped2StripCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BAmsMapped2StripCalPar.h b/ssd/calibration/R3BAmsMapped2StripCalPar.h index e94330c09..3449a9bf7 100644 --- a/ssd/calibration/R3BAmsMapped2StripCalPar.h +++ b/ssd/calibration/R3BAmsMapped2StripCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BAmsStripCal2Hit.cxx b/ssd/calibration/R3BAmsStripCal2Hit.cxx index ff902a991..6d0a82edd 100644 --- a/ssd/calibration/R3BAmsStripCal2Hit.cxx +++ b/ssd/calibration/R3BAmsStripCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BAmsStripCal2Hit.h b/ssd/calibration/R3BAmsStripCal2Hit.h index 5b0244034..1e645db18 100644 --- a/ssd/calibration/R3BAmsStripCal2Hit.h +++ b/ssd/calibration/R3BAmsStripCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BFootMapped2StripCal.cxx b/ssd/calibration/R3BFootMapped2StripCal.cxx index 6d16fce15..d65d3283f 100644 --- a/ssd/calibration/R3BFootMapped2StripCal.cxx +++ b/ssd/calibration/R3BFootMapped2StripCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BFootMapped2StripCal.h b/ssd/calibration/R3BFootMapped2StripCal.h index df6e1a025..b9cfba09c 100644 --- a/ssd/calibration/R3BFootMapped2StripCal.h +++ b/ssd/calibration/R3BFootMapped2StripCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BFootStripCal2Hit.cxx b/ssd/calibration/R3BFootStripCal2Hit.cxx index 518961c16..b76cf2ec8 100644 --- a/ssd/calibration/R3BFootStripCal2Hit.cxx +++ b/ssd/calibration/R3BFootStripCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/calibration/R3BFootStripCal2Hit.h b/ssd/calibration/R3BFootStripCal2Hit.h index 137fd989a..f65ec626d 100644 --- a/ssd/calibration/R3BFootStripCal2Hit.h +++ b/ssd/calibration/R3BFootStripCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BAmsDigitizer.cxx b/ssd/digi/R3BAmsDigitizer.cxx index 310e8ffae..c1b36b00c 100644 --- a/ssd/digi/R3BAmsDigitizer.cxx +++ b/ssd/digi/R3BAmsDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BAmsDigitizer.h b/ssd/digi/R3BAmsDigitizer.h index e1f6bd5ca..893c4be59 100644 --- a/ssd/digi/R3BAmsDigitizer.h +++ b/ssd/digi/R3BAmsDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTarget2pDigiPar.cxx b/ssd/digi/R3BTarget2pDigiPar.cxx index 13e0b6bd2..c0cba9cc6 100644 --- a/ssd/digi/R3BTarget2pDigiPar.cxx +++ b/ssd/digi/R3BTarget2pDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTarget2pDigiPar.h b/ssd/digi/R3BTarget2pDigiPar.h index 4091ad1fd..bf4667313 100644 --- a/ssd/digi/R3BTarget2pDigiPar.h +++ b/ssd/digi/R3BTarget2pDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTarget2pDigitizer.cxx b/ssd/digi/R3BTarget2pDigitizer.cxx index 00cc2ae90..4ee3a91ee 100644 --- a/ssd/digi/R3BTarget2pDigitizer.cxx +++ b/ssd/digi/R3BTarget2pDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTarget2pDigitizer.h b/ssd/digi/R3BTarget2pDigitizer.h index 5ff6527ea..2c18b1a8a 100644 --- a/ssd/digi/R3BTarget2pDigitizer.h +++ b/ssd/digi/R3BTarget2pDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTargetDigiPar.cxx b/ssd/digi/R3BTargetDigiPar.cxx index f5d8833c9..082e2106b 100644 --- a/ssd/digi/R3BTargetDigiPar.cxx +++ b/ssd/digi/R3BTargetDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTargetDigiPar.h b/ssd/digi/R3BTargetDigiPar.h index f5893847c..f54f29c62 100644 --- a/ssd/digi/R3BTargetDigiPar.h +++ b/ssd/digi/R3BTargetDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTargetDigitizer.cxx b/ssd/digi/R3BTargetDigitizer.cxx index 4817c54dd..5fa5d85e5 100644 --- a/ssd/digi/R3BTargetDigitizer.cxx +++ b/ssd/digi/R3BTargetDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTargetDigitizer.h b/ssd/digi/R3BTargetDigitizer.h index cf105aaec..d6d3faec5 100644 --- a/ssd/digi/R3BTargetDigitizer.h +++ b/ssd/digi/R3BTargetDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTra2pDigiPar.cxx b/ssd/digi/R3BTra2pDigiPar.cxx index c660a6590..5b51aba38 100644 --- a/ssd/digi/R3BTra2pDigiPar.cxx +++ b/ssd/digi/R3BTra2pDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTra2pDigiPar.h b/ssd/digi/R3BTra2pDigiPar.h index 4521424d9..8fc388b25 100644 --- a/ssd/digi/R3BTra2pDigiPar.h +++ b/ssd/digi/R3BTra2pDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTra2pDigitizer.cxx b/ssd/digi/R3BTra2pDigitizer.cxx index 89d699b3b..1e64b2da5 100644 --- a/ssd/digi/R3BTra2pDigitizer.cxx +++ b/ssd/digi/R3BTra2pDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTra2pDigitizer.h b/ssd/digi/R3BTra2pDigitizer.h index 399b013a1..3cbcc09d4 100644 --- a/ssd/digi/R3BTra2pDigitizer.h +++ b/ssd/digi/R3BTra2pDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraDigiPar.cxx b/ssd/digi/R3BTraDigiPar.cxx index 6f3366cc9..1d0d61e56 100644 --- a/ssd/digi/R3BTraDigiPar.cxx +++ b/ssd/digi/R3BTraDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraDigiPar.h b/ssd/digi/R3BTraDigiPar.h index 6b13a6817..b86532a79 100644 --- a/ssd/digi/R3BTraDigiPar.h +++ b/ssd/digi/R3BTraDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraDigitizer.cxx b/ssd/digi/R3BTraDigitizer.cxx index ad949c1f8..fec7d3743 100644 --- a/ssd/digi/R3BTraDigitizer.cxx +++ b/ssd/digi/R3BTraDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraDigitizer.h b/ssd/digi/R3BTraDigitizer.h index b090c83dc..eee5b3eb5 100644 --- a/ssd/digi/R3BTraDigitizer.h +++ b/ssd/digi/R3BTraDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraFraDigiPar.cxx b/ssd/digi/R3BTraFraDigiPar.cxx index b81a0ca65..eb5fc963a 100644 --- a/ssd/digi/R3BTraFraDigiPar.cxx +++ b/ssd/digi/R3BTraFraDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraFraDigiPar.h b/ssd/digi/R3BTraFraDigiPar.h index 83e402503..3998f4dc3 100644 --- a/ssd/digi/R3BTraFraDigiPar.h +++ b/ssd/digi/R3BTraFraDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraFraDigitizer.cxx b/ssd/digi/R3BTraFraDigitizer.cxx index 850c69d39..9028e0fb9 100644 --- a/ssd/digi/R3BTraFraDigitizer.cxx +++ b/ssd/digi/R3BTraFraDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/digi/R3BTraFraDigitizer.h b/ssd/digi/R3BTraFraDigitizer.h index 9be5cbaa6..74cd48d68 100644 --- a/ssd/digi/R3BTraFraDigitizer.h +++ b/ssd/digi/R3BTraFraDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.cxx b/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.cxx index 386c7f1e0..2b4201ae0 100644 --- a/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.cxx +++ b/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.h b/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.h index 5e423046d..bd9350691 100644 --- a/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.h +++ b/ssd/online/R3BAmsCalifaCorrelatedOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/online/R3BAmsOnlineSpectra.cxx b/ssd/online/R3BAmsOnlineSpectra.cxx index 94251975e..191992140 100644 --- a/ssd/online/R3BAmsOnlineSpectra.cxx +++ b/ssd/online/R3BAmsOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/online/R3BAmsOnlineSpectra.h b/ssd/online/R3BAmsOnlineSpectra.h index 283a6d061..758c3d9da 100644 --- a/ssd/online/R3BAmsOnlineSpectra.h +++ b/ssd/online/R3BAmsOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/online/R3BFootOnlineSpectra.cxx b/ssd/online/R3BFootOnlineSpectra.cxx index 255e89798..8eb53cb00 100644 --- a/ssd/online/R3BFootOnlineSpectra.cxx +++ b/ssd/online/R3BFootOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/online/R3BFootOnlineSpectra.h b/ssd/online/R3BFootOnlineSpectra.h index cf0790d72..cca4d7b61 100644 --- a/ssd/online/R3BFootOnlineSpectra.h +++ b/ssd/online/R3BFootOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BAmsMappingPar.cxx b/ssd/pars/R3BAmsMappingPar.cxx index 72a31dab3..3ba6459ab 100644 --- a/ssd/pars/R3BAmsMappingPar.cxx +++ b/ssd/pars/R3BAmsMappingPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BAmsMappingPar.h b/ssd/pars/R3BAmsMappingPar.h index 7527472b7..00c492961 100644 --- a/ssd/pars/R3BAmsMappingPar.h +++ b/ssd/pars/R3BAmsMappingPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BAmsStripCalPar.cxx b/ssd/pars/R3BAmsStripCalPar.cxx index 7aea49c6a..b28aee792 100644 --- a/ssd/pars/R3BAmsStripCalPar.cxx +++ b/ssd/pars/R3BAmsStripCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BAmsStripCalPar.h b/ssd/pars/R3BAmsStripCalPar.h index b61b6422b..8e1968918 100644 --- a/ssd/pars/R3BAmsStripCalPar.h +++ b/ssd/pars/R3BAmsStripCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BFootCalPar.cxx b/ssd/pars/R3BFootCalPar.cxx index 3d2c18a9f..6901b92c5 100644 --- a/ssd/pars/R3BFootCalPar.cxx +++ b/ssd/pars/R3BFootCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BFootCalPar.h b/ssd/pars/R3BFootCalPar.h index 26ac1e5c5..52d055d30 100644 --- a/ssd/pars/R3BFootCalPar.h +++ b/ssd/pars/R3BFootCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BFootMappingPar.cxx b/ssd/pars/R3BFootMappingPar.cxx index df95d7e7b..ce414944d 100644 --- a/ssd/pars/R3BFootMappingPar.cxx +++ b/ssd/pars/R3BFootMappingPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BFootMappingPar.h b/ssd/pars/R3BFootMappingPar.h index 1f46bccf8..dd8958931 100644 --- a/ssd/pars/R3BFootMappingPar.h +++ b/ssd/pars/R3BFootMappingPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BGeoTra.cxx b/ssd/pars/R3BGeoTra.cxx index 581fc9a3b..58b4fdcb3 100644 --- a/ssd/pars/R3BGeoTra.cxx +++ b/ssd/pars/R3BGeoTra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BGeoTra.h b/ssd/pars/R3BGeoTra.h index 3fe3b6747..bd9d932a4 100644 --- a/ssd/pars/R3BGeoTra.h +++ b/ssd/pars/R3BGeoTra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BGeoTraPar.cxx b/ssd/pars/R3BGeoTraPar.cxx index a18526a2e..6463ec0ef 100644 --- a/ssd/pars/R3BGeoTraPar.cxx +++ b/ssd/pars/R3BGeoTraPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BGeoTraPar.h b/ssd/pars/R3BGeoTraPar.h index 7a3b3eddd..891878237 100644 --- a/ssd/pars/R3BGeoTraPar.h +++ b/ssd/pars/R3BGeoTraPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BSsdContFact.cxx b/ssd/pars/R3BSsdContFact.cxx index dcbc5eef8..eb034dcd1 100644 --- a/ssd/pars/R3BSsdContFact.cxx +++ b/ssd/pars/R3BSsdContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/pars/R3BSsdContFact.h b/ssd/pars/R3BSsdContFact.h index 02cfae7d4..a9f9b2643 100644 --- a/ssd/pars/R3BSsdContFact.h +++ b/ssd/pars/R3BSsdContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/sim/R3BTra.cxx b/ssd/sim/R3BTra.cxx index 7c1ede81a..61831cf00 100644 --- a/ssd/sim/R3BTra.cxx +++ b/ssd/sim/R3BTra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/sim/R3BTra.h b/ssd/sim/R3BTra.h index 083c2cf39..714b2eec2 100644 --- a/ssd/sim/R3BTra.h +++ b/ssd/sim/R3BTra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/sim/R3BTraHitFinder.cxx b/ssd/sim/R3BTraHitFinder.cxx index f3a9b8eef..f54b7834e 100644 --- a/ssd/sim/R3BTraHitFinder.cxx +++ b/ssd/sim/R3BTraHitFinder.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/sim/R3BTraHitFinder.h b/ssd/sim/R3BTraHitFinder.h index 838218c13..a723c8394 100644 --- a/ssd/sim/R3BTraHitFinder.h +++ b/ssd/sim/R3BTraHitFinder.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/sim/R3BTra_Si_Lampshade.cxx b/ssd/sim/R3BTra_Si_Lampshade.cxx index 03f8cf7a1..050dee543 100644 --- a/ssd/sim/R3BTra_Si_Lampshade.cxx +++ b/ssd/sim/R3BTra_Si_Lampshade.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/test/CMakeLists.txt b/ssd/test/CMakeLists.txt index 035bb674f..0f1ef35d5 100644 --- a/ssd/test/CMakeLists.txt +++ b/ssd/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/ssd/test/testAmsSimulation.C b/ssd/test/testAmsSimulation.C index 9410702a2..48b7ee5ce 100644 --- a/ssd/test/testAmsSimulation.C +++ b/ssd/test/testAmsSimulation.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/ssd/test/testSsdContainerPar.cxx b/ssd/test/testSsdContainerPar.cxx index d712c1858..99f34e4d2 100644 --- a/ssd/test/testSsdContainerPar.cxx +++ b/ssd/test/testSsdContainerPar.cxx @@ -1,7 +1,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/strawtubes/CMakeLists.txt b/strawtubes/CMakeLists.txt index aea02d651..16c457e35 100644 --- a/strawtubes/CMakeLists.txt +++ b/strawtubes/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/strawtubes/R3BStrawtubesCal2Hit.cxx b/strawtubes/R3BStrawtubesCal2Hit.cxx index 1c05dd067..df60cc945 100644 --- a/strawtubes/R3BStrawtubesCal2Hit.cxx +++ b/strawtubes/R3BStrawtubesCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/strawtubes/R3BStrawtubesCal2Hit.h b/strawtubes/R3BStrawtubesCal2Hit.h index 3920303f9..346f68c5d 100644 --- a/strawtubes/R3BStrawtubesCal2Hit.h +++ b/strawtubes/R3BStrawtubesCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/strawtubes/R3BStrawtubesMapped2Cal.cxx b/strawtubes/R3BStrawtubesMapped2Cal.cxx index 214686a6d..aca5679c0 100644 --- a/strawtubes/R3BStrawtubesMapped2Cal.cxx +++ b/strawtubes/R3BStrawtubesMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/strawtubes/R3BStrawtubesMapped2Cal.h b/strawtubes/R3BStrawtubesMapped2Cal.h index c0caf13b4..04a092cfa 100644 --- a/strawtubes/R3BStrawtubesMapped2Cal.h +++ b/strawtubes/R3BStrawtubesMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/strawtubes/R3BStrawtubesMapped2CalPar.cxx b/strawtubes/R3BStrawtubesMapped2CalPar.cxx index d3e1d69d2..25a9b6bb8 100644 --- a/strawtubes/R3BStrawtubesMapped2CalPar.cxx +++ b/strawtubes/R3BStrawtubesMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/strawtubes/R3BStrawtubesMapped2CalPar.h b/strawtubes/R3BStrawtubesMapped2CalPar.h index 4fbeedc87..1a55af4a4 100644 --- a/strawtubes/R3BStrawtubesMapped2CalPar.h +++ b/strawtubes/R3BStrawtubesMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/strawtubes/StrawtubesLinkDef.h b/strawtubes/StrawtubesLinkDef.h index cfec7030c..baf1bcc37 100644 --- a/strawtubes/StrawtubesLinkDef.h +++ b/strawtubes/StrawtubesLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/CMakeLists.txt b/tcal/CMakeLists.txt index 84bf2bc6c..bfde67ef1 100644 --- a/tcal/CMakeLists.txt +++ b/tcal/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/tcal/R3BTCalContFact.cxx b/tcal/R3BTCalContFact.cxx index d1dced583..3e21cab31 100644 --- a/tcal/R3BTCalContFact.cxx +++ b/tcal/R3BTCalContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/R3BTCalContFact.h b/tcal/R3BTCalContFact.h index be3094370..f326141df 100644 --- a/tcal/R3BTCalContFact.h +++ b/tcal/R3BTCalContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/R3BTCalEngine.cxx b/tcal/R3BTCalEngine.cxx index 4808d5e12..f1334fde6 100644 --- a/tcal/R3BTCalEngine.cxx +++ b/tcal/R3BTCalEngine.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/R3BTCalEngine.h b/tcal/R3BTCalEngine.h index b2fb2f743..4390298d3 100644 --- a/tcal/R3BTCalEngine.h +++ b/tcal/R3BTCalEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/R3BTCalModulePar.cxx b/tcal/R3BTCalModulePar.cxx index ae124ce52..d5c139cfd 100644 --- a/tcal/R3BTCalModulePar.cxx +++ b/tcal/R3BTCalModulePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/R3BTCalModulePar.h b/tcal/R3BTCalModulePar.h index 69f4a23e1..03c3bd2f9 100644 --- a/tcal/R3BTCalModulePar.h +++ b/tcal/R3BTCalModulePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/R3BTCalPar.cxx b/tcal/R3BTCalPar.cxx index d14094c03..abfaa9ef7 100644 --- a/tcal/R3BTCalPar.cxx +++ b/tcal/R3BTCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/R3BTCalPar.h b/tcal/R3BTCalPar.h index 51a4c1ef9..542510db7 100644 --- a/tcal/R3BTCalPar.h +++ b/tcal/R3BTCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tcal/TCalLinkDef.h b/tcal/TCalLinkDef.h index 6ebaa4a5c..8952e0b67 100644 --- a/tcal/TCalLinkDef.h +++ b/tcal/TCalLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/template/NewTask/base/DetectorData.h b/template/NewTask/base/DetectorData.h index 78ac4e467..958ac45ca 100644 --- a/template/NewTask/base/DetectorData.h +++ b/template/NewTask/base/DetectorData.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/template/NewTask/base/NewTask.cxx b/template/NewTask/base/NewTask.cxx index c1188cf2e..e01472de1 100644 --- a/template/NewTask/base/NewTask.cxx +++ b/template/NewTask/base/NewTask.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/template/NewTask/base/NewTask.h b/template/NewTask/base/NewTask.h index 11db23004..c6423e3fc 100644 --- a/template/NewTask/base/NewTask.h +++ b/template/NewTask/base/NewTask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/template/NewTask/base/NewTaskLinkDef.h b/template/NewTask/base/NewTaskLinkDef.h index 41cb0a0e8..45145970f 100644 --- a/template/NewTask/base/NewTaskLinkDef.h +++ b/template/NewTask/base/NewTaskLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/template/README.md b/template/README.md index bf3692e71..908dfaf53 100644 --- a/template/README.md +++ b/template/README.md @@ -1,4 +1,4 @@ -templates +Templates {#templates} ======== The starting points for implementation of different R3BRoot modules. diff --git a/tof/CMakeLists.txt b/tof/CMakeLists.txt index be51010bd..37e3c1563 100644 --- a/tof/CMakeLists.txt +++ b/tof/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/tof/R3BGeoTof.cxx b/tof/R3BGeoTof.cxx index 122893b0d..0d00b05f3 100644 --- a/tof/R3BGeoTof.cxx +++ b/tof/R3BGeoTof.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BGeoTof.h b/tof/R3BGeoTof.h index ff765268e..da3ed1028 100644 --- a/tof/R3BGeoTof.h +++ b/tof/R3BGeoTof.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BGeoTofPar.cxx b/tof/R3BGeoTofPar.cxx index 7b7ae8e47..e6dd52c1e 100644 --- a/tof/R3BGeoTofPar.cxx +++ b/tof/R3BGeoTofPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BGeoTofPar.h b/tof/R3BGeoTofPar.h index f137d273c..6510f163a 100644 --- a/tof/R3BGeoTofPar.h +++ b/tof/R3BGeoTofPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BGeoTofd.cxx b/tof/R3BGeoTofd.cxx index af404ce5d..e2d9a7aaf 100644 --- a/tof/R3BGeoTofd.cxx +++ b/tof/R3BGeoTofd.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BGeoTofd.h b/tof/R3BGeoTofd.h index 6ed0a9e3a..e77563601 100644 --- a/tof/R3BGeoTofd.h +++ b/tof/R3BGeoTofd.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BGeoTofdPar.cxx b/tof/R3BGeoTofdPar.cxx index 1c649255b..8beb0a86a 100644 --- a/tof/R3BGeoTofdPar.cxx +++ b/tof/R3BGeoTofdPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BGeoTofdPar.h b/tof/R3BGeoTofdPar.h index 7969a7761..d321fee14 100644 --- a/tof/R3BGeoTofdPar.h +++ b/tof/R3BGeoTofdPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BPtofMapped2Cal.cxx b/tof/R3BPtofMapped2Cal.cxx index bde792c6a..92c0e262b 100644 --- a/tof/R3BPtofMapped2Cal.cxx +++ b/tof/R3BPtofMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BPtofMapped2Cal.h b/tof/R3BPtofMapped2Cal.h index 31decb272..f5467584a 100644 --- a/tof/R3BPtofMapped2Cal.h +++ b/tof/R3BPtofMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BPtofMapped2CalPar.cxx b/tof/R3BPtofMapped2CalPar.cxx index 9505ea089..a13470cb6 100644 --- a/tof/R3BPtofMapped2CalPar.cxx +++ b/tof/R3BPtofMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BPtofMapped2CalPar.h b/tof/R3BPtofMapped2CalPar.h index 3387c698e..43e6a7ed3 100644 --- a/tof/R3BPtofMapped2CalPar.h +++ b/tof/R3BPtofMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTof.cxx b/tof/R3BTof.cxx index f5753df4f..b93f16e6c 100644 --- a/tof/R3BTof.cxx +++ b/tof/R3BTof.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTof.h b/tof/R3BTof.h index 7f8e66b7c..e9a1fd2e8 100644 --- a/tof/R3BTof.h +++ b/tof/R3BTof.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTof2pDigiPar.cxx b/tof/R3BTof2pDigiPar.cxx index 4d9d59580..3f5e8d533 100644 --- a/tof/R3BTof2pDigiPar.cxx +++ b/tof/R3BTof2pDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTof2pDigiPar.h b/tof/R3BTof2pDigiPar.h index ac76dec0e..0c6cd9690 100644 --- a/tof/R3BTof2pDigiPar.h +++ b/tof/R3BTof2pDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTof2pDigitizer.cxx b/tof/R3BTof2pDigitizer.cxx index bd1823623..248171670 100644 --- a/tof/R3BTof2pDigitizer.cxx +++ b/tof/R3BTof2pDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTof2pDigitizer.h b/tof/R3BTof2pDigitizer.h index 1c80b6dc5..904a3343f 100644 --- a/tof/R3BTof2pDigitizer.h +++ b/tof/R3BTof2pDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofContFact.cxx b/tof/R3BTofContFact.cxx index a3929b577..151fe065f 100644 --- a/tof/R3BTofContFact.cxx +++ b/tof/R3BTofContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofContFact.h b/tof/R3BTofContFact.h index cb55d0e33..967577af7 100644 --- a/tof/R3BTofContFact.h +++ b/tof/R3BTofContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofDigiPar.cxx b/tof/R3BTofDigiPar.cxx index 4e8dbaa32..8ee099473 100644 --- a/tof/R3BTofDigiPar.cxx +++ b/tof/R3BTofDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofDigiPar.h b/tof/R3BTofDigiPar.h index 8bfcc8d28..144db34b6 100644 --- a/tof/R3BTofDigiPar.h +++ b/tof/R3BTofDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofDigitizer.cxx b/tof/R3BTofDigitizer.cxx index 96be27caf..2b14c8e19 100644 --- a/tof/R3BTofDigitizer.cxx +++ b/tof/R3BTofDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofDigitizer.h b/tof/R3BTofDigitizer.h index ded8a48ac..60681835e 100644 --- a/tof/R3BTofDigitizer.h +++ b/tof/R3BTofDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofUnpack.cxx b/tof/R3BTofUnpack.cxx index f3fedf2e1..50dc56421 100644 --- a/tof/R3BTofUnpack.cxx +++ b/tof/R3BTofUnpack.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofUnpack.h b/tof/R3BTofUnpack.h index 3c37720a0..4515cf097 100644 --- a/tof/R3BTofUnpack.h +++ b/tof/R3BTofUnpack.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofd.cxx b/tof/R3BTofd.cxx index 1b5994f11..9e1573f1e 100644 --- a/tof/R3BTofd.cxx +++ b/tof/R3BTofd.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofd.h b/tof/R3BTofd.h index bd74214e9..6535d6058 100644 --- a/tof/R3BTofd.h +++ b/tof/R3BTofd.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2Histo.cxx b/tof/R3BTofdCal2Histo.cxx index 6291970bc..0391db759 100644 --- a/tof/R3BTofdCal2Histo.cxx +++ b/tof/R3BTofdCal2Histo.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2Histo.h b/tof/R3BTofdCal2Histo.h index 4201521a0..5719f4649 100644 --- a/tof/R3BTofdCal2Histo.h +++ b/tof/R3BTofdCal2Histo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HistoPar.cxx b/tof/R3BTofdCal2HistoPar.cxx index b65b4c03d..80e9594c4 100644 --- a/tof/R3BTofdCal2HistoPar.cxx +++ b/tof/R3BTofdCal2HistoPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HistoPar.h b/tof/R3BTofdCal2HistoPar.h index 43304dc69..0cc89b5ba 100644 --- a/tof/R3BTofdCal2HistoPar.h +++ b/tof/R3BTofdCal2HistoPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2Hit.cxx b/tof/R3BTofdCal2Hit.cxx index afdedae57..19b0dd3ee 100644 --- a/tof/R3BTofdCal2Hit.cxx +++ b/tof/R3BTofdCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2Hit.h b/tof/R3BTofdCal2Hit.h index d49b6941e..758eec251 100644 --- a/tof/R3BTofdCal2Hit.h +++ b/tof/R3BTofdCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HitPar.cxx b/tof/R3BTofdCal2HitPar.cxx index 0ffc96e1c..5630551b4 100644 --- a/tof/R3BTofdCal2HitPar.cxx +++ b/tof/R3BTofdCal2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HitPar.h b/tof/R3BTofdCal2HitPar.h index 14b87c374..77edcd42f 100644 --- a/tof/R3BTofdCal2HitPar.h +++ b/tof/R3BTofdCal2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HitS454.cxx b/tof/R3BTofdCal2HitS454.cxx index 0f223f87f..b85b00cb9 100644 --- a/tof/R3BTofdCal2HitS454.cxx +++ b/tof/R3BTofdCal2HitS454.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HitS454.h b/tof/R3BTofdCal2HitS454.h index c87fd8f2f..acea5993b 100644 --- a/tof/R3BTofdCal2HitS454.h +++ b/tof/R3BTofdCal2HitS454.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HitS494.cxx b/tof/R3BTofdCal2HitS494.cxx index c28fee5bb..b30a73c79 100644 --- a/tof/R3BTofdCal2HitS494.cxx +++ b/tof/R3BTofdCal2HitS494.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdCal2HitS494.h b/tof/R3BTofdCal2HitS494.h index eb4ce7c1c..21ed111c2 100644 --- a/tof/R3BTofdCal2HitS494.h +++ b/tof/R3BTofdCal2HitS494.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdChangePar.cxx b/tof/R3BTofdChangePar.cxx index 7da6c2368..279610c00 100644 --- a/tof/R3BTofdChangePar.cxx +++ b/tof/R3BTofdChangePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdChangePar.h b/tof/R3BTofdChangePar.h index 203d05736..5e04c5234 100644 --- a/tof/R3BTofdChangePar.h +++ b/tof/R3BTofdChangePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdContFact.cxx b/tof/R3BTofdContFact.cxx index cb8f6ef29..98d278a85 100644 --- a/tof/R3BTofdContFact.cxx +++ b/tof/R3BTofdContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdContFact.h b/tof/R3BTofdContFact.h index ea782c07b..233791acd 100644 --- a/tof/R3BTofdContFact.h +++ b/tof/R3BTofdContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdDigiPar.cxx b/tof/R3BTofdDigiPar.cxx index 6fa34425c..514393b6e 100644 --- a/tof/R3BTofdDigiPar.cxx +++ b/tof/R3BTofdDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdDigiPar.h b/tof/R3BTofdDigiPar.h index 1497c1cac..ad97300a9 100644 --- a/tof/R3BTofdDigiPar.h +++ b/tof/R3BTofdDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdDigitizer.cxx b/tof/R3BTofdDigitizer.cxx index 9478db40e..dab45b2ca 100644 --- a/tof/R3BTofdDigitizer.cxx +++ b/tof/R3BTofdDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdDigitizer.h b/tof/R3BTofdDigitizer.h index 2b7ce36cf..3ad78bfe8 100644 --- a/tof/R3BTofdDigitizer.h +++ b/tof/R3BTofdDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdDigitizerCal.cxx b/tof/R3BTofdDigitizerCal.cxx index e42b80348..e544a9912 100644 --- a/tof/R3BTofdDigitizerCal.cxx +++ b/tof/R3BTofdDigitizerCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdDigitizerCal.h b/tof/R3BTofdDigitizerCal.h index 4dbebcd20..4f7389daa 100644 --- a/tof/R3BTofdDigitizerCal.h +++ b/tof/R3BTofdDigitizerCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdHitModulePar.cxx b/tof/R3BTofdHitModulePar.cxx index 357f1f148..bd8bda4d7 100644 --- a/tof/R3BTofdHitModulePar.cxx +++ b/tof/R3BTofdHitModulePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdHitModulePar.h b/tof/R3BTofdHitModulePar.h index 40b5348fc..0ec0d6b8a 100644 --- a/tof/R3BTofdHitModulePar.h +++ b/tof/R3BTofdHitModulePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdHitPar.cxx b/tof/R3BTofdHitPar.cxx index 5a3a5275b..b0d37ffd0 100644 --- a/tof/R3BTofdHitPar.cxx +++ b/tof/R3BTofdHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdHitPar.h b/tof/R3BTofdHitPar.h index c256c7c80..bbaa4f2bb 100644 --- a/tof/R3BTofdHitPar.h +++ b/tof/R3BTofdHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdMapped2Cal.cxx b/tof/R3BTofdMapped2Cal.cxx index cd47f8745..afcec6aff 100644 --- a/tof/R3BTofdMapped2Cal.cxx +++ b/tof/R3BTofdMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdMapped2Cal.h b/tof/R3BTofdMapped2Cal.h index 4cb415214..7a1ef355a 100644 --- a/tof/R3BTofdMapped2Cal.h +++ b/tof/R3BTofdMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdMapped2CalPar.cxx b/tof/R3BTofdMapped2CalPar.cxx index 01cc6b114..0ff85cb4d 100644 --- a/tof/R3BTofdMapped2CalPar.cxx +++ b/tof/R3BTofdMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdMapped2CalPar.h b/tof/R3BTofdMapped2CalPar.h index 7202a2181..0675650f3 100644 --- a/tof/R3BTofdMapped2CalPar.h +++ b/tof/R3BTofdMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdMapped2TCal.cxx b/tof/R3BTofdMapped2TCal.cxx index 10915f0c4..a6d926e92 100644 --- a/tof/R3BTofdMapped2TCal.cxx +++ b/tof/R3BTofdMapped2TCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/R3BTofdMapped2TCalPar.cxx b/tof/R3BTofdMapped2TCalPar.cxx index 7cd2553cd..f862f4c77 100644 --- a/tof/R3BTofdMapped2TCalPar.cxx +++ b/tof/R3BTofdMapped2TCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/TofLinkDef.h b/tof/TofLinkDef.h index a9cababb0..c8cffccd3 100644 --- a/tof/TofLinkDef.h +++ b/tof/TofLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofCal2Hit.cxx b/tof/calibration/R3BPtofCal2Hit.cxx index c2a6cca2d..32338ff28 100644 --- a/tof/calibration/R3BPtofCal2Hit.cxx +++ b/tof/calibration/R3BPtofCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofCal2Hit.h b/tof/calibration/R3BPtofCal2Hit.h index 09e2906da..240c3c447 100644 --- a/tof/calibration/R3BPtofCal2Hit.h +++ b/tof/calibration/R3BPtofCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofCal2HitPar.cxx b/tof/calibration/R3BPtofCal2HitPar.cxx index 7f79ba77a..fc6613ca0 100644 --- a/tof/calibration/R3BPtofCal2HitPar.cxx +++ b/tof/calibration/R3BPtofCal2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofCal2HitPar.h b/tof/calibration/R3BPtofCal2HitPar.h index c2eab1a27..06a86c33b 100644 --- a/tof/calibration/R3BPtofCal2HitPar.h +++ b/tof/calibration/R3BPtofCal2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofHitPar.cxx b/tof/calibration/R3BPtofHitPar.cxx index 11200148a..f17fbb6d1 100644 --- a/tof/calibration/R3BPtofHitPar.cxx +++ b/tof/calibration/R3BPtofHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofHitPar.h b/tof/calibration/R3BPtofHitPar.h index db8f5c790..d8acb4fc3 100644 --- a/tof/calibration/R3BPtofHitPar.h +++ b/tof/calibration/R3BPtofHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofParFact.cxx b/tof/calibration/R3BPtofParFact.cxx index 1597cc0fc..11da235ba 100644 --- a/tof/calibration/R3BPtofParFact.cxx +++ b/tof/calibration/R3BPtofParFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tof/calibration/R3BPtofParFact.h b/tof/calibration/R3BPtofParFact.h index 9a58efbcc..525b13a0c 100644 --- a/tof/calibration/R3BPtofParFact.h +++ b/tof/calibration/R3BPtofParFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/CMakeLists.txt b/tofd/CMakeLists.txt index 6e580fb21..c962ce7b5 100644 --- a/tofd/CMakeLists.txt +++ b/tofd/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/tofd/TofDLinkDef.h b/tofd/TofDLinkDef.h index 2b7a4defe..2efb20895 100644 --- a/tofd/TofDLinkDef.h +++ b/tofd/TofDLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/calibration/R3BTofDCal2Hit.cxx b/tofd/calibration/R3BTofDCal2Hit.cxx index 95a1b8739..fe7e95486 100644 --- a/tofd/calibration/R3BTofDCal2Hit.cxx +++ b/tofd/calibration/R3BTofDCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/calibration/R3BTofDCal2Hit.h b/tofd/calibration/R3BTofDCal2Hit.h index d3294994a..5dae0bc1d 100644 --- a/tofd/calibration/R3BTofDCal2Hit.h +++ b/tofd/calibration/R3BTofDCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/calibration/R3BTofDMapped2Cal.cxx b/tofd/calibration/R3BTofDMapped2Cal.cxx index ed46936d6..4fd292c41 100644 --- a/tofd/calibration/R3BTofDMapped2Cal.cxx +++ b/tofd/calibration/R3BTofDMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/calibration/R3BTofDMapped2Cal.h b/tofd/calibration/R3BTofDMapped2Cal.h index 24b466a72..b8e4f1859 100644 --- a/tofd/calibration/R3BTofDMapped2Cal.h +++ b/tofd/calibration/R3BTofDMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/digi/R3BTofDDigitizer.cxx b/tofd/digi/R3BTofDDigitizer.cxx index f4bdad80a..253840f32 100644 --- a/tofd/digi/R3BTofDDigitizer.cxx +++ b/tofd/digi/R3BTofDDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/digi/R3BTofDDigitizer.h b/tofd/digi/R3BTofDDigitizer.h index 0206fa050..a530a3cef 100644 --- a/tofd/digi/R3BTofDDigitizer.h +++ b/tofd/digi/R3BTofDDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/digi/R3BTofDDigitizerCal.cxx b/tofd/digi/R3BTofDDigitizerCal.cxx index 15e9f5d54..41222f3fd 100644 --- a/tofd/digi/R3BTofDDigitizerCal.cxx +++ b/tofd/digi/R3BTofDDigitizerCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/digi/R3BTofDDigitizerCal.h b/tofd/digi/R3BTofDDigitizerCal.h index a2b3b4360..de296c5c9 100644 --- a/tofd/digi/R3BTofDDigitizerCal.h +++ b/tofd/digi/R3BTofDDigitizerCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/online/R3BTofDOnlineSpectra.cxx b/tofd/online/R3BTofDOnlineSpectra.cxx index 3fbd321a1..11e67c4e1 100644 --- a/tofd/online/R3BTofDOnlineSpectra.cxx +++ b/tofd/online/R3BTofDOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/online/R3BTofDOnlineSpectra.h b/tofd/online/R3BTofDOnlineSpectra.h index a8d4828d7..bdbad23ed 100644 --- a/tofd/online/R3BTofDOnlineSpectra.h +++ b/tofd/online/R3BTofDOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDCal2HitPar.cxx b/tofd/pars/R3BTofDCal2HitPar.cxx index d2f400128..7d404e744 100644 --- a/tofd/pars/R3BTofDCal2HitPar.cxx +++ b/tofd/pars/R3BTofDCal2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDCal2HitPar.h b/tofd/pars/R3BTofDCal2HitPar.h index 573e350fb..285a9886d 100644 --- a/tofd/pars/R3BTofDCal2HitPar.h +++ b/tofd/pars/R3BTofDCal2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDContFact.cxx b/tofd/pars/R3BTofDContFact.cxx index 364f36c43..8793e4cb2 100644 --- a/tofd/pars/R3BTofDContFact.cxx +++ b/tofd/pars/R3BTofDContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDContFact.h b/tofd/pars/R3BTofDContFact.h index 40c29e8f9..611ac7363 100644 --- a/tofd/pars/R3BTofDContFact.h +++ b/tofd/pars/R3BTofDContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDHitModulePar.cxx b/tofd/pars/R3BTofDHitModulePar.cxx index fd6e11097..c12116daa 100644 --- a/tofd/pars/R3BTofDHitModulePar.cxx +++ b/tofd/pars/R3BTofDHitModulePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDHitModulePar.h b/tofd/pars/R3BTofDHitModulePar.h index 23f221258..1fef7ee97 100644 --- a/tofd/pars/R3BTofDHitModulePar.h +++ b/tofd/pars/R3BTofDHitModulePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDHitPar.cxx b/tofd/pars/R3BTofDHitPar.cxx index 3e8e6df7d..abe6861c6 100644 --- a/tofd/pars/R3BTofDHitPar.cxx +++ b/tofd/pars/R3BTofDHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDHitPar.h b/tofd/pars/R3BTofDHitPar.h index c77797f68..0555a1cf0 100644 --- a/tofd/pars/R3BTofDHitPar.h +++ b/tofd/pars/R3BTofDHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDMapped2CalPar.cxx b/tofd/pars/R3BTofDMapped2CalPar.cxx index deb4d03ea..53e7952e6 100644 --- a/tofd/pars/R3BTofDMapped2CalPar.cxx +++ b/tofd/pars/R3BTofDMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDMapped2CalPar.h b/tofd/pars/R3BTofDMapped2CalPar.h index d11b67161..45414b2df 100644 --- a/tofd/pars/R3BTofDMapped2CalPar.h +++ b/tofd/pars/R3BTofDMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDMappingPar.cxx b/tofd/pars/R3BTofDMappingPar.cxx index 0850d6e72..09ffb0ad6 100644 --- a/tofd/pars/R3BTofDMappingPar.cxx +++ b/tofd/pars/R3BTofDMappingPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/pars/R3BTofDMappingPar.h b/tofd/pars/R3BTofDMappingPar.h index 5acce4ac8..272df46f8 100644 --- a/tofd/pars/R3BTofDMappingPar.h +++ b/tofd/pars/R3BTofDMappingPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/sim/R3BTofD.cxx b/tofd/sim/R3BTofD.cxx index f1579e647..c15d7539a 100644 --- a/tofd/sim/R3BTofD.cxx +++ b/tofd/sim/R3BTofD.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofd/sim/R3BTofD.h b/tofd/sim/R3BTofD.h index 3397de80b..cc17c7f5b 100644 --- a/tofd/sim/R3BTofD.h +++ b/tofd/sim/R3BTofD.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/CMakeLists.txt b/tofi/CMakeLists.txt index f3a289975..e72cf10a7 100644 --- a/tofi/CMakeLists.txt +++ b/tofi/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/tofi/TofiLinkDef.h b/tofi/TofiLinkDef.h index bda3d784d..2886564bd 100644 --- a/tofi/TofiLinkDef.h +++ b/tofi/TofiLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiCal2Histo.cxx b/tofi/calibration/R3BTofiCal2Histo.cxx index 3e595e715..faab67448 100644 --- a/tofi/calibration/R3BTofiCal2Histo.cxx +++ b/tofi/calibration/R3BTofiCal2Histo.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiCal2Histo.h b/tofi/calibration/R3BTofiCal2Histo.h index c7bbd9087..e0f4f8b22 100644 --- a/tofi/calibration/R3BTofiCal2Histo.h +++ b/tofi/calibration/R3BTofiCal2Histo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiCal2HitS494.cxx b/tofi/calibration/R3BTofiCal2HitS494.cxx index 4e068c806..64c2b01e3 100644 --- a/tofi/calibration/R3BTofiCal2HitS494.cxx +++ b/tofi/calibration/R3BTofiCal2HitS494.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiCal2HitS494.h b/tofi/calibration/R3BTofiCal2HitS494.h index 471904d53..1618554c7 100644 --- a/tofi/calibration/R3BTofiCal2HitS494.h +++ b/tofi/calibration/R3BTofiCal2HitS494.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiMapped2Cal.cxx b/tofi/calibration/R3BTofiMapped2Cal.cxx index 500dc2f58..a1b7d1ef0 100644 --- a/tofi/calibration/R3BTofiMapped2Cal.cxx +++ b/tofi/calibration/R3BTofiMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiMapped2Cal.h b/tofi/calibration/R3BTofiMapped2Cal.h index c73e16704..747805e8d 100644 --- a/tofi/calibration/R3BTofiMapped2Cal.h +++ b/tofi/calibration/R3BTofiMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiMapped2CalPar.cxx b/tofi/calibration/R3BTofiMapped2CalPar.cxx index 85b25c1b1..9e459d64b 100644 --- a/tofi/calibration/R3BTofiMapped2CalPar.cxx +++ b/tofi/calibration/R3BTofiMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/calibration/R3BTofiMapped2CalPar.h b/tofi/calibration/R3BTofiMapped2CalPar.h index 787ae0531..4f2ba1f32 100644 --- a/tofi/calibration/R3BTofiMapped2CalPar.h +++ b/tofi/calibration/R3BTofiMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/digi/R3BTofiDigitizerCal.cxx b/tofi/digi/R3BTofiDigitizerCal.cxx index d4c0d883a..4e4072420 100644 --- a/tofi/digi/R3BTofiDigitizerCal.cxx +++ b/tofi/digi/R3BTofiDigitizerCal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/digi/R3BTofiDigitizerCal.h b/tofi/digi/R3BTofiDigitizerCal.h index 5824e8b7b..845298e7e 100644 --- a/tofi/digi/R3BTofiDigitizerCal.h +++ b/tofi/digi/R3BTofiDigitizerCal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BGeoTofiPar.cxx b/tofi/pars/R3BGeoTofiPar.cxx index 4d2dae737..0db252901 100644 --- a/tofi/pars/R3BGeoTofiPar.cxx +++ b/tofi/pars/R3BGeoTofiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BGeoTofiPar.h b/tofi/pars/R3BGeoTofiPar.h index 3888742c4..1110c4731 100644 --- a/tofi/pars/R3BGeoTofiPar.h +++ b/tofi/pars/R3BGeoTofiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiChangePar.cxx b/tofi/pars/R3BTofiChangePar.cxx index f870033f9..d0658e8a6 100644 --- a/tofi/pars/R3BTofiChangePar.cxx +++ b/tofi/pars/R3BTofiChangePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiChangePar.h b/tofi/pars/R3BTofiChangePar.h index 03bbd1f1f..4241da3cb 100644 --- a/tofi/pars/R3BTofiChangePar.h +++ b/tofi/pars/R3BTofiChangePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiContFact.cxx b/tofi/pars/R3BTofiContFact.cxx index c17b65bb0..005c5f5ff 100644 --- a/tofi/pars/R3BTofiContFact.cxx +++ b/tofi/pars/R3BTofiContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiContFact.h b/tofi/pars/R3BTofiContFact.h index c6ab8fab7..7208d616a 100644 --- a/tofi/pars/R3BTofiContFact.h +++ b/tofi/pars/R3BTofiContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiDigiPar.cxx b/tofi/pars/R3BTofiDigiPar.cxx index 2fe7d96ce..39584662d 100644 --- a/tofi/pars/R3BTofiDigiPar.cxx +++ b/tofi/pars/R3BTofiDigiPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiDigiPar.h b/tofi/pars/R3BTofiDigiPar.h index eda3c56cd..b52220f3d 100644 --- a/tofi/pars/R3BTofiDigiPar.h +++ b/tofi/pars/R3BTofiDigiPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiHisto2HitPar.cxx b/tofi/pars/R3BTofiHisto2HitPar.cxx index ca6e4e11e..590e76a92 100644 --- a/tofi/pars/R3BTofiHisto2HitPar.cxx +++ b/tofi/pars/R3BTofiHisto2HitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiHisto2HitPar.h b/tofi/pars/R3BTofiHisto2HitPar.h index 9172a11b6..ab0fbab20 100644 --- a/tofi/pars/R3BTofiHisto2HitPar.h +++ b/tofi/pars/R3BTofiHisto2HitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiHitModulePar.cxx b/tofi/pars/R3BTofiHitModulePar.cxx index 6edc8c9d8..debf6fe1c 100644 --- a/tofi/pars/R3BTofiHitModulePar.cxx +++ b/tofi/pars/R3BTofiHitModulePar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiHitModulePar.h b/tofi/pars/R3BTofiHitModulePar.h index 7bf2cce66..2c303089e 100644 --- a/tofi/pars/R3BTofiHitModulePar.h +++ b/tofi/pars/R3BTofiHitModulePar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiHitPar.cxx b/tofi/pars/R3BTofiHitPar.cxx index 3a6377666..4943a0bb8 100644 --- a/tofi/pars/R3BTofiHitPar.cxx +++ b/tofi/pars/R3BTofiHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/pars/R3BTofiHitPar.h b/tofi/pars/R3BTofiHitPar.h index c55995d04..83bfc83a6 100644 --- a/tofi/pars/R3BTofiHitPar.h +++ b/tofi/pars/R3BTofiHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/sim/R3BGeoTofi.cxx b/tofi/sim/R3BGeoTofi.cxx index 1ae7e6caa..2a056ad41 100644 --- a/tofi/sim/R3BGeoTofi.cxx +++ b/tofi/sim/R3BGeoTofi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/sim/R3BGeoTofi.h b/tofi/sim/R3BGeoTofi.h index 66018be9d..d21b1b721 100644 --- a/tofi/sim/R3BGeoTofi.h +++ b/tofi/sim/R3BGeoTofi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/sim/R3BTofi.cxx b/tofi/sim/R3BTofi.cxx index 60406a3c1..066339951 100644 --- a/tofi/sim/R3BTofi.cxx +++ b/tofi/sim/R3BTofi.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tofi/sim/R3BTofi.h b/tofi/sim/R3BTofi.h index c1d987b91..93f0351ee 100644 --- a/tofi/sim/R3BTofi.h +++ b/tofi/sim/R3BTofi.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracker_rene/tracker_routines.h b/tracker_rene/tracker_routines.h index 9b3a81338..02dcef28b 100644 --- a/tracker_rene/tracker_routines.h +++ b/tracker_rene/tracker_routines.h @@ -1,19 +1,63 @@ #ifndef TRACKER_ROUTINES_H #define TRACKER_ROUTINES_H -extern"C" { +extern "C" +{ -void init_from_cpp_(); -void single_track_from_cpp_(int *n, bool *dc, double tpos[], double x[], double y[], double z[], bool pat[], double param[], double chi[]); -void double_track_from_cpp_(int *n, bool *dc, double tpos[], double x1[], double y1[], double z1[], bool pat1[],double x2[], double y2[], double z2[], bool pat2[] , double param1[], double param2[], double chi[]); -void multi_track_from_cpp_(int *arraysize, int *n, bool *dc, bool *sd, double tpos[], int det[], int q1[], double x1[], double y1[], double z1[], double param[], double chi[]); -void multi_track_extended_output_from_cpp_(int *arraysize, int *n, bool *dc, bool *sd, double tpos[], int det[], int q1[], double x1[], double y1[], double z1[], double param[], double chi[], bool pat1r[], bool pat2r[]); - - -// for testing purposes -void called_from_cpp_(int *n,double *db); -void called_from_cpp2_(int *n,double db2[], bool bo[], double db3[]); + void init_from_cpp_(); + void single_track_from_cpp_(int* n, + bool* dc, + double tpos[], + double x[], + double y[], + double z[], + bool pat[], + double param[], + double chi[]); + void double_track_from_cpp_(int* n, + bool* dc, + double tpos[], + double x1[], + double y1[], + double z1[], + bool pat1[], + double x2[], + double y2[], + double z2[], + bool pat2[], + double param1[], + double param2[], + double chi[]); + void multi_track_from_cpp_(int* arraysize, + int* n, + bool* dc, + bool* sd, + double tpos[], + int det[], + int q1[], + double x1[], + double y1[], + double z1[], + double param[], + double chi[]); + void multi_track_extended_output_from_cpp_(int* arraysize, + int* n, + bool* dc, + bool* sd, + double tpos[], + int det[], + int q1[], + double x1[], + double y1[], + double z1[], + double param[], + double chi[], + bool pat1r[], + bool pat2r[]); + // for testing purposes + void called_from_cpp_(int* n, double* db); + void called_from_cpp2_(int* n, double db2[], bool bo[], double db3[]); } #endif diff --git a/tracking/CMakeLists.txt b/tracking/CMakeLists.txt index 3df87aa4b..783ebcd1e 100644 --- a/tracking/CMakeLists.txt +++ b/tracking/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/tracking/R3BFragmentFitterChi2.cxx b/tracking/R3BFragmentFitterChi2.cxx index 4cffeac92..2c045aa6e 100644 --- a/tracking/R3BFragmentFitterChi2.cxx +++ b/tracking/R3BFragmentFitterChi2.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BFragmentFitterChi2.h b/tracking/R3BFragmentFitterChi2.h index 6fbd190d3..1de476275 100644 --- a/tracking/R3BFragmentFitterChi2.h +++ b/tracking/R3BFragmentFitterChi2.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BFragmentFitterGeneric.cxx b/tracking/R3BFragmentFitterGeneric.cxx index 18d8f72c9..7040473fb 100644 --- a/tracking/R3BFragmentFitterGeneric.cxx +++ b/tracking/R3BFragmentFitterGeneric.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BFragmentFitterGeneric.h b/tracking/R3BFragmentFitterGeneric.h index 576df9e5c..f36778de7 100644 --- a/tracking/R3BFragmentFitterGeneric.h +++ b/tracking/R3BFragmentFitterGeneric.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BFragmentTracker.cxx b/tracking/R3BFragmentTracker.cxx index 4a834d71f..127c1f51f 100644 --- a/tracking/R3BFragmentTracker.cxx +++ b/tracking/R3BFragmentTracker.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BFragmentTracker.h b/tracking/R3BFragmentTracker.h index f3e3e885d..e2f7c7bdd 100644 --- a/tracking/R3BFragmentTracker.h +++ b/tracking/R3BFragmentTracker.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BMDFWrapper.cxx b/tracking/R3BMDFWrapper.cxx index 02691d5ad..c614f1e46 100644 --- a/tracking/R3BMDFWrapper.cxx +++ b/tracking/R3BMDFWrapper.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BMDFWrapper.h b/tracking/R3BMDFWrapper.h index ca0e1fe61..47ae393e0 100644 --- a/tracking/R3BMDFWrapper.h +++ b/tracking/R3BMDFWrapper.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTGeoPar.cxx b/tracking/R3BTGeoPar.cxx index 3f2142d02..862488828 100644 --- a/tracking/R3BTGeoPar.cxx +++ b/tracking/R3BTGeoPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTGeoPar.h b/tracking/R3BTGeoPar.h index c2e70da97..ccf4da335 100644 --- a/tracking/R3BTGeoPar.h +++ b/tracking/R3BTGeoPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTPropagator.cxx b/tracking/R3BTPropagator.cxx index 6ae76f41e..a82ef0f89 100644 --- a/tracking/R3BTPropagator.cxx +++ b/tracking/R3BTPropagator.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTPropagator.h b/tracking/R3BTPropagator.h index 63426b41e..9d8f5ac91 100644 --- a/tracking/R3BTPropagator.h +++ b/tracking/R3BTPropagator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingDetector.cxx b/tracking/R3BTrackingDetector.cxx index 7c293e428..6e78bf676 100644 --- a/tracking/R3BTrackingDetector.cxx +++ b/tracking/R3BTrackingDetector.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingDetector.h b/tracking/R3BTrackingDetector.h index ec20c1bf4..2a0bc3089 100644 --- a/tracking/R3BTrackingDetector.h +++ b/tracking/R3BTrackingDetector.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingParticle.cxx b/tracking/R3BTrackingParticle.cxx index 02779ef61..acca36276 100644 --- a/tracking/R3BTrackingParticle.cxx +++ b/tracking/R3BTrackingParticle.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingParticle.h b/tracking/R3BTrackingParticle.h index 5fed06937..56a33174e 100644 --- a/tracking/R3BTrackingParticle.h +++ b/tracking/R3BTrackingParticle.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingS515.cxx b/tracking/R3BTrackingS515.cxx index f46a4d100..b0c13c653 100644 --- a/tracking/R3BTrackingS515.cxx +++ b/tracking/R3BTrackingS515.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingS515.h b/tracking/R3BTrackingS515.h index 22167294e..9a1d9bd62 100644 --- a/tracking/R3BTrackingS515.h +++ b/tracking/R3BTrackingS515.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingSetup.cxx b/tracking/R3BTrackingSetup.cxx index c26b9d0e6..9193d53fa 100644 --- a/tracking/R3BTrackingSetup.cxx +++ b/tracking/R3BTrackingSetup.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/R3BTrackingSetup.h b/tracking/R3BTrackingSetup.h index 6834f3e7b..16c4ed481 100644 --- a/tracking/R3BTrackingSetup.h +++ b/tracking/R3BTrackingSetup.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tracking/TrackingLinkDef.h b/tracking/TrackingLinkDef.h index bfec6c2e5..3d94e86d7 100644 --- a/tracking/TrackingLinkDef.h +++ b/tracking/TrackingLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/CMakeLists.txt b/tttx/CMakeLists.txt index d1e0382bb..d864d2400 100644 --- a/tttx/CMakeLists.txt +++ b/tttx/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/tttx/TttxLinkDef.h b/tttx/TttxLinkDef.h index 82918f194..69fa5ca73 100644 --- a/tttx/TttxLinkDef.h +++ b/tttx/TttxLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/calibration/R3BTttxCal2Hit.cxx b/tttx/calibration/R3BTttxCal2Hit.cxx index 64932661a..da9ccc4ee 100644 --- a/tttx/calibration/R3BTttxCal2Hit.cxx +++ b/tttx/calibration/R3BTttxCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/calibration/R3BTttxCal2Hit.h b/tttx/calibration/R3BTttxCal2Hit.h index cf25221e5..da62d5afb 100644 --- a/tttx/calibration/R3BTttxCal2Hit.h +++ b/tttx/calibration/R3BTttxCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/calibration/R3BTttxMapped2Cal.cxx b/tttx/calibration/R3BTttxMapped2Cal.cxx index ecf8741d9..9505af7c2 100644 --- a/tttx/calibration/R3BTttxMapped2Cal.cxx +++ b/tttx/calibration/R3BTttxMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/calibration/R3BTttxMapped2Cal.h b/tttx/calibration/R3BTttxMapped2Cal.h index 8d04e52e4..895fcc308 100644 --- a/tttx/calibration/R3BTttxMapped2Cal.h +++ b/tttx/calibration/R3BTttxMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/online/R3BTttxOnlineSpectra.cxx b/tttx/online/R3BTttxOnlineSpectra.cxx index acdb3d1bd..d3c9477ef 100644 --- a/tttx/online/R3BTttxOnlineSpectra.cxx +++ b/tttx/online/R3BTttxOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/online/R3BTttxOnlineSpectra.h b/tttx/online/R3BTttxOnlineSpectra.h index 20900e7c8..d56ffb79c 100644 --- a/tttx/online/R3BTttxOnlineSpectra.h +++ b/tttx/online/R3BTttxOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/pars/R3BTttxContFact.cxx b/tttx/pars/R3BTttxContFact.cxx index 7a98e4656..6f199054e 100644 --- a/tttx/pars/R3BTttxContFact.cxx +++ b/tttx/pars/R3BTttxContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/pars/R3BTttxContFact.h b/tttx/pars/R3BTttxContFact.h index f4b174f0f..0591a3b3e 100644 --- a/tttx/pars/R3BTttxContFact.h +++ b/tttx/pars/R3BTttxContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/pars/R3BTttxHitPar.cxx b/tttx/pars/R3BTttxHitPar.cxx index 2d53bd372..c635a5b6d 100644 --- a/tttx/pars/R3BTttxHitPar.cxx +++ b/tttx/pars/R3BTttxHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/pars/R3BTttxHitPar.h b/tttx/pars/R3BTttxHitPar.h index f3bd8e8a2..035c0b9ea 100644 --- a/tttx/pars/R3BTttxHitPar.h +++ b/tttx/pars/R3BTttxHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/pars/R3BTttxStripCalPar.cxx b/tttx/pars/R3BTttxStripCalPar.cxx index 5051711da..a494b9ac4 100644 --- a/tttx/pars/R3BTttxStripCalPar.cxx +++ b/tttx/pars/R3BTttxStripCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/tttx/pars/R3BTttxStripCalPar.h b/tttx/pars/R3BTttxStripCalPar.h index cd5fe689f..0a63671a6 100644 --- a/tttx/pars/R3BTttxStripCalPar.h +++ b/tttx/pars/R3BTttxStripCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/CMakeLists.txt b/twim/CMakeLists.txt index 8e0e154b0..7e620e765 100644 --- a/twim/CMakeLists.txt +++ b/twim/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/twim/TwimLinkDef.h b/twim/TwimLinkDef.h index 0654fc6af..af5674488 100755 --- a/twim/TwimLinkDef.h +++ b/twim/TwimLinkDef.h @@ -2,7 +2,7 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/ana/R3BTwimVertexReconstruction.cxx b/twim/ana/R3BTwimVertexReconstruction.cxx index 4c86a0a4e..8f298ec5d 100644 --- a/twim/ana/R3BTwimVertexReconstruction.cxx +++ b/twim/ana/R3BTwimVertexReconstruction.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/ana/R3BTwimVertexReconstruction.h b/twim/ana/R3BTwimVertexReconstruction.h index 2857dfe76..ed9aa31ec 100644 --- a/twim/ana/R3BTwimVertexReconstruction.h +++ b/twim/ana/R3BTwimVertexReconstruction.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/calibration/R3BTwimCal2Hit.cxx b/twim/calibration/R3BTwimCal2Hit.cxx index 708653766..f942c8430 100644 --- a/twim/calibration/R3BTwimCal2Hit.cxx +++ b/twim/calibration/R3BTwimCal2Hit.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/calibration/R3BTwimCal2Hit.h b/twim/calibration/R3BTwimCal2Hit.h index 9a9236856..2ea68b311 100644 --- a/twim/calibration/R3BTwimCal2Hit.h +++ b/twim/calibration/R3BTwimCal2Hit.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/calibration/R3BTwimMapped2Cal.cxx b/twim/calibration/R3BTwimMapped2Cal.cxx index 1c6067911..a142d6b0b 100644 --- a/twim/calibration/R3BTwimMapped2Cal.cxx +++ b/twim/calibration/R3BTwimMapped2Cal.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/calibration/R3BTwimMapped2Cal.h b/twim/calibration/R3BTwimMapped2Cal.h index 48dafef88..0504eafe0 100644 --- a/twim/calibration/R3BTwimMapped2Cal.h +++ b/twim/calibration/R3BTwimMapped2Cal.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/calibration/R3BTwimMapped2CalPar.cxx b/twim/calibration/R3BTwimMapped2CalPar.cxx index ba5200301..1feae52db 100644 --- a/twim/calibration/R3BTwimMapped2CalPar.cxx +++ b/twim/calibration/R3BTwimMapped2CalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/calibration/R3BTwimMapped2CalPar.h b/twim/calibration/R3BTwimMapped2CalPar.h index 80cb092a3..0d13fab8c 100644 --- a/twim/calibration/R3BTwimMapped2CalPar.h +++ b/twim/calibration/R3BTwimMapped2CalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/digi/R3BTwimDigitizer.cxx b/twim/digi/R3BTwimDigitizer.cxx index d91f4c216..b722dd578 100644 --- a/twim/digi/R3BTwimDigitizer.cxx +++ b/twim/digi/R3BTwimDigitizer.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/digi/R3BTwimDigitizer.h b/twim/digi/R3BTwimDigitizer.h index 81197e0a6..dfab43e53 100755 --- a/twim/digi/R3BTwimDigitizer.h +++ b/twim/digi/R3BTwimDigitizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/online/R3BTwimOnlineSpectra.cxx b/twim/online/R3BTwimOnlineSpectra.cxx index f9d756280..09d2db50f 100644 --- a/twim/online/R3BTwimOnlineSpectra.cxx +++ b/twim/online/R3BTwimOnlineSpectra.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/online/R3BTwimOnlineSpectra.h b/twim/online/R3BTwimOnlineSpectra.h index e4397bd08..4d2b6f73f 100644 --- a/twim/online/R3BTwimOnlineSpectra.h +++ b/twim/online/R3BTwimOnlineSpectra.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimCalPar.cxx b/twim/pars/R3BTwimCalPar.cxx index 63e132878..8a403881e 100644 --- a/twim/pars/R3BTwimCalPar.cxx +++ b/twim/pars/R3BTwimCalPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimCalPar.h b/twim/pars/R3BTwimCalPar.h index b59ab1fa2..ef5d59e43 100644 --- a/twim/pars/R3BTwimCalPar.h +++ b/twim/pars/R3BTwimCalPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimContFact.cxx b/twim/pars/R3BTwimContFact.cxx index 3e282a6ac..00f35329b 100644 --- a/twim/pars/R3BTwimContFact.cxx +++ b/twim/pars/R3BTwimContFact.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimContFact.h b/twim/pars/R3BTwimContFact.h index 8bad5aa2d..3f6b887b9 100644 --- a/twim/pars/R3BTwimContFact.h +++ b/twim/pars/R3BTwimContFact.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimGainMatching.cxx b/twim/pars/R3BTwimGainMatching.cxx index 97a99aa5c..8143092a2 100644 --- a/twim/pars/R3BTwimGainMatching.cxx +++ b/twim/pars/R3BTwimGainMatching.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimGainMatching.h b/twim/pars/R3BTwimGainMatching.h index d7a0268c1..2122ad63b 100644 --- a/twim/pars/R3BTwimGainMatching.h +++ b/twim/pars/R3BTwimGainMatching.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimHitPar.cxx b/twim/pars/R3BTwimHitPar.cxx index a5abd7a98..e9fbdf071 100644 --- a/twim/pars/R3BTwimHitPar.cxx +++ b/twim/pars/R3BTwimHitPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/pars/R3BTwimHitPar.h b/twim/pars/R3BTwimHitPar.h index 0c4ff7f59..c89ff2a78 100644 --- a/twim/pars/R3BTwimHitPar.h +++ b/twim/pars/R3BTwimHitPar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/sim/R3BTwim.cxx b/twim/sim/R3BTwim.cxx index eca1c25a7..8497ee808 100644 --- a/twim/sim/R3BTwim.cxx +++ b/twim/sim/R3BTwim.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/sim/R3BTwim.h b/twim/sim/R3BTwim.h index ecfb8e6f2..61bc0f42d 100644 --- a/twim/sim/R3BTwim.h +++ b/twim/sim/R3BTwim.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/test/CMakeLists.txt b/twim/test/CMakeLists.txt index d65a9932e..55b6946cd 100644 --- a/twim/test/CMakeLists.txt +++ b/twim/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/twim/test/testTwimContainerPar.cxx b/twim/test/testTwimContainerPar.cxx index bccd3b528..6a53a2a13 100644 --- a/twim/test/testTwimContainerPar.cxx +++ b/twim/test/testTwimContainerPar.cxx @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/twim/test/testTwimSimulation.C b/twim/test/testTwimSimulation.C index 6bf6ef3de..a9b5b4907 100644 --- a/twim/test/testTwimSimulation.C +++ b/twim/test/testTwimSimulation.C @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * + * Copyright (C) 2019-2025 Members of R3B Collaboration * * * * This software is distributed under the terms of the * * GNU General Public Licence (GPL) version 3, * diff --git a/update_codemeta.py b/update_codemeta.py new file mode 100644 index 000000000..16c848553 --- /dev/null +++ b/update_codemeta.py @@ -0,0 +1,105 @@ +#! /usr/bin/env python3 +# Copyright (C) 2019-2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH +# +# SPDX-License-Identifier: LGPL-3.0-or-later + +import argparse +import json +import re +from collections import OrderedDict + +class CodeMetaManipulator(object): + def load(self, filename='codemeta.json'): + with open(filename, 'rb') as fp: + self.data = json.load(fp, object_pairs_hook=OrderedDict) + + @staticmethod + def _dict_entry_cmp(dict1, dict2, field): + if (field in dict1) and (field in dict2): + return dict1[field] == dict2[field] + else: + return False + + @classmethod + def find_person_entry(cls, person_list, matchdict): + for entry in person_list: + if cls._dict_entry_cmp(entry, matchdict, 'email'): + return entry + if cls._dict_entry_cmp(entry, matchdict, 'familyName') \ + and cls._dict_entry_cmp(entry, matchdict, 'givenName'): + return entry + return None + + @staticmethod + def update_person_entry(entry, matchdict): + if entry is None: + entry = OrderedDict() + entry['@type'] = 'Person' + + # Aquí se cambian los nombres de los campos + for field in ('givenName', 'familyName', 'email', 'affiliation'): + val = matchdict.get(field, None) + if val is not None: + entry[field] = val + + # Cambiar 'orcid' a 'identifier' y asignarlo + if matchdict.get('orcid'): + entry['identifier'] = matchdict['orcid'] + + return entry + + @staticmethod + def is_valid_email(email): + """ Verifica si el correo electrónico tiene un formato válido. """ + email_regex = r"(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$)" + return bool(re.match(email_regex, email)) + + def handle_person_list_file(self, filename, cm_field_name): + with open(filename, 'r', encoding='utf8') as fp: + findregex = re.compile( + r'^(?P[-\w\s]*[-\w]),\s*' + r'(?P[-\w\s]*[-\w])\s*' + r'(?:\[(?P[^\]]+)\])?\s*' + r'(?:\[(?Phttps?://orcid.org/[^\]]+)\])?\s*' + r'(?:\[(?P[^\]]+)\])?$' + ) + person_list = self.data.setdefault(cm_field_name, []) + for line in fp: + line = line.strip() + m = findregex.match(line) + if m is None: + raise RuntimeError(f"Could not analyze line: {line!r}") + matchdict = m.groupdict() + + # Verificar si el email es válido + if matchdict.get('email'): + if not self.is_valid_email(matchdict['email']): + matchdict['email'] = None # Asignar None si el correo es inválido + + found_entry = self.find_person_entry(person_list, matchdict) + entry = self.update_person_entry(found_entry, matchdict) + if found_entry is None: + person_list.append(entry) + + def save(self, filename='codemeta.json'): + with open(filename, 'w', encoding='utf8') as fp: + json.dump(self.data, fp, indent=2) + fp.write('\n') + + +def main(): + parser = argparse.ArgumentParser(description='Update codemeta.json') + parser.add_argument('--set-version', dest='newversion') + args = parser.parse_args() + + cm = CodeMetaManipulator() + cm.load() + if args.newversion is not None: + cm.data['softwareVersion'] = args.newversion + cm.handle_person_list_file('AUTHORS', 'author') + cm.handle_person_list_file('CONTRIBUTORS', 'contributor') + cm.save() + + +if __name__ == '__main__': + main() diff --git a/meta_update.py b/update_zenodo.py similarity index 98% rename from meta_update.py rename to update_zenodo.py index b55cd05f8..fb7362c53 100755 --- a/meta_update.py +++ b/update_zenodo.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright (C) 2019-2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH +# Copyright (C) 2019-2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # # SPDX-License-Identifier: LGPL-3.0-or-later diff --git a/util/c3w/CMakeLists.txt b/util/c3w/CMakeLists.txt index 0abd4350f..659b69af9 100644 --- a/util/c3w/CMakeLists.txt +++ b/util/c3w/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/util/c3w/c3w.make b/util/c3w/c3w.make index 0a733ba5c..03858daa4 100644 --- a/util/c3w/c3w.make +++ b/util/c3w/c3w.make @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/util/c3w/watch.sh b/util/c3w/watch.sh index f93f7ba4a..75955d11f 100644 --- a/util/c3w/watch.sh +++ b/util/c3w/watch.sh @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/util/check-format.sh b/util/check-format.sh index e4820a98b..908929ef9 100755 --- a/util/check-format.sh +++ b/util/check-format.sh @@ -1,6 +1,6 @@ ############################################################################## # Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # +# Copyright (C) 2019-2025 Members of R3B Collaboration # # # # This software is distributed under the terms of the # # GNU General Public Licence (GPL) version 3, # diff --git a/util/clang-format-all.sh b/util/clang-format-all.sh index ccae429cc..2371f78ae 100644 --- a/util/clang-format-all.sh +++ b/util/clang-format-all.sh @@ -1,3 +1,6 @@ #!/bin/bash -find -type f | grep -e '.(\.C\|\.cpp\|\.cxx\|\.h)$' | grep -v ^./macros | grep -v ^./frs | grep -v ^./sofia | grep -v ^./asyeos | grep -v ^./glad-tpc | xargs -L 1 clang-format-15 -i +find . -type f \( -name "*.cpp" -o -name "*.cxx" -o -name "*.C" -o -name "*.h" \) \ + ! -path "./macros" ! -path "./sofia" ! -path "./frs" ! -path "./asyeos" ! -path "./glad-tpc" -print0 | + xargs -0 -L 1 clang-format-15 -i + echo "Use git add -A ; git commit -m \"clang-format all files\" --author=\"white space \" to commit changes." diff --git a/xball/CMakeLists.txt b/xball/CMakeLists.txt deleted file mode 100644 index ab96c41b0..000000000 --- a/xball/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -############################################################################## -# Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH # -# Copyright (C) 2019-2024 Members of R3B Collaboration # -# # -# This software is distributed under the terms of the # -# GNU General Public Licence (GPL) version 3, # -# copied verbatim in the file "LICENSE". # -# # -# In applying this license GSI does not waive the privileges and immunities # -# granted to it by virtue of its status as an Intergovernmental Organization # -# or submit itself to any jurisdiction. # -############################################################################## - -set(SRCS R3BXBall.cxx R3BGeoXBall.cxx R3BGeoXBallPar.cxx R3BXBallContFact.cxx) -set(HEADERS R3BXBall.h R3BGeoXBall.h R3BGeoXBallPar.h R3BXBallContFact.h) - -add_library_with_dictionary( - LIBNAME - R3BXBall - LINKDEF - ${LINKDEF} - HEADERS - ${HEADERS} - SRCS - ${SRCS} - INCLUDEDIRS - ${CMAKE_CURRENT_SOURCE_DIR} - DEPENDENCIES - R3BData) diff --git a/xball/R3BGeoXBall.cxx b/xball/R3BGeoXBall.cxx deleted file mode 100644 index 6933e128a..000000000 --- a/xball/R3BGeoXBall.cxx +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -///////////////////////////////////////////////////////////// -// R3BGeoXBall -// -// Class for geometry of R3BCAL -// -///////////////////////////////////////////////////////////// - -#include "R3BGeoXBall.h" -#include "FairGeoNode.h" -#include "FairLogger.h" - -R3BGeoXBall::R3BGeoXBall() -{ - // Constructor - fName = "xball"; - maxSectors = 0; - maxModules = 99; -} - -const char* R3BGeoXBall::getModuleName(Int_t m) -{ - // Returns the module name of sts number m - if (m < 0) - { - LOG(error) << "R3BGeoXBall::getModuleName:: Module number " << m << " not known!"; - return ""; - } - if (m < 9) - { - sprintf(modName, "calstation0%i", m + 1); - } - else - { - sprintf(modName, "calstation%i", m + 1); - } - return modName; -} - -const char* R3BGeoXBall::getEleName(Int_t m) -{ - // Returns the element name of sts number m - sprintf(eleName, "cal%i", m + 1); - return eleName; -} - -ClassImp(R3BGeoXBall) diff --git a/xball/R3BGeoXBall.h b/xball/R3BGeoXBall.h deleted file mode 100644 index c6db331dd..000000000 --- a/xball/R3BGeoXBall.h +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef R3BGEOXBALL_H -#define R3BGEOXBALL_H - -#include "FairGeoSet.h" - -class R3BGeoXBall : public FairGeoSet -{ - protected: - char modName[30]; // name of module - char eleName[20]; // substring for elements in module - public: - R3BGeoXBall(); - ~R3BGeoXBall() {} - const char* getModuleName(Int_t); - const char* getEleName(Int_t); - inline Int_t getModNumInMod(const TString&); - ClassDef(R3BGeoXBall, 0) // Class for STS -}; - -inline Int_t R3BGeoXBall::getModNumInMod(const TString& name) -{ - // returns the module index from module name - return (Int_t)(name[3] - '0') - 1; -} - -#endif /* !R3BGEOXBALL_H */ diff --git a/xball/R3BGeoXBallPar.cxx b/xball/R3BGeoXBallPar.cxx deleted file mode 100644 index ab1151f04..000000000 --- a/xball/R3BGeoXBallPar.cxx +++ /dev/null @@ -1,64 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -//*-- AUTHOR : Denis Bertini -//*-- Created : 21/06/2005 - -#include "R3BGeoXBallPar.h" - -#include "FairParamList.h" - -#include "TObjArray.h" - -#include -#include - -ClassImp(R3BGeoXBallPar) - - R3BGeoXBallPar::R3BGeoXBallPar(const char* name, const char* title, const char* context) - : FairParGenericSet(name, title, context) -{ - - fGeoSensNodes = new TObjArray(); - fGeoPassNodes = new TObjArray(); -} - -R3BGeoXBallPar::~R3BGeoXBallPar(void) {} - -void R3BGeoXBallPar::clear(void) -{ - if (fGeoSensNodes) - delete fGeoSensNodes; - if (fGeoPassNodes) - delete fGeoPassNodes; -} - -void R3BGeoXBallPar::putParams(FairParamList* l) -{ - if (!l) - return; - l->addObject("FairGeoNodes Sensitive List", fGeoSensNodes); - l->addObject("FairGeoNodes Passive List", fGeoPassNodes); -} - -Bool_t R3BGeoXBallPar::getParams(FairParamList* l) -{ - if (!l) - return kFALSE; - if (!l->fillObject("FairGeoNodes Sensitive List", fGeoSensNodes)) - return kFALSE; - if (!l->fillObject("FairGeoNodes Passive List", fGeoPassNodes)) - return kFALSE; - - return kTRUE; -} diff --git a/xball/R3BGeoXBallPar.h b/xball/R3BGeoXBallPar.h deleted file mode 100644 index c3bc35e24..000000000 --- a/xball/R3BGeoXBallPar.h +++ /dev/null @@ -1,40 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef R3BGEOXBALLPAR_H -#define R3BGEOXBALLPAR_H - -#include "FairParGenericSet.h" - -#include "TH1F.h" - -class R3BGeoXBallPar : public FairParGenericSet -{ - public: - TObjArray* fGeoSensNodes; // List of FairGeoNodes for sensitive volumes - TObjArray* fGeoPassNodes; // List of FairGeoNodes for sensitive volumes - - R3BGeoXBallPar(const char* name = "R3BGeoXBallPar", - const char* title = "XBall Geometry Parameters", - const char* context = "TestDefaultContext"); - ~R3BGeoXBallPar(void); - void clear(void); - void putParams(FairParamList*); - Bool_t getParams(FairParamList*); - TObjArray* GetGeoSensitiveNodes() { return fGeoSensNodes; } - TObjArray* GetGeoPassiveNodes() { return fGeoPassNodes; } - - ClassDef(R3BGeoXBallPar, 1) -}; - -#endif /* !R3BGEOXBALLPAR_H */ diff --git a/xball/R3BXBall.cxx b/xball/R3BXBall.cxx deleted file mode 100644 index 1bf6d8e9b..000000000 --- a/xball/R3BXBall.cxx +++ /dev/null @@ -1,535 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#include "R3BXBall.h" -#include "FairGeoInterface.h" -#include "FairGeoLoader.h" -#include "FairGeoNode.h" -#include "FairGeoRootBuilder.h" -#include "FairRootManager.h" -#include "FairRun.h" -#include "FairRuntimeDb.h" -#include "FairVolume.h" -#include "Math/Point3D.h" -#include "Math/Rotation3D.h" -#include "R3BGeoXBall.h" -#include "R3BGeoXBallPar.h" -#include "R3BMCStack.h" -#include "R3BXBallCrystalHit.h" -#include "R3BXBallCrystalHitSim.h" -#include "R3BXBallPoint.h" -#include "TClonesArray.h" -#include "TGeoArb8.h" -#include "TGeoBBox.h" -#include "TGeoBoolNode.h" -#include "TGeoCompositeShape.h" -#include "TGeoCone.h" -#include "TGeoMCGeometry.h" -#include "TGeoManager.h" -#include "TGeoMaterial.h" -#include "TGeoMatrix.h" -#include "TGeoMedium.h" -#include "TGeoPgon.h" -#include "TGeoTube.h" -#include "TObjArray.h" -#include "TParticle.h" -#include "TRotation.h" -#include "TVector3.h" -#include "TVirtualMC.h" -#include - -R3BXBall::R3BXBall() - : R3BXBall("") -{ -} - -R3BXBall::R3BXBall(const TString& geoFile, const TGeoTranslation& trans, const TGeoRotation& rot) - : R3BXBall(geoFile, { trans, rot }) -{ -} - -R3BXBall::R3BXBall(const TString& geoFile, const TGeoCombiTrans& combi) - : R3BDetector("R3BXBall", kCAL, geoFile, combi) - , fXBallCollection(new TClonesArray("R3BXBallPoint")) - , fXBallCrystalHitCollection(new TClonesArray("R3BXBallCrystalHitSim")) - , fPosIndex(0) - , kGeoSaved(kFALSE) - , kDrawCrystals(kFALSE) - , flGeoPar(new TList()) - , fGeoVersion(1) - , fCollectionOption(0) - , fNonUniformity(0.) -{ - flGeoPar->SetName(GetName()); - ResetParameters(); -} - -R3BXBall::~R3BXBall() -{ - if (flGeoPar) - { - delete flGeoPar; - } - if (fXBallCollection) - { - fXBallCollection->Delete(); - delete fXBallCollection; - } - if (fXBallCrystalHitCollection) - { - fXBallCrystalHitCollection->Delete(); - delete fXBallCrystalHitCollection; - } -} - -void R3BXBall::Initialize() -{ - FairDetector::Initialize(); - - LOG(info) << "R3BXBall initialisation"; - LOG(debug) << "R3BXBall: Vol. (McId)"; - LOG(debug) << "R3BXBall: Crystal A : " << gMC->VolId("crystalLogNAJA"); - LOG(debug) << "R3BXBall: Crystal B : " << gMC->VolId("crystalLogNAJB"); - LOG(debug) << "R3BXBall: Crystal C : " << gMC->VolId("crystalLogNAJC"); - LOG(debug) << "R3BXBall: Crystal D : " << gMC->VolId("crystalLogNAJD"); - - // Crystals type ID - // type ID - // A 1 - // B 2 - // C 3 - // D 4 - - fTypeA = gMC->VolId("crystalLogNAJA"); - fTypeB = gMC->VolId("crystalLogNAJB"); - fTypeC = gMC->VolId("crystalLogNAJC"); - fTypeD = gMC->VolId("crystalLogNAJD"); - - TGeoVolume* vol = gGeoManager->GetVolume("CBLogWorld"); - vol->SetVisibility(kFALSE); -} - -// ----- Public method ProcessHits -------------------------------------- -Bool_t R3BXBall::ProcessHits(FairVolume* vol) -{ - - Int_t copyNo = 0; - - // Gets the right crystal type - Int_t fVolID = gMC->CurrentVolID(copyNo); - Int_t fCrystalType = GetCrystalType(fVolID); - - // Gets the right crystal number from its mother wrapping - fVolID = gMC->CurrentVolOffID(1, copyNo); - - if (gMC->IsTrackEntering()) - { - fELoss = 0.; - fNSteps = 0; - fTime = gMC->TrackTime() * 1.0e09; //[ns] - fLength = gMC->TrackLength(); - gMC->TrackPosition(fPosIn); - gMC->TrackMomentum(fMomIn); - fEinc = gMC->Etot(); - } - - // Sum energy loss for all steps in the active volume - fELoss += gMC->Edep(); - fNSteps++; - - // Set additional parameters at exit of active volume. Create R3BXBallPoint. - if (gMC->IsTrackExiting() || gMC->IsTrackStop() || gMC->IsTrackDisappeared()) - { - - fTrackID = gMC->GetStack()->GetCurrentTrackNumber(); - fVolumeID = vol->getMCid(); - fParentTrackID = gMC->GetStack()->GetCurrentParentTrackNumber(); - fTrackPID = gMC->TrackPid(); - fUniqueID = gMC->GetStack()->GetCurrentTrack()->GetUniqueID(); - - gMC->TrackPosition(fPosOut); - gMC->TrackMomentum(fMomOut); - - if (fELoss == 0.) - return kFALSE; - - if (gMC->IsTrackExiting()) - { - const Double_t* oldpos; - const Double_t* olddirection; - Double_t newpos[3]; - Double_t newdirection[3]; - Double_t safety; - - gGeoManager->FindNode(fPosOut.X(), fPosOut.Y(), fPosOut.Z()); - oldpos = gGeoManager->GetCurrentPoint(); - olddirection = gGeoManager->GetCurrentDirection(); - - for (Int_t i = 0; i < 3; i++) - { - newdirection[i] = -1 * olddirection[i]; - } - - gGeoManager->SetCurrentDirection(newdirection); - safety = gGeoManager->GetSafeDistance(); - - gGeoManager->SetCurrentDirection(-newdirection[0], -newdirection[1], -newdirection[2]); - - for (Int_t i = 0; i < 3; i++) - { - newpos[i] = oldpos[i] - (3 * safety * olddirection[i]); - } - - fPosOut.SetX(newpos[0]); - fPosOut.SetY(newpos[1]); - fPosOut.SetZ(newpos[2]); - } - - if (fCollectionOption == 0 || fCollectionOption == 2) - { - AddHit(fTrackID, - fVolumeID, - fCrystalType, - copyNo, - TVector3(fPosIn.X(), fPosIn.Y(), fPosIn.Z()), - TVector3(fPosOut.X(), fPosOut.Y(), fPosOut.Z()), - TVector3(fMomIn.Px(), fMomIn.Py(), fMomIn.Pz()), - TVector3(fMomOut.Px(), fMomOut.Py(), fMomOut.Pz()), - fTime, - fLength, - fELoss); - - // Increment number of XBallPoints for this track - R3BStack* stack = dynamic_cast(gMC->GetStack()); - stack->AddPoint(kCAL); - } - - // Adding a crystalHit support - if (fCollectionOption == 1 || fCollectionOption == 2) - { - Int_t nCrystalHits = fXBallCrystalHitCollection->GetEntriesFast(); - Bool_t existHit = 0; - - if (nCrystalHits == 0) - AddCrystalHit(fCrystalType, - copyNo, - NUSmearing(fELoss), - fTime, - fNSteps, - fEinc, - fTrackID, - fVolumeID, - fParentTrackID, - fTrackPID, - fUniqueID); - else - { - for (Int_t i = 0; i < nCrystalHits; i++) - { - if ((dynamic_cast(fXBallCrystalHitCollection->At(i)))->GetCrystalNumber() == - copyNo) - { - (dynamic_cast(fXBallCrystalHitCollection->At(i))) - ->AddMoreEnergy(NUSmearing(fELoss)); - if ((dynamic_cast(fXBallCrystalHitCollection->At(i)))->GetTime() > - fTime) - { - (dynamic_cast(fXBallCrystalHitCollection->At(i)))->SetTime(fTime); - } - existHit = 1; // to avoid the creation of a new CrystalHit - break; - } - } - if (!existHit) - AddCrystalHit(fCrystalType, - copyNo, - NUSmearing(fELoss), - fTime, - fNSteps, - fEinc, - fTrackID, - fVolumeID, - fParentTrackID, - fTrackPID, - fUniqueID); - } - - existHit = 0; - } - - ResetParameters(); - } - return kTRUE; -} - -// ---------------------------------------------------------------------------- -/* -void R3BXBall::SaveGeoParams() -{ -} -*/ - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BXBall::BeginEvent() {} - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BXBall::EndOfEvent() -{ - - if (fVerboseLevel) - Print(); - - if (fCollectionOption == 0) - { - fXBallCollection->Clear(); - } - else if (fCollectionOption == 1) - { - fXBallCrystalHitCollection->Clear(); - } - else if (fCollectionOption == 2) - { - fXBallCollection->Clear(); - fXBallCrystalHitCollection->Clear(); - } - - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -void R3BXBall::SetSpecialPhysicsCuts() -{ - LOG(info) << "-I- R3BXBall: Adding customized Physics cut ... "; - - if (gGeoManager) - { - TGeoMedium* pSi = gGeoManager->GetMedium("NaI"); - if (pSi) - { - // Setting processes for Si only - gMC->Gstpar(pSi->GetId(), "LOSS", 3); - gMC->Gstpar(pSi->GetId(), "STRA", 1.0); - gMC->Gstpar(pSi->GetId(), "PAIR", 1.0); - gMC->Gstpar(pSi->GetId(), "COMP", 1.0); - gMC->Gstpar(pSi->GetId(), "PHOT", 1.0); - gMC->Gstpar(pSi->GetId(), "ANNI", 1.0); - gMC->Gstpar(pSi->GetId(), "BREM", 1.0); - gMC->Gstpar(pSi->GetId(), "HADR", 5.0); - gMC->Gstpar(pSi->GetId(), "DRAY", 1.0); - gMC->Gstpar(pSi->GetId(), "DCAY", 1.0); - gMC->Gstpar(pSi->GetId(), "MULS", 1.0); - gMC->Gstpar(pSi->GetId(), "RAYL", 1.0); - - // Setting Energy-CutOff for Si Only - Double_t cutE = 0.00001; // GeV-> 10 keV - - LOG(info) << "-I- R3BXBall: NaI Medium Id " << pSi->GetId() << " Energy Cut-Off : " << cutE << " GeV"; - - // Si - gMC->Gstpar(pSi->GetId(), "CUTGAM", cutE); /** gammas (GeV)*/ - gMC->Gstpar(pSi->GetId(), "CUTELE", cutE); /** electrons (GeV)*/ - gMC->Gstpar(pSi->GetId(), "CUTNEU", cutE); /** neutral hadrons (GeV)*/ - gMC->Gstpar(pSi->GetId(), "CUTHAD", cutE); /** charged hadrons (GeV)*/ - gMC->Gstpar(pSi->GetId(), "CUTMUO", cutE); /** muons (GeV)*/ - gMC->Gstpar(pSi->GetId(), "BCUTE", cutE); /** electron bremsstrahlung (GeV)*/ - gMC->Gstpar(pSi->GetId(), "BCUTM", cutE); /** muon and hadron bremsstrahlung(GeV)*/ - gMC->Gstpar(pSi->GetId(), "DCUTE", cutE); /** delta-rays by electrons (GeV)*/ - gMC->Gstpar(pSi->GetId(), "DCUTM", cutE); /** delta-rays by muons (GeV)*/ - gMC->Gstpar(pSi->GetId(), "PPCUTM", -1.); /** direct pair production by muons (GeV)*/ - } - // trick to remove too much internal - // tracking in the Aladin magnet yoke - TGeoMedium* pFe = gGeoManager->GetMedium("iron"); - - if (pFe) - { - Double_t cutM = 1.e-01; // 100 MeV - gMC->Gstpar(pFe->GetId(), "CUTELE", cutM); - gMC->Gstpar(pFe->GetId(), "DRAY", 0.0); - } - - } //! gGeoManager -} - -// ----- Public method Register ------------------------------------------- -void R3BXBall::Register() -{ - if (fCollectionOption == 0) - { - FairRootManager::Instance()->Register("XBCrystalPoint", GetName(), fXBallCollection, kTRUE); - } - else if (fCollectionOption == 1) - { - FairRootManager::Instance()->Register("XBCrystalHitSim", GetName(), fXBallCrystalHitCollection, kTRUE); - } - else if (fCollectionOption == 2) - { - FairRootManager::Instance()->Register("XBCrystalPoint", GetName(), fXBallCollection, kTRUE); - FairRootManager::Instance()->Register("XBCrystalHitSim", GetName(), fXBallCrystalHitCollection, kTRUE); - } -} -// ---------------------------------------------------------------------------- - -// ----- Public method GetCollection -------------------------------------- -TClonesArray* R3BXBall::GetCollection(Int_t iColl) const -{ - if (fCollectionOption == 0) - { - if (iColl == 0) - return fXBallCollection; - else - return NULL; - } - else if (fCollectionOption == 1) - { - if (iColl == 0) - return fXBallCrystalHitCollection; - else - return NULL; - } - else if (fCollectionOption == 2) - { - if (iColl == 0) - return fXBallCollection; - // if (iColl == 1) return fXBallCrystalHitCollection; - else - return NULL; - } - else - return NULL; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Print ---------------------------------------------- -void R3BXBall::Print(Option_t* option) const -{ - if (fCollectionOption == 0) - { - Int_t nHits = fXBallCollection->GetEntriesFast(); - LOG(info) << "R3BXBall: " << nHits << " points registered in this event"; - } - else if (fCollectionOption == 1) - { - Int_t nHits = fXBallCrystalHitCollection->GetEntriesFast(); - LOG(info) << "R3BXBall: " << nHits << " hits registered in this event"; - } - else if (fCollectionOption == 2) - { - Int_t nHits = fXBallCollection->GetEntriesFast(); - LOG(info) << "R3BXBall: " << nHits << " points registered in this event"; - nHits = fXBallCrystalHitCollection->GetEntriesFast(); - LOG(info) << "R3BXBall: " << nHits << " hits registered in this event"; - } -} -// ---------------------------------------------------------------------------- - -// ----- Public method Reset ---------------------------------------------- -void R3BXBall::Reset() -{ - fXBallCollection->Clear(); - fXBallCrystalHitCollection->Clear(); - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method CopyClones ----------------------------------------- -void R3BXBall::CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset) -{ - Int_t nEntries = cl1->GetEntriesFast(); - LOG(info) << "R3BXBall: " << nEntries << " entries to add"; - TClonesArray& clref = *cl2; - R3BXBallPoint* oldpoint = NULL; - for (Int_t i = 0; i < nEntries; i++) - { - oldpoint = dynamic_cast(cl1->At(i)); - Int_t index = oldpoint->GetTrackID() + offset; - oldpoint->SetTrackID(index); - new (clref[fPosIndex]) R3BXBallPoint(*oldpoint); - fPosIndex++; - } - LOG(info) << "R3BXBall: " << cl2->GetEntriesFast() << " merged entries."; -} - -// ----- Private method AddHit -------------------------------------------- -R3BXBallPoint* R3BXBall::AddHit(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss) -{ - TClonesArray& clref = *fXBallCollection; - Int_t size = clref.GetEntriesFast(); - if (fVerboseLevel > 1) - LOG(info) << "R3BXBall: Adding Point at (" << posIn.X() << ", " << posIn.Y() << ", " << posIn.Z() - << ") cm, detector " << detID << ", track " << trackID << ", energy loss " << eLoss * 1e06 << " keV"; - return new (clref[size]) R3BXBallPoint(trackID, detID, type, cp, posIn, posOut, momIn, momOut, time, length, eLoss); -} - -// ----- Private method AddCrystalHit -------------------------------------------- -R3BXBallCrystalHitSim* R3BXBall::AddCrystalHit(Int_t type, - Int_t copy, - Double_t energy, - Double_t time, - Int_t steps, - Double_t einc, - Int_t trackid, - Int_t volid, - Int_t partrackid, - Int_t pdgtype, - Int_t uniqueid) -{ - TClonesArray& clref = *fXBallCrystalHitCollection; - Int_t size = clref.GetEntriesFast(); - if (fVerboseLevel > 1) - LOG(info) << "R3BXBall: Adding Hit in detector type " << type << ", and number " << copy << " entering with " - << einc * 1e06 << " keV, depositing " << energy * 1e06 << " keV" - << " trackid: " << trackid << " volume id: " << volid << " partrackid : " << partrackid - << " type: " << pdgtype << " unique id: " << uniqueid; - return new (clref[size]) - R3BXBallCrystalHitSim(type, copy, energy, time, steps, einc, trackid, volid, partrackid, pdgtype, uniqueid); -} - -// ----- Private method NUSmearing -------------------------------------------- -Double_t R3BXBall::NUSmearing(Double_t inputEnergy) -{ - // Very simple preliminary scheme where the NU is introduced as a flat random - // distribution with limits fNonUniformity (%) of the energy value. - // - return gRandom->Uniform(inputEnergy - inputEnergy * fNonUniformity / 100, - inputEnergy + inputEnergy * fNonUniformity / 100); -} - -// ----- Public method SetNonUniformity ---------------------------------- -void R3BXBall::SetNonUniformity(Double_t nonU) -{ - fNonUniformity = nonU; - LOG(info) << "R3BXBall::SetNonUniformity to " << fNonUniformity << " %"; -} - -Bool_t R3BXBall::CheckIfSensitive(std::string name) -{ - TString volName = name; - if (volName.Contains("crystalLogNAJ")) - { - return kTRUE; - } - return kFALSE; -} - -ClassImp(R3BXBall) diff --git a/xball/R3BXBall.h b/xball/R3BXBall.h deleted file mode 100644 index a004b92fb..000000000 --- a/xball/R3BXBall.h +++ /dev/null @@ -1,284 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef R3BXBALL_H -#define R3BXBALL_H - -#include "R3BDetector.h" -#include "TGeoSphere.h" -#include "TLorentzVector.h" -#include - -class TClonesArray; -class R3BXBallPoint; -class R3BXBallCrystalHit; -class R3BXBallCrystalHitSim; -class FairVolume; -class TGeoRotation; - -struct xb_wrapping -{ - int no; - int type; - double theta, phi, psi; - bool active; -}; - -struct xb_wrapping_mod -{ - int no; - int mod; - double delta; -}; - -struct xb_crystal -{ - int no; - int type; - double theta, phi, psi; - bool active; -}; - -class R3BXBall : public R3BDetector -{ - public: - /** Default constructor **/ - R3BXBall(); - - /** Standard constructor. - *@param geoFile name of the ROOT geometry file - *@param trans position - *@param rot rotation - */ - R3BXBall(const TString& geoFile, const TGeoTranslation& trans, const TGeoRotation& rot = TGeoRotation()); - - /** Standard constructor. - *@param geoFile name of the ROOT geometry file - *@param combi position + rotation - */ - R3BXBall(const TString& geoFile, const TGeoCombiTrans& combi = TGeoCombiTrans()); - - /** Destructor **/ - ~R3BXBall(); - - /** Virtual method ProcessHits - ** - ** Defines the action to be taken when a step is inside the - ** active volume. Creates a R3BXBallPoint and adds it to the - ** collection. - *@param vol Pointer to the active volume - **/ - virtual Bool_t ProcessHits(FairVolume* vol = 0); - - /** Virtual method BeginEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void BeginEvent(); - - /** Virtual method EndOfEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void EndOfEvent(); - - /** Virtual method Register - ** - ** Registers the hit collection in the ROOT manager. - **/ - virtual void Register(); - - /** Accessor to the hit collection **/ - virtual TClonesArray* GetCollection(Int_t iColl) const; - - /** Virtual method Print - ** - ** Screen output of hit collection. - **/ - virtual void Print(Option_t* option = "") const; - - /** Virtual method Reset - ** - ** Clears the hit collection - **/ - virtual void Reset(); - - /** Virtual method CopyClones - ** - ** Copies the hit collection with a given track index offset - *@param cl1 Origin - *@param cl2 Target - *@param offset Index offset - **/ - virtual void CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset); - - virtual Bool_t CheckIfSensitive(std::string name); - - virtual void Initialize(); - virtual void SetSpecialPhysicsCuts(); - - /** Public method DrawCrystals - ** - ** Selects whether to draw crystals or wrappings in the R3BRoot evtviewer - **/ - void DrawCrystals(Bool_t drawCrystals) { kDrawCrystals = drawCrystals; } - - /** Public method SelectCollectionOption - ** - ** Selects the TObjectArray collection to be stored - ** Syntaxis: - ** fCollectionOption = 0 -- CrystalPoint only - ** fCollectionOption = 1 -- CrystalHit only - ** fCollectionOption = 2 -- Both - ** By default, only CrystalPoint collection is stored - **/ - void SelectCollectionOption(Int_t option) { fCollectionOption = option; } - - /** Public method SetNonUniformity - ** - ** Defines the fNonUniformity parameter in % deviation from the central value - *@param nonU Double parameter setting the maximum non-uniformity allowed - **/ - void SetNonUniformity(Double_t nonU); - - private: - /** Track information to be stored until the track leaves the - active volume. **/ - - Int_t fTrackID; //! track index - Int_t fTrackPID; //! particle identification - Int_t fVolumeID; //! volume id - Int_t fParentTrackID; //! parent track index - Int_t fUniqueID; //! particle unique id (e.g. if Delta electron, fUniqueID=9) - - TLorentzVector fPosIn, fPosOut; //! position - TLorentzVector fMomIn, fMomOut; //! momentum - - Double32_t fTime; //! time - Double32_t fLength; //! length - Double32_t fELoss; //! energy loss - Double32_t fEinc; //! Total incident energy - Int_t fNSteps; //! Number of steps in the active volume - - Int_t fPosIndex; //! - Bool_t kGeoSaved; //! - TList* flGeoPar; //! - Int_t fGeoVersion; //! - Bool_t kDrawCrystals; //! flag indicating whether draw either crystals or wrappings - Int_t fCollectionOption; //! object collection option - Double_t fNonUniformity; //! Adding some non-uniformity preliminary description - - Int_t fTypeA; //! - Int_t fTypeB; //! - Int_t fTypeC; //! - Int_t fTypeD; //! - - TClonesArray* fXBallCollection; //! The hit collection - TClonesArray* fXBallCrystalHitCollection; //! The CB crystal hit collection - - /** Private method AddHit - ** - ** Adds a XBallPoint to the HitCollection - **/ - R3BXBallPoint* AddHit(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 pos_out, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss); - - /** Private method AddCrystalHit - ** - ** Adds a XBallCrystalhit to the HitCollection - **/ - R3BXBallCrystalHitSim* AddCrystalHit(Int_t type, - Int_t copy, - Double_t energy, - Double_t tof, - Int_t steps, - Double_t einc, - Int_t trackid, - Int_t volid, - Int_t partrackid, - Int_t pdgid, - Int_t uniqueid); - - /** Private method NUSmearing - ** - ** Smears the energy according to some non-uniformity distribution - ** Very simple preliminary scheme where the NU is introduced as a flat random - ** distribution with limits fNonUniformity (%) of the energy value. - **/ - Double_t NUSmearing(Double_t inputEnergy); - - /** Private method ResetParameters - ** - ** Resets the private members for the track parameters - **/ - void ResetParameters(); - - Int_t GetCrystalType(Int_t volID); - - ClassDef(R3BXBall, 3); -}; - -inline Int_t R3BXBall::GetCrystalType(Int_t volID) -{ - Int_t type = -1; - - if (volID == fTypeA) - { - type = 1; - return (type); - } - if (volID == fTypeB) - { - type = 2; - return (type); - } - if (volID == fTypeC) - { - type = 3; - return (type); - } - if (volID == fTypeD) - { - type = 4; - return (type); - } - - return type; -} - -inline void R3BXBall::ResetParameters() -{ - fTrackID = fVolumeID = fParentTrackID = fTrackPID = fUniqueID = 0; - fPosIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fPosOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fTime = fLength = fELoss = fEinc = 0; - fPosIndex = 0; - fNSteps = 0; -}; - -#endif diff --git a/xball/R3BXBallContFact.cxx b/xball/R3BXBallContFact.cxx deleted file mode 100644 index 9d1c84ab4..000000000 --- a/xball/R3BXBallContFact.cxx +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -//*-- AUTHOR : Denis Bertini -//*-- Created : 20/03/2009 - -///////////////////////////////////////////////////////////// -// -// R3BXBallContFact -// -// Factory for the parameter containers in libR3BXBall -// -///////////////////////////////////////////////////////////// - -#include "TClass.h" - -#include "FairLogger.h" -#include "FairParAsciiFileIo.h" -#include "FairParRootFileIo.h" -#include "FairRuntimeDb.h" - -#include "R3BXBallContFact.h" -// #include "R3BXBallParRootFileIo.h" -// #include "R3BXBallParAsciiFileIo.h" -#include "R3BGeoXBallPar.h" -// #include "R3BXBallDigiPar.h" - -static R3BXBallContFact gR3BXBallContFact; - -R3BXBallContFact::R3BXBallContFact() -{ - // Constructor (called when the library is loaded) - fName = "R3BXBallContFact"; - fTitle = "Factory for parameter containers in libR3BXBall"; - setAllContainers(); - FairRuntimeDb::instance()->addContFactory(this); -} - -void R3BXBallContFact::setAllContainers() -{ - /** Creates the Container objects with all accepted contexts and adds them to - * the list of containers for the STS library.*/ - /* - FairContainer* p1= new FairContainer("R3BXBallDigiPar", - "Sts Digitisation Parameters", - "TestDefaultContext"); - p1->addContext("TestNonDefaultContext"); - - FairContainer* p2= new FairContainer("CbmGeoStsPar", - "Sts Geometry Parameters", - "TestDefaultContext"); - p2->addContext("TestNonDefaultContext"); - - containers->Add(p1); - containers->Add(p2); - */ -} - -FairParSet* R3BXBallContFact::createContainer(FairContainer* c) -{ - /** Calls the constructor of the corresponding parameter container. - * For an actual context, which is not an empty string and not the default context - * of this container, the name is concatinated with the context. */ - /* - const char* name=c->GetName(); - LOG(info) << "container name " << name; - FairParSet* p=0; - if (strcmp(name,"R3BXBallDigiPar")==0) { - p=new R3BXBallDigiPar(c->getConcatName().Data(),c->GetTitle(),c->getContext()); - } - if (strcmp(name,"CbmGeoStsPar")==0) { - p=new CbmGeoStsPar(c->getConcatName().Data(),c->GetTitle(),c->getContext()); - } - return p; - */ - return NULL; -} - -void R3BXBallContFact::activateParIo(FairParIo* io) -{ - // activates the input/output class for the parameters - // needed by the Sts - /* - if (strcmp(io->IsA()->GetName(),"FairParRootFileIo")==0) { - R3BXBallParRootFileIo* p=new R3BXBallParRootFileIo(((FairParRootFileIo*)io)->getParRootFile()); - io->setDetParIo(p); - } - if (strcmp(io->IsA()->GetName(),"FairParAsciiFileIo")==0) { - R3BXBallParAsciiFileIo* p=new R3BXBallParAsciiFileIo(((FairParAsciiFileIo*)io)->getFile()); - io->setDetParIo(p); - } - */ -} - -ClassImp(R3BXBallContFact) diff --git a/xball/R3BXBallContFact.h b/xball/R3BXBallContFact.h deleted file mode 100644 index 94dad9318..000000000 --- a/xball/R3BXBallContFact.h +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifndef R3BXBALLCONTFACT_H -#define R3BXBALLCONTFACT_H - -#include "FairContFact.h" - -class FairContainer; - -class R3BXBallContFact : public FairContFact -{ - private: - void setAllContainers(); - - public: - R3BXBallContFact(); - ~R3BXBallContFact() {} - FairParSet* createContainer(FairContainer*); - void activateParIo(FairParIo* io); - ClassDef(R3BXBallContFact, 0) // Factory for all CALO parameter containers -}; - -#endif /* !R3BXBALLCONTFACT_H */ diff --git a/xball/R3BXBallv0.cxx b/xball/R3BXBallv0.cxx deleted file mode 100644 index 3758b55f1..000000000 --- a/xball/R3BXBallv0.cxx +++ /dev/null @@ -1,2842 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallv0 source file ----- -// ----- Created 26/03/09 by D.Bertini ----- -// ----- new Version: 20/07/09 ----- -// ------------------------------------------------------------------------- -#include "R3BXBallv0.h" - -#include "R3BGeoXBall.h" -#include "R3BGeoXBallPar.h" -#include "R3BMCStack.h" -#include "R3BXBallPoint.h" - -#include "FairGeoInterface.h" -#include "FairGeoLoader.h" -#include "FairGeoNode.h" -#include "FairGeoRootBuilder.h" -#include "FairLogger.h" -#include "FairRootManager.h" -#include "FairRun.h" -#include "FairRuntimeDb.h" -#include "FairVolume.h" - -#include "TClonesArray.h" -#include "TGeoMCGeometry.h" -#include "TObjArray.h" -#include "TParticle.h" -#include "TRotation.h" -#include "TVirtualMC.h" - -// includes for modeling -#include "TGeoArb8.h" -#include "TGeoBBox.h" -#include "TGeoBoolNode.h" -#include "TGeoCompositeShape.h" -#include "TGeoCone.h" -#include "TGeoManager.h" -#include "TGeoMaterial.h" -#include "TGeoMatrix.h" -#include "TGeoMedium.h" -#include "TGeoPgon.h" -#include "TGeoSphere.h" -#include "TGeoTube.h" -#include "TParticle.h" -#include "TVector3.h" -#include "TVirtualMC.h" -// try the mathematical ROOT package -#include "Math/Point3D.h" -#include "Math/Rotation3D.h" - -// ----- Default constructor ------------------------------------------- -R3BXBallv0::R3BXBallv0() - : R3BDetector("R3BXBallv0", kTRUE, kCAL) -{ - ResetParameters(); - fXBallCollection = new TClonesArray("R3BXBallPoint"); - fPosIndex = 0; - kGeoSaved = kFALSE; - flGeoPar = new TList(); - flGeoPar->SetName(GetName()); - fVerboseLevel = 1; - fGeoVersion = 1; -} -// ------------------------------------------------------------------------- - -// ----- Standard constructor ------------------------------------------ -R3BXBallv0::R3BXBallv0(const char* name, Bool_t active) - : R3BDetector(name, active, kCAL) -{ - ResetParameters(); - fXBallCollection = new TClonesArray("R3BXBallPoint"); - fPosIndex = 0; - kGeoSaved = kFALSE; - flGeoPar = new TList(); - flGeoPar->SetName(GetName()); - fVerboseLevel = 1; - fGeoVersion = 1; -} -// ------------------------------------------------------------------------- - -// ----- Destructor ---------------------------------------------------- -R3BXBallv0::~R3BXBallv0() -{ - - if (flGeoPar) - delete flGeoPar; - if (fXBallCollection) - { - fXBallCollection->Delete(); - delete fXBallCollection; - } -} -// ------------------------------------------------------------------------- - -void R3BXBallv0::Initialize() -{ - FairDetector::Initialize(); - - LOG(info) << "R3BXBallv0 initialisation"; - LOG(debug) << "R3BXBallv0: Vol. (McId)"; - LOG(debug) << "R3BXBallv0: Crystal A : " << gMC->VolId("crystalLogNAJA"); - LOG(debug) << "R3BXBallv0: Crystal B : " << gMC->VolId("crystalLogNAJB"); - LOG(debug) << "R3BXBallv0: Crystal C : " << gMC->VolId("crystalLogNAJC"); - LOG(debug) << "R3BXBallv0: Crystal D : " << gMC->VolId("crystalLogNAJD"); - - // Crystals type ID - // type ID - // A 1 - // B 2 - // C 3 - // D 4 - - fTypeA = gMC->VolId("crystalLogNAJA"); - fTypeB = gMC->VolId("crystalLogNAJB"); - fTypeC = gMC->VolId("crystalLogNAJC"); - fTypeD = gMC->VolId("crystalLogNAJD"); - - TGeoVolume* vol = gGeoManager->GetVolume("CBLogWorld"); - vol->SetVisibility(kFALSE); -} - -// ----- Public method ProcessHits -------------------------------------- -Bool_t R3BXBallv0::ProcessHits(FairVolume* vol) -{ - - Int_t copyNo = 0; - Int_t fVolID = gMC->CurrentVolID(copyNo); - Int_t fCrystalType = GetCrystalType(fVolID); - - if (gMC->IsTrackEntering()) - { - fELoss = 0.; - fTime = gMC->TrackTime() * 1.0e09; - fLength = gMC->TrackLength(); - gMC->TrackPosition(fPosIn); - gMC->TrackMomentum(fMomIn); - } - - // Sum energy loss for all steps in the active volume - fELoss += gMC->Edep(); - - // Set additional parameters at exit of active volume. Create R3BXBallPoint. - if (gMC->IsTrackExiting() || gMC->IsTrackStop() || gMC->IsTrackDisappeared()) - { - fTrackID = gMC->GetStack()->GetCurrentTrackNumber(); - fVolumeID = vol->getMCid(); - gMC->TrackPosition(fPosOut); - gMC->TrackMomentum(fMomOut); - if (fELoss == 0.) - return kFALSE; - - if (gMC->IsTrackExiting()) - { - const Double_t* oldpos; - const Double_t* olddirection; - Double_t newpos[3]; - Double_t newdirection[3]; - Double_t safety; - - gGeoManager->FindNode(fPosOut.X(), fPosOut.Y(), fPosOut.Z()); - oldpos = gGeoManager->GetCurrentPoint(); - olddirection = gGeoManager->GetCurrentDirection(); - - for (Int_t i = 0; i < 3; i++) - { - newdirection[i] = -1 * olddirection[i]; - } - - gGeoManager->SetCurrentDirection(newdirection); - // TGeoNode *bla = gGeoManager->FindNextBoundary(2); - safety = gGeoManager->GetSafeDistance(); - - gGeoManager->SetCurrentDirection(-newdirection[0], -newdirection[1], -newdirection[2]); - - for (Int_t i = 0; i < 3; i++) - { - newpos[i] = oldpos[i] - (3 * safety * olddirection[i]); - } - - fPosOut.SetX(newpos[0]); - fPosOut.SetY(newpos[1]); - fPosOut.SetZ(newpos[2]); - } - - AddHit(fTrackID, - fVolumeID, - fCrystalType, - copyNo, - TVector3(fPosIn.X(), fPosIn.Y(), fPosIn.Z()), - TVector3(fPosOut.X(), fPosOut.Y(), fPosOut.Z()), - TVector3(fMomIn.Px(), fMomIn.Py(), fMomIn.Pz()), - TVector3(fMomOut.Px(), fMomOut.Py(), fMomOut.Pz()), - fTime, - fLength, - fELoss); - - // Increment number of XBallPoints for this track - R3BStack* stack = (R3BStack*)gMC->GetStack(); - stack->AddPoint(kCAL); - - ResetParameters(); - } - - return kTRUE; -} - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BXBallv0::BeginEvent() {} - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BXBallv0::EndOfEvent() -{ - - if (fVerboseLevel) - Print(); - fXBallCollection->Clear(); - - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method Register ------------------------------------------- -void R3BXBallv0::Register() -{ - FairRootManager::Instance()->Register("CrystalPoint", GetName(), fXBallCollection, kTRUE); -} -// ---------------------------------------------------------------------------- - -// ----- Public method GetCollection -------------------------------------- -TClonesArray* R3BXBallv0::GetCollection(Int_t iColl) const -{ - if (iColl == 0) - return fXBallCollection; - else - return NULL; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Print ---------------------------------------------- -void R3BXBallv0::Print() const -{ - Int_t nHits = fXBallCollection->GetEntriesFast(); - LOG(info) << "R3BXBallv0: " << nHits << " points registered in this event"; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Reset ---------------------------------------------- -void R3BXBallv0::Reset() -{ - fXBallCollection->Clear(); - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method CopyClones ----------------------------------------- -void R3BXBallv0::CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset) -{ - Int_t nEntries = cl1->GetEntriesFast(); - LOG(info) << "R3BXBallv0: " << nEntries << " entries to add"; - TClonesArray& clref = *cl2; - R3BXBallPoint* oldpoint = NULL; - for (Int_t i = 0; i < nEntries; i++) - { - oldpoint = (R3BXBallPoint*)cl1->At(i); - Int_t index = oldpoint->GetTrackID() + offset; - oldpoint->SetTrackID(index); - new (clref[fPosIndex]) R3BXBallPoint(*oldpoint); - fPosIndex++; - } - LOG(info) << "R3BXBallv0: " << cl2->GetEntriesFast() << " merged entries"; -} - -// ----- Private method AddHit -------------------------------------------- -R3BXBallPoint* R3BXBallv0::AddHit(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss) -{ - TClonesArray& clref = *fXBallCollection; - Int_t size = clref.GetEntriesFast(); - if (fVerboseLevel > 1) - LOG(info) << "R3BXBallv0: Adding Point at (" << posIn.X() << ", " << posIn.Y() << ", " << posIn.Z() - << ") cm, detector " << detID << ", track " << trackID << ", energy loss " << eLoss * 1e06 << " keV"; - return new (clref[size]) R3BXBallPoint(trackID, detID, type, cp, posIn, posOut, momIn, momOut, time, length, eLoss); -} - -void R3BXBallv0::ConstructGeometry() { return ConstructGeometry2(); } - -void R3BXBallv0::ConstructGeometry2() -{ - - LOG(info) << "##################################################################" - - << "* -I- R3BXBallv0 R3BXBallv0::ConstructGeometry() *" - - << "* Darmstadt-Heidelberg Crystal Ball - CAVE C Setup *" - - << "##################################################################"; - - // out-of-file geometry definition - Double_t dx, dy, dz; - Double_t theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2; - Double_t rmin, rmax, rmin1, rmax1, rmin2, rmax2; - Double_t a; - Double_t thx, phx, thy, phy, thz, phz; - Double_t theta1, theta2, phi1, phi2, dphi; - Double_t z, density, radl, absl, w; - Int_t nel, numed, nz, nedges; - TGeoBoolNode* pBoolNode = 0; - - // --- Local Material definition - - // Mixture: Air - TGeoMedium* pMed2 = NULL; - if (gGeoManager->GetMedium("Air")) - { - pMed2 = gGeoManager->GetMedium("Air"); - } - else - { - nel = 2; - density = 0.001290; - TGeoMixture* pMat2 = new TGeoMixture("Air", nel, density); - a = 14.006740; - z = 7.000000; - w = 0.700000; // N - pMat2->DefineElement(0, a, z, w); - a = 15.999400; - z = 8.000000; - w = 0.300000; // O - pMat2->DefineElement(1, a, z, w); - pMat2->SetIndex(1); - // Medium: Air - numed = 1; // medium number - Double_t par[8]; - par[0] = 0.000000; // isvol - par[1] = 0.000000; // ifield - par[2] = 0.000000; // fieldm - par[3] = 0.000000; // tmaxfd - par[4] = 0.000000; // stemax - par[5] = 0.000000; // deemax - par[6] = 0.000100; // epsil - par[7] = 0.000000; // stmin - pMed2 = new TGeoMedium("Air", numed, pMat2, par); - } - - // Mixture: CsI - TGeoMedium* pMed9 = NULL; - if (gGeoManager->GetMedium("CsIn")) - { - pMed9 = gGeoManager->GetMedium("CsIn"); - } - else - { - nel = 2; - density = 4.510000; - TGeoMixture* pMat9 = new TGeoMixture("CsIn", nel, density); - a = 132.905450; - z = 55.000000; - w = 0.511549; // CS - pMat9->DefineElement(0, a, z, w); - a = 126.904470; - z = 53.000000; - w = 0.488451; // I - pMat9->DefineElement(1, a, z, w); - pMat9->SetIndex(601); - Double_t par[8]; - par[0] = 0.000000; // isvol - par[1] = 0.000000; // ifield - par[2] = 0.000000; // fieldm - par[3] = 0.000000; // tmaxfd - par[4] = 0.000000; // stemax - par[5] = 0.000000; // deemax - par[6] = 0.000100; // epsil - par[7] = 0.000000; // stmin - pMed9 = new TGeoMedium("CsIn", 2, pMat9, par); - } - - // Material: Aluminum - TGeoMedium* pMed21 = NULL; - if (gGeoManager->GetMedium("Aluminum")) - { - pMed21 = gGeoManager->GetMedium("Aluminum"); - } - else - { - a = 26.980000; - z = 13.000000; - density = 2.700000; - radl = 8.875105; - absl = 388.793113; - TGeoMaterial* matAl = new TGeoMaterial("Aluminum", a, z, density, radl, absl); - Double_t par[8]; - par[0] = 0.000000; // isvol - par[1] = 0.000000; // ifield - par[2] = 0.000000; // fieldm - par[3] = 0.000000; // tmaxfd - par[4] = 0.000000; // stemax - par[5] = 0.000000; // deemax - par[6] = 0.000100; // epsil - par[7] = 0.000000; // stmin - pMed21 = new TGeoMedium("Aluminum", 3, matAl, par); - } - - // ---- Geometry Definition - // Get the top Volume - TGeoVolume* top = gGeoManager->GetTopVolume(); - - // SHAPES, VOLUMES AND GEOMETRICAL HIERARCHY - // Shape: CBSphereWorld type: TGeoSphere - rmin = 24.250000; - rmax = 70.000000; - theta1 = 0.000000; - theta2 = 180.000000; - phi1 = 0.000000; - phi2 = 360.000000; - TGeoShape* pCBSphereWorld = new TGeoSphere("CBSphereWorld", rmin, rmax, theta1, theta2, phi1, phi2); - // Volume: CBLogWorld - TGeoVolume* pCBLogWorld = new TGeoVolume("CBLogWorld", pCBSphereWorld, pMed2); - pCBLogWorld->SetVisLeaves(kTRUE); - - TGeoRotation* pGlobalRot = createMatrix(TMath::Pi() * TMath::RadToDeg() / 2., 0.0, 0.0); - TGeoTranslation* pGlobalt = new TGeoTranslation(0.0, 0.0, 0.0); - TGeoCombiTrans* pGlobalc = new TGeoCombiTrans(*pGlobalt, *pGlobalRot); - - // TGeoCombiTrans *pG = GetGlobalPosition(); - // TGeoHMatrix pTotal = (*pG) * (*pGlobalc); - - // add the sphere as Mother Volume - top->AddNode(pCBLogWorld, 0, GetGlobalPosition(pGlobalc)); - - // Shape: PGON type: TGeoPgon - phi1 = 0.000000; - dphi = 360.000000; - nedges = 5; - nz = 2; - Double_t zPlane[2] = { -10.0, 10.0 }; - Double_t rInner[2] = { 0., 0. }; - Double_t rOuter[2] = { 3.688, 6.638 }; - TGeoPgon* pgon = new TGeoPgon("PGON", phi1, dphi, nedges, nz); - pgon->DefineSection(0, zPlane[0], rInner[0], rOuter[0]); - pgon->DefineSection(1, zPlane[1], rInner[1], rOuter[1]); - TGeoShape* pPGON = pgon; - - Double_t NAJA_X[12] = { -184.0195, 184.0195, 0, 0, -297.7205, -297.7205, - 297.7205, 297.7205, 0, 0, -184.0195, 184.0195 }; - Double_t NAJA_Y[12] = { 297.7205, 297.7205, 184.0195, 184.0195, 0, 0, - 0, 0, -184.0195, -184.0195, -297.7205, -297.7205 }; - Double_t NAJA_Z[12] = { 0, 0, 297.7205, -297.7205, -184.0195, 184.0195, - -184.0195, 184.0195, 297.7205, -297.7205, 0, 0 }; - - TVector3 NAJA_Rot_col_X[12]; - NAJA_Rot_col_X[0].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Cos(211.720000 * TMath::Pi() / 180), - TMath::Sin(72.000000 * TMath::Pi() / 180) * TMath::Cos(31.720000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Cos(121.720000 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[1].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Cos(328.280000 * TMath::Pi() / 180), - TMath::Sin(108.000000 * TMath::Pi() / 180) * TMath::Cos(328.280000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Cos(58.280000 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[2].SetXYZ(TMath::Sin(99.350000 * TMath::Pi() / 180) * TMath::Cos(15.450000 * TMath::Pi() / 180), - TMath::Sin(120.000000 * TMath::Pi() / 180) * TMath::Cos(110.905000 * TMath::Pi() / 180), - TMath::Sin(31.718000 * TMath::Pi() / 180) * TMath::Cos(90.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[3].SetXYZ(TMath::Sin(80.650000 * TMath::Pi() / 180) * TMath::Cos(15.450000 * TMath::Pi() / 180), - TMath::Sin(120.000000 * TMath::Pi() / 180) * TMath::Cos(290.905000 * TMath::Pi() / 180), - TMath::Sin(148.282000 * TMath::Pi() / 180) * TMath::Cos(90.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[4].SetXYZ(TMath::Sin(105.24000 * TMath::Pi() / 180) * TMath::Cos(80.310000 * TMath::Pi() / 180), - TMath::Sin(144.00000 * TMath::Pi() / 180) * TMath::Cos(328.28620 * TMath::Pi() / 180), - TMath::Sin(121.717186 * TMath::Pi() / 180) * TMath::Cos(180.0035095 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[5].SetXYZ(TMath::Sin(74.760000 * TMath::Pi() / 180) * TMath::Cos(80.310000 * TMath::Pi() / 180), - TMath::Sin(144.000000 * TMath::Pi() / 180) * TMath::Cos(148.286600 * TMath::Pi() / 180), - TMath::Sin(58.2822647 * TMath::Pi() / 180) * TMath::Cos(180.0037079 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[6].SetXYZ(TMath::Sin(105.240000 * TMath::Pi() / 180) * TMath::Cos(99.690000 * TMath::Pi() / 180), - TMath::Sin(36.000000 * TMath::Pi() / 180) * TMath::Cos(31.713800 * TMath::Pi() / 180), - TMath::Sin(121.717000 * TMath::Pi() / 180) * TMath::Cos(359.9964905 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[7].SetXYZ(TMath::Sin(74.760000 * TMath::Pi() / 180) * TMath::Cos(99.690000 * TMath::Pi() / 180), - TMath::Sin(36.000000 * TMath::Pi() / 180) * TMath::Cos(211.713560 * TMath::Pi() / 180), - TMath::Sin(58.282450 * TMath::Pi() / 180) * TMath::Cos(359.996300 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[8].SetXYZ(TMath::Sin(99.350000 * TMath::Pi() / 180) * TMath::Cos(344.550000 * TMath::Pi() / 180), - TMath::Sin(60.000000 * TMath::Pi() / 180) * TMath::Cos(69.095000 * TMath::Pi() / 180), - TMath::Sin(31.717600 * TMath::Pi() / 180) * TMath::Cos(270.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[9].SetXYZ(TMath::Sin(80.650000 * TMath::Pi() / 180) * TMath::Cos(344.550000 * TMath::Pi() / 180), - TMath::Sin(60.000000 * TMath::Pi() / 180) * TMath::Cos(249.095000 * TMath::Pi() / 180), - TMath::Sin(148.282400 * TMath::Pi() / 180) * TMath::Cos(270.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[10].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Cos(148.280000 * TMath::Pi() / 180), - TMath::Sin(108.000000 * TMath::Pi() / 180) * TMath::Cos(148.280000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Cos(238.280000 * TMath::Pi() / 180)); - - NAJA_Rot_col_X[11].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Cos(31.720000 * TMath::Pi() / 180), - TMath::Sin(72.000000 * TMath::Pi() / 180) * TMath::Cos(211.720000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Cos(301.720000 * TMath::Pi() / 180)); - - TVector3 NAJA_Rot_col_Y[12]; - NAJA_Rot_col_Y[0].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Sin(211.720000 * TMath::Pi() / 180), - TMath::Sin(72.000000 * TMath::Pi() / 180) * TMath::Sin(31.720000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Sin(121.720000 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[1].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Sin(328.280000 * TMath::Pi() / 180), - TMath::Sin(108.000000 * TMath::Pi() / 180) * TMath::Sin(328.280000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Sin(58.280000 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[2].SetXYZ(TMath::Sin(99.350000 * TMath::Pi() / 180) * TMath::Sin(15.450000 * TMath::Pi() / 180), - TMath::Sin(120.000000 * TMath::Pi() / 180) * TMath::Sin(110.905000 * TMath::Pi() / 180), - TMath::Sin(31.718000 * TMath::Pi() / 180) * TMath::Sin(90.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[3].SetXYZ(TMath::Sin(80.650000 * TMath::Pi() / 180) * TMath::Sin(15.450000 * TMath::Pi() / 180), - TMath::Sin(120.000000 * TMath::Pi() / 180) * TMath::Sin(290.905000 * TMath::Pi() / 180), - TMath::Sin(148.282000 * TMath::Pi() / 180) * TMath::Sin(90.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[4].SetXYZ(TMath::Sin(105.24000 * TMath::Pi() / 180) * TMath::Sin(80.310000 * TMath::Pi() / 180), - TMath::Sin(144.00000 * TMath::Pi() / 180) * TMath::Sin(328.28620 * TMath::Pi() / 180), - TMath::Sin(121.717186 * TMath::Pi() / 180) * TMath::Sin(180.0035095 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[5].SetXYZ(TMath::Sin(74.760000 * TMath::Pi() / 180) * TMath::Sin(80.310000 * TMath::Pi() / 180), - TMath::Sin(144.000000 * TMath::Pi() / 180) * TMath::Sin(148.286600 * TMath::Pi() / 180), - TMath::Sin(58.2822647 * TMath::Pi() / 180) * TMath::Sin(180.0037079 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[6].SetXYZ(TMath::Sin(105.240000 * TMath::Pi() / 180) * TMath::Sin(99.690000 * TMath::Pi() / 180), - TMath::Sin(36.000000 * TMath::Pi() / 180) * TMath::Sin(31.713800 * TMath::Pi() / 180), - TMath::Sin(121.717000 * TMath::Pi() / 180) * TMath::Sin(359.9964905 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[7].SetXYZ(TMath::Sin(74.760000 * TMath::Pi() / 180) * TMath::Sin(99.690000 * TMath::Pi() / 180), - TMath::Sin(36.000000 * TMath::Pi() / 180) * TMath::Sin(211.713560 * TMath::Pi() / 180), - TMath::Sin(58.282450 * TMath::Pi() / 180) * TMath::Sin(359.996300 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[8].SetXYZ(TMath::Sin(99.350000 * TMath::Pi() / 180) * TMath::Sin(344.550000 * TMath::Pi() / 180), - TMath::Sin(60.000000 * TMath::Pi() / 180) * TMath::Sin(69.095000 * TMath::Pi() / 180), - TMath::Sin(31.717600 * TMath::Pi() / 180) * TMath::Sin(270.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[9].SetXYZ(TMath::Sin(80.650000 * TMath::Pi() / 180) * TMath::Sin(344.550000 * TMath::Pi() / 180), - TMath::Sin(60.000000 * TMath::Pi() / 180) * TMath::Sin(249.095000 * TMath::Pi() / 180), - TMath::Sin(148.282400 * TMath::Pi() / 180) * TMath::Sin(270.000000 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[10].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Sin(148.280000 * TMath::Pi() / 180), - TMath::Sin(108.000000 * TMath::Pi() / 180) * TMath::Sin(148.280000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Sin(238.280000 * TMath::Pi() / 180)); - - NAJA_Rot_col_Y[11].SetXYZ(TMath::Sin(18.000000 * TMath::Pi() / 180) * TMath::Sin(31.720000 * TMath::Pi() / 180), - TMath::Sin(72.000000 * TMath::Pi() / 180) * TMath::Sin(211.720000 * TMath::Pi() / 180), - TMath::Sin(90.000000 * TMath::Pi() / 180) * TMath::Sin(301.720000 * TMath::Pi() / 180)); - - TVector3 NAJA_Rot_col_Z[12]; - NAJA_Rot_col_Z[0].SetXYZ(TMath::Cos(18.000000 * TMath::Pi() / 180), - TMath::Cos(72.000000 * TMath::Pi() / 180), - TMath::Cos(90.000000 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[1].SetXYZ(TMath::Cos(18.000000 * TMath::Pi() / 180), - TMath::Cos(108.000000 * TMath::Pi() / 180), - TMath::Cos(90.000000 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[2].SetXYZ(TMath::Cos(99.350000 * TMath::Pi() / 180), - TMath::Cos(120.000000 * TMath::Pi() / 180), - TMath::Cos(31.718000 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[3].SetXYZ(TMath::Cos(80.650000 * TMath::Pi() / 180), - TMath::Cos(120.000000 * TMath::Pi() / 180), - TMath::Cos(148.282000 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[4].SetXYZ(TMath::Cos(105.24000 * TMath::Pi() / 180), - TMath::Cos(144.00000 * TMath::Pi() / 180), - TMath::Cos(121.717186 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[5].SetXYZ(TMath::Cos(74.760000 * TMath::Pi() / 180), - TMath::Cos(144.000000 * TMath::Pi() / 180), - TMath::Cos(58.2822647 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[6].SetXYZ(TMath::Cos(105.240000 * TMath::Pi() / 180), - TMath::Cos(36.000000 * TMath::Pi() / 180), - TMath::Cos(121.717000 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[7].SetXYZ(TMath::Cos(74.760000 * TMath::Pi() / 180), - TMath::Cos(36.000000 * TMath::Pi() / 180), - TMath::Cos(58.282450 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[8].SetXYZ(TMath::Cos(99.350000 * TMath::Pi() / 180), - TMath::Cos(60.000000 * TMath::Pi() / 180), - TMath::Cos(31.717600 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[9].SetXYZ(TMath::Cos(80.650000 * TMath::Pi() / 180), - TMath::Cos(60.000000 * TMath::Pi() / 180), - TMath::Cos(148.282400 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[10].SetXYZ(TMath::Cos(18.000000 * TMath::Pi() / 180), - TMath::Cos(108.000000 * TMath::Pi() / 180), - TMath::Cos(90.000000 * TMath::Pi() / 180)); - NAJA_Rot_col_Z[11].SetXYZ(TMath::Cos(18.000000 * TMath::Pi() / 180), - TMath::Cos(72.000000 * TMath::Pi() / 180), - TMath::Cos(90.000000 * TMath::Pi() / 180)); - - // Volume: crystalLogNAJA - TGeoVolume* pcrystalLogNAJA = new TGeoVolume("crystalLogNAJA", pPGON, pMed9); - AddSensitiveVolume(pcrystalLogNAJA); - pcrystalLogNAJA->SetVisLeaves(kTRUE); - - // -- First part defined - TGeoRotation* pRot = NULL; - for (Int_t iter1 = 0; iter1 < 12; iter1++) - { - - Double_t fRotation[9] = { - NAJA_Rot_col_X[iter1].X(), NAJA_Rot_col_X[iter1].Y(), NAJA_Rot_col_X[iter1].Z(), - NAJA_Rot_col_Y[iter1].X(), NAJA_Rot_col_Y[iter1].Y(), NAJA_Rot_col_Y[iter1].Z(), - NAJA_Rot_col_Z[iter1].X(), NAJA_Rot_col_Z[iter1].Y(), NAJA_Rot_col_Z[iter1].Z(), - }; - - pRot = new TGeoRotation(); - pRot->SetMatrix(fRotation); - - dx = NAJA_X[iter1] / 10.; - dy = NAJA_Y[iter1] / 10.; - dz = NAJA_Z[iter1] / 10.; - - TGeoTranslation* trans = new TGeoTranslation(dx, dy, dz); - TGeoCombiTrans* combi = new TGeoCombiTrans(*trans, *pRot); - - pCBLogWorld->AddNode(pcrystalLogNAJA, iter1, combi); - - } //! for iter1 - - //-- Adding single crystal - - // Shape: TRB1 type: TGeoTrap - dz = 10.000000; - theta = 0.000000; - phi = 0.000000; - h1 = 1.542000; - bl1 = 4.848000; - tl1 = 2.658000; - alpha1 = 0.000000; - h2 = 2.778000; - bl2 = 8.726000; - tl2 = 4.780000; - alpha2 = 0.000000; - TGeoShape* pTRB1 = new TGeoTrap("TRB1", dz, theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2); - // Shape: TRB2 type: TGeoTrap - dz = 10.000000; - theta = 0.000000; - phi = 0.000000; - h1 = 1.863000; - bl1 = 4.850000; - tl1 = 2.162000; - alpha1 = 0.000000; - h2 = 3.353000; - bl2 = 8.730000; - tl2 = 3.892000; - alpha2 = 0.000000; - TGeoShape* pTRB2 = new TGeoTrap("TRB2", dz, theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2); - // Combi transformation: TRB - dx = 0.000000; - dy = -4.748000; - dz = -0.292480; - // Rotation: - thx = 90.000000; - phx = 180.000000; - thy = 97.775000; - phy = 270.000000; - thz = 7.775000; - phz = 270.000000; - TGeoRotation* pMatrix3 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix2 = new TGeoCombiTrans("TRB", dx, dy, dz, pMatrix3); - // Union for TRB1 and TRB2 - pBoolNode = new TGeoUnion(pTRB1, pTRB2, 0, pMatrix2); - // Shape: TRB type: TGeoCompositeShape - TGeoShape* pTRB = new TGeoCompositeShape("TRB", pBoolNode); - pTRB->SetTitle("TRB1+TRB2:TRB"); - // Volume: crystalLogNAJB - TGeoVolume* pcrystalLogNAJB = new TGeoVolume("crystalLogNAJB", pTRB, pMed9); - - Double_t NAJB_X[60] = { -93.1805, 93.1805, -152.88, -152.88, 152.88, 152.88, -241.4999, -241.4999, - -54.7505, 54.7505, 241.4999, 241.4999, 54.7505, -54.7505, -88.6375, 88.6375, - 88.6375, -88.6375, -247.3589, -302.1269, -302.1269, -247.3589, 0, 247.3589, - 302.1269, 302.1269, 247.3589, 0, -337.3685, -337.3685, 337.3685, 337.3685, - 0, -247.3589, -302.1269, -302.1269, -247.3589, 0, 247.3589, 302.1269, - 302.1269, 247.3589, 88.6375, -88.6375, -88.6375, 88.6375, 54.7505, -54.7505, - -241.4999, -241.4999, -54.7505, 54.7505, 241.4999, 241.4999, -152.88, -152.88, - 152.88, 152.88, -93.1805, 93.1805 }; - Double_t NAJB_Y[60] = { 337.3685, 337.3685, 302.1129, 302.1129, 302.1129, 302.1129, 247.3274, 247.3274, - 241.4789, 241.4789, 247.3274, 247.3274, 241.4789, 241.4789, 152.873, 152.873, - 152.873, 152.873, 54.775, 88.6375, 88.6375, 54.775, 98.056, 54.775, - 88.6375, 88.6375, 54.775, 98.056, 0, 0, 0, 0, - -98.056, -54.775, -88.6375, -88.6375, -54.775, -98.056, -54.775, -88.6375, - -88.6375, -54.775, -152.873, -152.873, -152.873, -152.873, -241.4789, -241.4789, - -247.3274, -247.3274, -241.4789, -241.4789, -247.3274, -247.3274, -302.1129, -302.1129, - -302.1129, -302.1129, -337.3685, -337.3685 }; - Double_t NAJB_Z[60] = { 0, 0, -88.6305, 88.6305, 88.6305, -88.6305, -54.831, 54.831, - 247.3659, 247.3659, 54.831, -54.831, -247.3659, -247.3659, 302.1129, 302.1129, - -302.1129, -302.1129, -241.4824, -152.8485, 152.8485, 241.4824, 335.9824, 241.4824, - 152.8485, -152.8485, -241.4824, -335.9824, -93.1805, 93.1805, -93.1805, 93.1805, - 335.9824, 241.4824, 152.8485, -152.8485, -241.4824, -335.9824, -241.4824, -152.8485, - 152.8485, 241.4824, 302.1129, 302.1129, -302.1129, -302.1129, 247.3659, 247.3659, - 54.831, -54.831, -247.3659, -247.3659, -54.831, 54.831, 88.6305, -88.6305, - -88.6305, 88.6305, 0, 0 }; - - TVector3 NAJB_Rot_col_X[60]; - NAJB_Rot_col_X[0].SetXYZ(TMath::Sin(179.999939 * TMath::Pi() / 180) * TMath::Cos(-121.714996 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(-163.721970 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Cos(106.278061 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[1].SetXYZ(TMath::Sin(0.000003 * TMath::Pi() / 180) * TMath::Cos(-121.720016 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Cos(-16.278015 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(73.721939 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[2].SetXYZ(TMath::Sin(108.000031 * TMath::Pi() / 180) * TMath::Cos(-148.279999 * TMath::Pi() / 180), - TMath::Sin(23.548264 * TMath::Pi() / 180) * TMath::Cos(169.926025 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Cos(116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[3].SetXYZ(TMath::Sin(108.000092 * TMath::Pi() / 180) * TMath::Cos(31.719986 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Cos(169.926025 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Cos(116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[4].SetXYZ(TMath::Sin(71.999969 * TMath::Pi() / 180) * TMath::Cos(-31.720016 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Cos(10.073961 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Cos(63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[5].SetXYZ(TMath::Sin(71.999908 * TMath::Pi() / 180) * TMath::Cos(148.279953 * TMath::Pi() / 180), - TMath::Sin(23.548248 * TMath::Pi() / 180) * TMath::Cos(10.073951 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Cos(63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[6].SetXYZ(TMath::Sin(35.999985 * TMath::Pi() / 180) * TMath::Cos(-148.279999 * TMath::Pi() / 180), - TMath::Sin(55.488815 * TMath::Pi() / 180) * TMath::Cos(50.572174 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Cos(134.317352 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[7].SetXYZ(TMath::Sin(35.999985 * TMath::Pi() / 180) * TMath::Cos(31.719986 * TMath::Pi() / 180), - TMath::Sin(124.511108 * TMath::Pi() / 180) * TMath::Cos(50.572174 * TMath::Pi() / 180), - TMath::Sin(80.995865 * TMath::Pi() / 180) * TMath::Cos(134.317398 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[8].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Cos(-148.283234 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Cos(-42.728638 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Cos(102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[9].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Cos(148.283234 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Cos(-137.271378 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Cos(77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[10].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Cos(-31.720016 * TMath::Pi() / 180), - TMath::Sin(124.511169 * TMath::Pi() / 180) * TMath::Cos(129.427750 * TMath::Pi() / 180), - TMath::Sin(80.995819 * TMath::Pi() / 180) * TMath::Cos(45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[11].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Cos(148.279953 * TMath::Pi() / 180), - TMath::Sin(55.488846 * TMath::Pi() / 180) * TMath::Cos(129.427811 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Cos(45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[12].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Cos(-31.716766 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Cos(-137.271317 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Cos(77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[13].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Cos(31.716766 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Cos(-42.728607 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Cos(102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[14].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Cos(-69.094238 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Cos(23.223938 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Cos(120.102737 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[15].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Cos(69.094284 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Cos(156.776047 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Cos(59.897247 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[16].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Cos(-110.905762 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Cos(156.776047 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Cos(59.897308 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[17].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Cos(110.905701 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Cos(23.223938 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Cos(120.102692 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[18].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Cos(-69.093414 * TMath::Pi() / 180), - TMath::Sin(58.443619 * TMath::Pi() / 180) * TMath::Cos(-138.326401 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Cos(167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[19].SetXYZ(TMath::Sin(143.997803 * TMath::Pi() / 180) * TMath::Cos(31.715622 * TMath::Pi() / 180), - TMath::Sin(113.163864 * TMath::Pi() / 180) * TMath::Cos(-94.359375 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Cos(163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[20].SetXYZ(TMath::Sin(143.997803 * TMath::Pi() / 180) * TMath::Cos(-148.284317 * TMath::Pi() / 180), - TMath::Sin(66.836121 * TMath::Pi() / 180) * TMath::Cos(-94.359436 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Cos(163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[21].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Cos(110.906570 * TMath::Pi() / 180), - TMath::Sin(121.556427 * TMath::Pi() / 180) * TMath::Cos(-138.326401 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Cos(167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[22].SetXYZ(TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Cos(-0.000001 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Cos(90.000076 * TMath::Pi() / 180), - TMath::Sin(16.277985 * TMath::Pi() / 180) * TMath::Cos(89.999969 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[23].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Cos(-110.906570 * TMath::Pi() / 180), - TMath::Sin(121.556366 * TMath::Pi() / 180) * TMath::Cos(-41.673569 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Cos(12.487767 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[24].SetXYZ(TMath::Sin(36.002151 * TMath::Pi() / 180) * TMath::Cos(148.284378 * TMath::Pi() / 180), - TMath::Sin(66.836121 * TMath::Pi() / 180) * TMath::Cos(-85.640564 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Cos(16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[25].SetXYZ(TMath::Sin(36.002136 * TMath::Pi() / 180) * TMath::Cos(-31.715652 * TMath::Pi() / 180), - TMath::Sin(113.163864 * TMath::Pi() / 180) * TMath::Cos(-85.640564 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Cos(16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[26].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Cos(69.093414 * TMath::Pi() / 180), - TMath::Sin(58.443573 * TMath::Pi() / 180) * TMath::Cos(-41.673553 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Cos(12.487760 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[27].SetXYZ(TMath::Sin(89.999908 * TMath::Pi() / 180) * TMath::Cos(180.000000 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Cos(90.000076 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[28].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Cos(-0.000009 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Cos(180.000000 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[29].SetXYZ(TMath::Sin(89.999908 * TMath::Pi() / 180) * TMath::Cos(-89.999908 * TMath::Pi() / 180), - TMath::Sin(16.278000 * TMath::Pi() / 180) * TMath::Cos(0.000002 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Cos(-180.000000 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[30].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(-89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Cos(180.000000 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Cos(-0.000001 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[31].SetXYZ(TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Cos(90.000076 * TMath::Pi() / 180), - TMath::Sin(16.278015 * TMath::Pi() / 180) * TMath::Cos(-179.999939 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Cos(0.000000 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[32].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(-180.000000 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Cos(-89.999969 * TMath::Pi() / 180), - TMath::Sin(16.277985 * TMath::Pi() / 180) * TMath::Cos(-89.999969 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[33].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Cos(69.093414 * TMath::Pi() / 180), - TMath::Sin(121.556366 * TMath::Pi() / 180) * TMath::Cos(138.326401 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Cos(-167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[34].SetXYZ(TMath::Sin(36.002136 * TMath::Pi() / 180) * TMath::Cos(-31.715622 * TMath::Pi() / 180), - TMath::Sin(66.836060 * TMath::Pi() / 180) * TMath::Cos(94.359436 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Cos(-163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[35].SetXYZ(TMath::Sin(36.002136 * TMath::Pi() / 180) * TMath::Cos(148.284317 * TMath::Pi() / 180), - TMath::Sin(113.163864 * TMath::Pi() / 180) * TMath::Cos(94.359436 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Cos(-163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[36].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Cos(-110.906570 * TMath::Pi() / 180), - TMath::Sin(58.443573 * TMath::Pi() / 180) * TMath::Cos(138.326401 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Cos(-167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[37].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(0.000001 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Cos(-89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Cos(-89.999969 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[38].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Cos(110.906570 * TMath::Pi() / 180), - TMath::Sin(58.443573 * TMath::Pi() / 180) * TMath::Cos(41.673584 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Cos(-12.487763 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[39].SetXYZ(TMath::Sin(143.997864 * TMath::Pi() / 180) * TMath::Cos(-148.284317 * TMath::Pi() / 180), - TMath::Sin(113.163925 * TMath::Pi() / 180) * TMath::Cos(85.640564 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Cos(-16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[40].SetXYZ(TMath::Sin(143.997803 * TMath::Pi() / 180) * TMath::Cos(31.715637 * TMath::Pi() / 180), - TMath::Sin(66.836121 * TMath::Pi() / 180) * TMath::Cos(85.640610 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Cos(-16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[41].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Cos(-69.093414 * TMath::Pi() / 180), - TMath::Sin(121.556427 * TMath::Pi() / 180) * TMath::Cos(41.673553 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Cos(-12.487760 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[42].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Cos(110.905762 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Cos(-156.776047 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Cos(-59.897247 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[43].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Cos(-110.905701 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Cos(-23.223938 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Cos(-120.102737 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[44].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Cos(69.094238 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Cos(-23.223938 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Cos(-120.102692 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[45].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Cos(-69.094284 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Cos(-156.776047 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Cos(-59.897308 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[46].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Cos(31.716766 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Cos(137.271317 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Cos(-77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[47].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Cos(-31.716766 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Cos(42.728607 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Cos(-102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[48].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Cos(148.279953 * TMath::Pi() / 180), - TMath::Sin(124.511169 * TMath::Pi() / 180) * TMath::Cos(-50.572174 * TMath::Pi() / 180), - TMath::Sin(80.995819 * TMath::Pi() / 180) * TMath::Cos(-134.317398 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[49].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Cos(-31.719986 * TMath::Pi() / 180), - TMath::Sin(55.488846 * TMath::Pi() / 180) * TMath::Cos(-50.572174 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Cos(-134.317398 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[50].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Cos(148.283234 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Cos(42.728638 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Cos(-102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[51].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Cos(-148.283234 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Cos(137.271378 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Cos(-77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[52].SetXYZ(TMath::Sin(35.999969 * TMath::Pi() / 180) * TMath::Cos(31.720001 * TMath::Pi() / 180), - TMath::Sin(55.488815 * TMath::Pi() / 180) * TMath::Cos(-129.427811 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Cos(-45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[53].SetXYZ(TMath::Sin(35.999985 * TMath::Pi() / 180) * TMath::Cos(-148.279953 * TMath::Pi() / 180), - TMath::Sin(124.511108 * TMath::Pi() / 180) * TMath::Cos(-129.427811 * TMath::Pi() / 180), - TMath::Sin(80.995865 * TMath::Pi() / 180) * TMath::Cos(-45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[54].SetXYZ(TMath::Sin(71.999969 * TMath::Pi() / 180) * TMath::Cos(148.279953 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Cos(-169.926025 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Cos(-116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[55].SetXYZ(TMath::Sin(71.999908 * TMath::Pi() / 180) * TMath::Cos(-31.719986 * TMath::Pi() / 180), - TMath::Sin(23.548248 * TMath::Pi() / 180) * TMath::Cos(-169.926025 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Cos(-116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[56].SetXYZ(TMath::Sin(108.000031 * TMath::Pi() / 180) * TMath::Cos(31.720001 * TMath::Pi() / 180), - TMath::Sin(23.548264 * TMath::Pi() / 180) * TMath::Cos(-10.073964 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Cos(-63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[57].SetXYZ(TMath::Sin(108.000092 * TMath::Pi() / 180) * TMath::Cos(-148.279999 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Cos(-10.073964 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Cos(-63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[58].SetXYZ(TMath::Sin(0.000003 * TMath::Pi() / 180) * TMath::Cos(58.279968 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Cos(163.721970 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(-106.278061 * TMath::Pi() / 180)); - - NAJB_Rot_col_X[59].SetXYZ(TMath::Sin(179.999939 * TMath::Pi() / 180) * TMath::Cos(58.285004 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Cos(16.278000 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Cos(-73.721939 * TMath::Pi() / 180)); - - TVector3 NAJB_Rot_col_Y[60]; - NAJB_Rot_col_Y[0].SetXYZ(TMath::Sin(179.999939 * TMath::Pi() / 180) * TMath::Sin(-121.714996 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(-163.721970 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Sin(106.278061 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[1].SetXYZ(TMath::Sin(0.000003 * TMath::Pi() / 180) * TMath::Sin(-121.720016 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Sin(-16.278015 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(73.721939 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[2].SetXYZ(TMath::Sin(108.000031 * TMath::Pi() / 180) * TMath::Sin(-148.279999 * TMath::Pi() / 180), - TMath::Sin(23.548264 * TMath::Pi() / 180) * TMath::Sin(169.926025 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Sin(116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[3].SetXYZ(TMath::Sin(108.000092 * TMath::Pi() / 180) * TMath::Sin(31.719986 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Sin(169.926025 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Sin(116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[4].SetXYZ(TMath::Sin(71.999969 * TMath::Pi() / 180) * TMath::Sin(-31.720016 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Sin(10.073961 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Sin(63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[5].SetXYZ(TMath::Sin(71.999908 * TMath::Pi() / 180) * TMath::Sin(148.279953 * TMath::Pi() / 180), - TMath::Sin(23.548248 * TMath::Pi() / 180) * TMath::Sin(10.073951 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Sin(63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[6].SetXYZ(TMath::Sin(35.999985 * TMath::Pi() / 180) * TMath::Sin(-148.279999 * TMath::Pi() / 180), - TMath::Sin(55.488815 * TMath::Pi() / 180) * TMath::Sin(50.572174 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Sin(134.317352 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[7].SetXYZ(TMath::Sin(35.999985 * TMath::Pi() / 180) * TMath::Sin(31.719986 * TMath::Pi() / 180), - TMath::Sin(124.511108 * TMath::Pi() / 180) * TMath::Sin(50.572174 * TMath::Pi() / 180), - TMath::Sin(80.995865 * TMath::Pi() / 180) * TMath::Sin(134.317398 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[8].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Sin(-148.283234 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Sin(-42.728638 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Sin(102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[9].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Sin(148.283234 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Sin(-137.271378 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Sin(77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[10].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Sin(-31.720016 * TMath::Pi() / 180), - TMath::Sin(124.511169 * TMath::Pi() / 180) * TMath::Sin(129.427750 * TMath::Pi() / 180), - TMath::Sin(80.995819 * TMath::Pi() / 180) * TMath::Sin(45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[11].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Sin(148.279953 * TMath::Pi() / 180), - TMath::Sin(55.488846 * TMath::Pi() / 180) * TMath::Sin(129.427811 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Sin(45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[12].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Sin(-31.716766 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Sin(-137.271317 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Sin(77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[13].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Sin(31.716766 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Sin(-42.728607 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Sin(102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[14].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Sin(-69.094238 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Sin(23.223938 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Sin(120.102737 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[15].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Sin(69.094284 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Sin(156.776047 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Sin(59.897247 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[16].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Sin(-110.905762 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Sin(156.776047 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Sin(59.897308 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[17].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Sin(110.905701 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Sin(23.223938 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Sin(120.102692 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[18].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Sin(-69.093414 * TMath::Pi() / 180), - TMath::Sin(58.443619 * TMath::Pi() / 180) * TMath::Sin(-138.326401 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Sin(167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[19].SetXYZ(TMath::Sin(143.997803 * TMath::Pi() / 180) * TMath::Sin(31.715622 * TMath::Pi() / 180), - TMath::Sin(113.163864 * TMath::Pi() / 180) * TMath::Sin(-94.359375 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Sin(163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[20].SetXYZ(TMath::Sin(143.997803 * TMath::Pi() / 180) * TMath::Sin(-148.284317 * TMath::Pi() / 180), - TMath::Sin(66.836121 * TMath::Pi() / 180) * TMath::Sin(-94.359436 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Sin(163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[21].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Sin(110.906570 * TMath::Pi() / 180), - TMath::Sin(121.556427 * TMath::Pi() / 180) * TMath::Sin(-138.326401 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Sin(167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[22].SetXYZ(TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Sin(-0.000001 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Sin(90.000076 * TMath::Pi() / 180), - TMath::Sin(16.277985 * TMath::Pi() / 180) * TMath::Sin(89.999969 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[23].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Sin(-110.906570 * TMath::Pi() / 180), - TMath::Sin(121.556366 * TMath::Pi() / 180) * TMath::Sin(-41.673569 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Sin(12.487767 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[24].SetXYZ(TMath::Sin(36.002151 * TMath::Pi() / 180) * TMath::Sin(148.284378 * TMath::Pi() / 180), - TMath::Sin(66.836121 * TMath::Pi() / 180) * TMath::Sin(-85.640564 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Sin(16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[25].SetXYZ(TMath::Sin(36.002136 * TMath::Pi() / 180) * TMath::Sin(-31.715652 * TMath::Pi() / 180), - TMath::Sin(113.163864 * TMath::Pi() / 180) * TMath::Sin(-85.640564 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Sin(16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[26].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Sin(69.093414 * TMath::Pi() / 180), - TMath::Sin(58.443573 * TMath::Pi() / 180) * TMath::Sin(-41.673553 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Sin(12.487760 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[27].SetXYZ(TMath::Sin(89.999908 * TMath::Pi() / 180) * TMath::Sin(180.000000 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Sin(89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Sin(90.000076 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[28].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Sin(-0.000009 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Sin(180.000000 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[29].SetXYZ(TMath::Sin(89.999908 * TMath::Pi() / 180) * TMath::Sin(-89.999908 * TMath::Pi() / 180), - TMath::Sin(16.278000 * TMath::Pi() / 180) * TMath::Sin(0.000002 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Sin(-180.000000 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[30].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(-89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Sin(180.000000 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Sin(-0.000001 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[31].SetXYZ(TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Sin(90.000076 * TMath::Pi() / 180), - TMath::Sin(16.278015 * TMath::Pi() / 180) * TMath::Sin(-179.999939 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Sin(0.000000 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[32].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(-180.000000 * TMath::Pi() / 180), - TMath::Sin(106.278061 * TMath::Pi() / 180) * TMath::Sin(-89.999969 * TMath::Pi() / 180), - TMath::Sin(16.277985 * TMath::Pi() / 180) * TMath::Sin(-89.999969 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[33].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Sin(69.093414 * TMath::Pi() / 180), - TMath::Sin(121.556366 * TMath::Pi() / 180) * TMath::Sin(138.326401 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Sin(-167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[34].SetXYZ(TMath::Sin(36.002136 * TMath::Pi() / 180) * TMath::Sin(-31.715622 * TMath::Pi() / 180), - TMath::Sin(66.836060 * TMath::Pi() / 180) * TMath::Sin(94.359436 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Sin(-163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[35].SetXYZ(TMath::Sin(36.002136 * TMath::Pi() / 180) * TMath::Sin(148.284317 * TMath::Pi() / 180), - TMath::Sin(113.163864 * TMath::Pi() / 180) * TMath::Sin(94.359436 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Sin(-163.649902 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[36].SetXYZ(TMath::Sin(60.000854 * TMath::Pi() / 180) * TMath::Sin(-110.906570 * TMath::Pi() / 180), - TMath::Sin(58.443573 * TMath::Pi() / 180) * TMath::Sin(138.326401 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Sin(-167.512238 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[37].SetXYZ(TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(0.000001 * TMath::Pi() / 180), - TMath::Sin(73.721939 * TMath::Pi() / 180) * TMath::Sin(-89.999969 * TMath::Pi() / 180), - TMath::Sin(163.721970 * TMath::Pi() / 180) * TMath::Sin(-89.999969 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[38].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Sin(110.906570 * TMath::Pi() / 180), - TMath::Sin(58.443573 * TMath::Pi() / 180) * TMath::Sin(41.673584 * TMath::Pi() / 180), - TMath::Sin(133.631973 * TMath::Pi() / 180) * TMath::Sin(-12.487763 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[39].SetXYZ(TMath::Sin(143.997864 * TMath::Pi() / 180) * TMath::Sin(-148.284317 * TMath::Pi() / 180), - TMath::Sin(113.163925 * TMath::Pi() / 180) * TMath::Sin(85.640564 * TMath::Pi() / 180), - TMath::Sin(115.899887 * TMath::Pi() / 180) * TMath::Sin(-16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[40].SetXYZ(TMath::Sin(143.997803 * TMath::Pi() / 180) * TMath::Sin(31.715637 * TMath::Pi() / 180), - TMath::Sin(66.836121 * TMath::Pi() / 180) * TMath::Sin(85.640610 * TMath::Pi() / 180), - TMath::Sin(64.100113 * TMath::Pi() / 180) * TMath::Sin(-16.350067 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[41].SetXYZ(TMath::Sin(119.999146 * TMath::Pi() / 180) * TMath::Sin(-69.093414 * TMath::Pi() / 180), - TMath::Sin(121.556427 * TMath::Pi() / 180) * TMath::Sin(41.673553 * TMath::Pi() / 180), - TMath::Sin(46.368011 * TMath::Pi() / 180) * TMath::Sin(-12.487760 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[42].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Sin(110.905762 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Sin(-156.776047 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Sin(-59.897247 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[43].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Sin(-110.905701 * TMath::Pi() / 180), - TMath::Sin(85.992615 * TMath::Pi() / 180) * TMath::Sin(-23.223938 * TMath::Pi() / 180), - TMath::Sin(30.324402 * TMath::Pi() / 180) * TMath::Sin(-120.102737 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[44].SetXYZ(TMath::Sin(120.002426 * TMath::Pi() / 180) * TMath::Sin(69.094238 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Sin(-23.223938 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Sin(-120.102692 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[45].SetXYZ(TMath::Sin(59.997574 * TMath::Pi() / 180) * TMath::Sin(-69.094284 * TMath::Pi() / 180), - TMath::Sin(94.007385 * TMath::Pi() / 180) * TMath::Sin(-156.776047 * TMath::Pi() / 180), - TMath::Sin(149.675552 * TMath::Pi() / 180) * TMath::Sin(-59.897308 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[46].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Sin(31.716766 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Sin(137.271317 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Sin(-77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[47].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Sin(-31.716766 * TMath::Pi() / 180), - TMath::Sin(50.469315 * TMath::Pi() / 180) * TMath::Sin(42.728607 * TMath::Pi() / 180), - TMath::Sin(45.035828 * TMath::Pi() / 180) * TMath::Sin(-102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[48].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Sin(148.279953 * TMath::Pi() / 180), - TMath::Sin(124.511169 * TMath::Pi() / 180) * TMath::Sin(-50.572174 * TMath::Pi() / 180), - TMath::Sin(80.995819 * TMath::Pi() / 180) * TMath::Sin(-134.317398 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[49].SetXYZ(TMath::Sin(143.999985 * TMath::Pi() / 180) * TMath::Sin(-31.719986 * TMath::Pi() / 180), - TMath::Sin(55.488846 * TMath::Pi() / 180) * TMath::Sin(-50.572174 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Sin(-134.317398 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[50].SetXYZ(TMath::Sin(108.001343 * TMath::Pi() / 180) * TMath::Sin(148.283234 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Sin(42.728638 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Sin(-102.779205 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[51].SetXYZ(TMath::Sin(71.998657 * TMath::Pi() / 180) * TMath::Sin(-148.283234 * TMath::Pi() / 180), - TMath::Sin(129.530640 * TMath::Pi() / 180) * TMath::Sin(137.271378 * TMath::Pi() / 180), - TMath::Sin(134.964142 * TMath::Pi() / 180) * TMath::Sin(-77.220795 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[52].SetXYZ(TMath::Sin(35.999969 * TMath::Pi() / 180) * TMath::Sin(31.720001 * TMath::Pi() / 180), - TMath::Sin(55.488815 * TMath::Pi() / 180) * TMath::Sin(-129.427811 * TMath::Pi() / 180), - TMath::Sin(99.004181 * TMath::Pi() / 180) * TMath::Sin(-45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[53].SetXYZ(TMath::Sin(35.999985 * TMath::Pi() / 180) * TMath::Sin(-148.279953 * TMath::Pi() / 180), - TMath::Sin(124.511108 * TMath::Pi() / 180) * TMath::Sin(-129.427811 * TMath::Pi() / 180), - TMath::Sin(80.995865 * TMath::Pi() / 180) * TMath::Sin(-45.682571 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[54].SetXYZ(TMath::Sin(71.999969 * TMath::Pi() / 180) * TMath::Sin(148.279953 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Sin(-169.926025 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Sin(-116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[55].SetXYZ(TMath::Sin(71.999908 * TMath::Pi() / 180) * TMath::Sin(-31.719986 * TMath::Pi() / 180), - TMath::Sin(23.548248 * TMath::Pi() / 180) * TMath::Sin(-169.926025 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Sin(-116.841034 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[56].SetXYZ(TMath::Sin(108.000031 * TMath::Pi() / 180) * TMath::Sin(31.720001 * TMath::Pi() / 180), - TMath::Sin(23.548264 * TMath::Pi() / 180) * TMath::Sin(-10.073964 * TMath::Pi() / 180), - TMath::Sin(104.668808 * TMath::Pi() / 180) * TMath::Sin(-63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[57].SetXYZ(TMath::Sin(108.000092 * TMath::Pi() / 180) * TMath::Sin(-148.279999 * TMath::Pi() / 180), - TMath::Sin(156.451691 * TMath::Pi() / 180) * TMath::Sin(-10.073964 * TMath::Pi() / 180), - TMath::Sin(75.331177 * TMath::Pi() / 180) * TMath::Sin(-63.158966 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[58].SetXYZ(TMath::Sin(0.000003 * TMath::Pi() / 180) * TMath::Sin(58.279968 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Sin(163.721970 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(-106.278061 * TMath::Pi() / 180)); - - NAJB_Rot_col_Y[59].SetXYZ(TMath::Sin(179.999939 * TMath::Pi() / 180) * TMath::Sin(58.285004 * TMath::Pi() / 180), - TMath::Sin(89.999969 * TMath::Pi() / 180) * TMath::Sin(16.278000 * TMath::Pi() / 180), - TMath::Sin(90.000076 * TMath::Pi() / 180) * TMath::Sin(-73.721939 * TMath::Pi() / 180)); - - TVector3 NAJB_Rot_col_Z[60]; - NAJB_Rot_col_Z[0].SetXYZ(TMath::Cos(179.999939 * TMath::Pi() / 180), - TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Cos(90.000076 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[1].SetXYZ(TMath::Cos(0.000003 * TMath::Pi() / 180), - TMath::Cos(90.000076 * TMath::Pi() / 180), - TMath::Cos(89.999969 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[2].SetXYZ(TMath::Cos(108.000031 * TMath::Pi() / 180), - TMath::Cos(23.548264 * TMath::Pi() / 180), - TMath::Cos(104.668808 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[3].SetXYZ(TMath::Cos(108.000092 * TMath::Pi() / 180), - TMath::Cos(156.451691 * TMath::Pi() / 180), - TMath::Cos(75.331177 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[4].SetXYZ(TMath::Cos(71.999969 * TMath::Pi() / 180), - TMath::Cos(156.451691 * TMath::Pi() / 180), - TMath::Cos(75.331177 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[5].SetXYZ(TMath::Cos(71.999908 * TMath::Pi() / 180), - TMath::Cos(23.548248 * TMath::Pi() / 180), - TMath::Cos(104.668808 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[6].SetXYZ(TMath::Cos(35.999985 * TMath::Pi() / 180), - TMath::Cos(55.488815 * TMath::Pi() / 180), - TMath::Cos(99.004181 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[7].SetXYZ(TMath::Cos(35.999985 * TMath::Pi() / 180), - TMath::Cos(124.511108 * TMath::Pi() / 180), - TMath::Cos(80.995865 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[8].SetXYZ(TMath::Cos(71.998657 * TMath::Pi() / 180), - TMath::Cos(50.469315 * TMath::Pi() / 180), - TMath::Cos(45.035828 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[9].SetXYZ(TMath::Cos(108.001343 * TMath::Pi() / 180), - TMath::Cos(50.469315 * TMath::Pi() / 180), - TMath::Cos(45.035828 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[10].SetXYZ(TMath::Cos(143.999985 * TMath::Pi() / 180), - TMath::Cos(124.511169 * TMath::Pi() / 180), - TMath::Cos(80.995819 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[11].SetXYZ(TMath::Cos(143.999985 * TMath::Pi() / 180), - TMath::Cos(55.488846 * TMath::Pi() / 180), - TMath::Cos(99.004181 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[12].SetXYZ(TMath::Cos(108.001343 * TMath::Pi() / 180), - TMath::Cos(129.530640 * TMath::Pi() / 180), - TMath::Cos(134.964142 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[13].SetXYZ(TMath::Cos(71.998657 * TMath::Pi() / 180), - TMath::Cos(129.530640 * TMath::Pi() / 180), - TMath::Cos(134.964142 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[14].SetXYZ(TMath::Cos(59.997574 * TMath::Pi() / 180), - TMath::Cos(85.992615 * TMath::Pi() / 180), - TMath::Cos(30.324402 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[15].SetXYZ(TMath::Cos(120.002426 * TMath::Pi() / 180), - TMath::Cos(85.992615 * TMath::Pi() / 180), - TMath::Cos(30.324402 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[16].SetXYZ(TMath::Cos(120.002426 * TMath::Pi() / 180), - TMath::Cos(94.007385 * TMath::Pi() / 180), - TMath::Cos(149.675552 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[17].SetXYZ(TMath::Cos(59.997574 * TMath::Pi() / 180), - TMath::Cos(94.007385 * TMath::Pi() / 180), - TMath::Cos(149.675552 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[18].SetXYZ(TMath::Cos(119.999146 * TMath::Pi() / 180), - TMath::Cos(58.443619 * TMath::Pi() / 180), - TMath::Cos(133.631973 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[19].SetXYZ(TMath::Cos(143.997803 * TMath::Pi() / 180), - TMath::Cos(113.163864 * TMath::Pi() / 180), - TMath::Cos(115.899887 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[20].SetXYZ(TMath::Cos(143.997803 * TMath::Pi() / 180), - TMath::Cos(66.836121 * TMath::Pi() / 180), - TMath::Cos(64.100113 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[21].SetXYZ(TMath::Cos(119.999146 * TMath::Pi() / 180), - TMath::Cos(121.556427 * TMath::Pi() / 180), - TMath::Cos(46.368011 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[22].SetXYZ(TMath::Cos(90.000076 * TMath::Pi() / 180), - TMath::Cos(106.278061 * TMath::Pi() / 180), - TMath::Cos(16.277985 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[23].SetXYZ(TMath::Cos(60.000854 * TMath::Pi() / 180), - TMath::Cos(121.556366 * TMath::Pi() / 180), - TMath::Cos(46.368011 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[24].SetXYZ(TMath::Cos(36.002151 * TMath::Pi() / 180), - TMath::Cos(66.836121 * TMath::Pi() / 180), - TMath::Cos(64.100113 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[25].SetXYZ(TMath::Cos(36.002136 * TMath::Pi() / 180), - TMath::Cos(113.163864 * TMath::Pi() / 180), - TMath::Cos(115.899887 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[26].SetXYZ(TMath::Cos(60.000854 * TMath::Pi() / 180), - TMath::Cos(58.443573 * TMath::Pi() / 180), - TMath::Cos(133.631973 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[27].SetXYZ(TMath::Cos(89.999908 * TMath::Pi() / 180), - TMath::Cos(73.721939 * TMath::Pi() / 180), - TMath::Cos(163.721970 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[28].SetXYZ(TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Cos(163.721970 * TMath::Pi() / 180), - TMath::Cos(106.278061 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[29].SetXYZ(TMath::Cos(89.999908 * TMath::Pi() / 180), - TMath::Cos(16.278000 * TMath::Pi() / 180), - TMath::Cos(73.721939 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[30].SetXYZ(TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Cos(163.721970 * TMath::Pi() / 180), - TMath::Cos(106.278061 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[31].SetXYZ(TMath::Cos(90.000076 * TMath::Pi() / 180), - TMath::Cos(16.278015 * TMath::Pi() / 180), - TMath::Cos(73.721939 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[32].SetXYZ(TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Cos(106.278061 * TMath::Pi() / 180), - TMath::Cos(16.277985 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[33].SetXYZ(TMath::Cos(60.000854 * TMath::Pi() / 180), - TMath::Cos(121.556366 * TMath::Pi() / 180), - TMath::Cos(46.368011 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[34].SetXYZ(TMath::Cos(36.002136 * TMath::Pi() / 180), - TMath::Cos(66.836060 * TMath::Pi() / 180), - TMath::Cos(64.100113 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[35].SetXYZ(TMath::Cos(36.002136 * TMath::Pi() / 180), - TMath::Cos(113.163864 * TMath::Pi() / 180), - TMath::Cos(115.899887 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[36].SetXYZ(TMath::Cos(60.000854 * TMath::Pi() / 180), - TMath::Cos(58.443573 * TMath::Pi() / 180), - TMath::Cos(133.631973 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[37].SetXYZ(TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Cos(73.721939 * TMath::Pi() / 180), - TMath::Cos(163.721970 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[38].SetXYZ(TMath::Cos(119.999146 * TMath::Pi() / 180), - TMath::Cos(58.443573 * TMath::Pi() / 180), - TMath::Cos(133.631973 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[39].SetXYZ(TMath::Cos(143.997864 * TMath::Pi() / 180), - TMath::Cos(113.163925 * TMath::Pi() / 180), - TMath::Cos(115.899887 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[40].SetXYZ(TMath::Cos(143.997803 * TMath::Pi() / 180), - TMath::Cos(66.836121 * TMath::Pi() / 180), - TMath::Cos(64.100113 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[41].SetXYZ(TMath::Cos(119.999146 * TMath::Pi() / 180), - TMath::Cos(121.556427 * TMath::Pi() / 180), - TMath::Cos(46.368011 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[42].SetXYZ(TMath::Cos(59.997574 * TMath::Pi() / 180), - TMath::Cos(85.992615 * TMath::Pi() / 180), - TMath::Cos(30.324402 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[43].SetXYZ(TMath::Cos(120.002426 * TMath::Pi() / 180), - TMath::Cos(85.992615 * TMath::Pi() / 180), - TMath::Cos(30.324402 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[44].SetXYZ(TMath::Cos(120.002426 * TMath::Pi() / 180), - TMath::Cos(94.007385 * TMath::Pi() / 180), - TMath::Cos(149.675552 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[45].SetXYZ(TMath::Cos(59.997574 * TMath::Pi() / 180), - TMath::Cos(94.007385 * TMath::Pi() / 180), - TMath::Cos(149.675552 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[46].SetXYZ(TMath::Cos(71.998657 * TMath::Pi() / 180), - TMath::Cos(50.469315 * TMath::Pi() / 180), - TMath::Cos(45.035828 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[47].SetXYZ(TMath::Cos(108.001343 * TMath::Pi() / 180), - TMath::Cos(50.469315 * TMath::Pi() / 180), - TMath::Cos(45.035828 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[48].SetXYZ(TMath::Cos(143.999985 * TMath::Pi() / 180), - TMath::Cos(124.511169 * TMath::Pi() / 180), - TMath::Cos(80.995819 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[49].SetXYZ(TMath::Cos(143.999985 * TMath::Pi() / 180), - TMath::Cos(55.488846 * TMath::Pi() / 180), - TMath::Cos(99.004181 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[50].SetXYZ(TMath::Cos(108.001343 * TMath::Pi() / 180), - TMath::Cos(129.530640 * TMath::Pi() / 180), - TMath::Cos(134.964142 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[51].SetXYZ(TMath::Cos(71.998657 * TMath::Pi() / 180), - TMath::Cos(129.530640 * TMath::Pi() / 180), - TMath::Cos(134.964142 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[52].SetXYZ(TMath::Cos(35.999969 * TMath::Pi() / 180), - TMath::Cos(55.488815 * TMath::Pi() / 180), - TMath::Cos(99.004181 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[53].SetXYZ(TMath::Cos(35.999985 * TMath::Pi() / 180), - TMath::Cos(124.511108 * TMath::Pi() / 180), - TMath::Cos(80.995865 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[54].SetXYZ(TMath::Cos(71.999969 * TMath::Pi() / 180), - TMath::Cos(156.451691 * TMath::Pi() / 180), - TMath::Cos(75.331177 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[55].SetXYZ(TMath::Cos(71.999908 * TMath::Pi() / 180), - TMath::Cos(23.548248 * TMath::Pi() / 180), - TMath::Cos(104.668808 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[56].SetXYZ(TMath::Cos(108.000031 * TMath::Pi() / 180), - TMath::Cos(23.548264 * TMath::Pi() / 180), - TMath::Cos(104.668808 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[57].SetXYZ(TMath::Cos(108.000092 * TMath::Pi() / 180), - TMath::Cos(156.451691 * TMath::Pi() / 180), - TMath::Cos(75.331177 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[58].SetXYZ(TMath::Cos(0.000003 * TMath::Pi() / 180), - TMath::Cos(90.000076 * TMath::Pi() / 180), - TMath::Cos(89.999969 * TMath::Pi() / 180)); - NAJB_Rot_col_Z[59].SetXYZ(TMath::Cos(179.999939 * TMath::Pi() / 180), - TMath::Cos(89.999969 * TMath::Pi() / 180), - TMath::Cos(90.000076 * TMath::Pi() / 180)); - - // m1_TRB1/2 - TVector3 col_X_m1_TRB1(TMath::Sin(90. * TMath::Pi() / 180) * TMath::Cos(0. * TMath::Pi() / 180), - TMath::Sin(93.525 * TMath::Pi() / 180) * TMath::Cos(90. * TMath::Pi() / 180), - TMath::Sin(3.525 * TMath::Pi() / 180) * TMath::Cos(90. * TMath::Pi() / 180)); - TVector3 col_Y_m1_TRB1(TMath::Sin(90. * TMath::Pi() / 180) * TMath::Sin(0. * TMath::Pi() / 180), - TMath::Sin(93.525 * TMath::Pi() / 180) * TMath::Sin(90. * TMath::Pi() / 180), - TMath::Sin(3.525 * TMath::Pi() / 180) * TMath::Sin(90. * TMath::Pi() / 180)); - TVector3 col_Z_m1_TRB1(TMath::Cos(90. * TMath::Pi() / 180), - TMath::Cos(93.525 * TMath::Pi() / 180), - TMath::Cos(3.525 * TMath::Pi() / 180)); - TVector3 col_X_m2_TRB2(TMath::Sin(90. * TMath::Pi() / 180) * TMath::Cos(180. * TMath::Pi() / 180), - TMath::Sin(94.25 * TMath::Pi() / 180) * TMath::Cos(270. * TMath::Pi() / 180), - TMath::Sin(4.25 * TMath::Pi() / 180) * TMath::Cos(270. * TMath::Pi() / 180)); - TVector3 col_Y_m2_TRB2(TMath::Sin(90. * TMath::Pi() / 180) * TMath::Sin(180. * TMath::Pi() / 180), - TMath::Sin(94.25 * TMath::Pi() / 180) * TMath::Sin(270. * TMath::Pi() / 180), - TMath::Sin(4.25 * TMath::Pi() / 180) * TMath::Sin(270. * TMath::Pi() / 180)); - TVector3 col_Z_m2_TRB2(TMath::Cos(90. * TMath::Pi() / 180), - TMath::Cos(94.25 * TMath::Pi() / 180), - TMath::Cos(4.25 * TMath::Pi() / 180)); - - // - Adapted from R3BSim Geant4 definition - // - Using the new templated Math ROOT Library - // - - - //- TRB1 - //--- Fill info for global Rotation / Translation - Double_t fRotable0[9] = { - col_X_m1_TRB1.X(), col_X_m1_TRB1.Y(), col_X_m1_TRB1.Z(), col_Y_m1_TRB1.X(), col_Y_m1_TRB1.Y(), - col_Y_m1_TRB1.Z(), col_Z_m1_TRB1.X(), col_Z_m1_TRB1.Y(), col_Z_m1_TRB1.Z(), - }; - ROOT::Math::XYZPoint tra1_TRB1(0., 21.56 / 10., 0.); - ROOT::Math::Rotation3D* pm1_TRB1 = new ROOT::Math::Rotation3D(fRotable0[0], - fRotable0[3], - fRotable0[6], - fRotable0[1], - fRotable0[4], - fRotable0[7], - fRotable0[2], - fRotable0[5], - fRotable0[8]); - //--- Single Crystal definition - TGeoRotation* pIndividualRot = NULL; - TGeoRotation* pRingRot = NULL; - - for (Int_t iter2 = 0; iter2 < 60; iter2++) - { - Double_t fRotable1[9] = { NAJB_Rot_col_X[iter2].X(), NAJB_Rot_col_X[iter2].Y(), NAJB_Rot_col_X[iter2].Z(), - NAJB_Rot_col_Y[iter2].X(), NAJB_Rot_col_Y[iter2].Y(), NAJB_Rot_col_Y[iter2].Z(), - NAJB_Rot_col_Z[iter2].X(), NAJB_Rot_col_Z[iter2].Y(), NAJB_Rot_col_Z[iter2].Z() }; - - pIndividualRot = new TGeoRotation(); - pIndividualRot->SetMatrix(fRotable1); - - ROOT::Math::Rotation3D* pIndRot = new ROOT::Math::Rotation3D(fRotable1[0], - fRotable1[3], - fRotable1[6], - fRotable1[1], - fRotable1[4], - fRotable1[7], - fRotable1[2], - fRotable1[5], - fRotable1[8]); - - ROOT::Math::Rotation3D pIndRotInv = pIndRot->Inverse(); - dx = NAJB_X[iter2] / 10.; - dy = NAJB_Y[iter2] / 10.; - dz = NAJB_Z[iter2] / 10.; - ROOT::Math::XYZPoint tt(dx, dy, dz); - ROOT::Math::XYZPoint ttt(0.0, 0.0, 0.0); - ttt = pIndRotInv * tra1_TRB1; - ttt.SetX(ttt.X() + tt.X()); - ttt.SetY(ttt.Y() + tt.Y()); - ttt.SetZ(ttt.Z() + tt.Z()); - - ROOT::Math::Rotation3D pRingTmp; - pRingTmp = (*pm1_TRB1) * (*pIndRot); - Double_t fRotable2[9] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }; - pRingTmp.GetComponents(fRotable2[0], - fRotable2[3], - fRotable2[6], - fRotable2[1], - fRotable2[4], - fRotable2[7], - fRotable2[2], - fRotable2[5], - fRotable2[8]); - pRingRot = new TGeoRotation(); - pRingRot->SetMatrix(fRotable2); - TGeoTranslation* trans = new TGeoTranslation(ttt.X(), ttt.Y(), ttt.Z()); - TGeoCombiTrans* combi = new TGeoCombiTrans(*trans, *pRingRot); - - // Add the Node in CBLogWorld - pCBLogWorld->AddNode(pcrystalLogNAJB, iter2, combi); - - } //! for iter2 - - //-- TRC part - // Shape: TRC1 type: TGeoTrap - dz = 10.000000; - theta = 0.000000; - phi = 0.000000; - h1 = 2.209000; - bl1 = 3.614000; - tl1 = 4.265000; - alpha1 = 0.000000; - h2 = 3.976000; - bl2 = 6.505000; - tl2 = 7.676000; - alpha2 = 0.000000; - TGeoShape* pTRC1 = new TGeoTrap("TRC1", dz, theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2); - // Shape: TRC2 type: TGeoTrap - dz = 10.000000; - theta = 0.000000; - phi = 0.000000; - h1 = 0.808000; - bl1 = 4.302000; - tl1 = 0.001000; - alpha1 = 0.000000; - h2 = 1.454000; - bl2 = 7.743504; - tl2 = 0.005324; - alpha2 = 0.000000; - TGeoShape* pTRC2 = new TGeoTrap("TRC2", dz, theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2); - // Combi transformation: TRC_21 - dx = 0.000000; - dy = 4.229809; - dz = 0.040235; - // Rotation: - thx = 90.000000; - phx = 360.000000; - thy = 96.883000; - phy = 90.000000; - thz = 6.883000; - phz = 90.000000; - TGeoRotation* pMatrix5 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix4 = new TGeoCombiTrans("TRC_21", dx, dy, dz, pMatrix5); - pBoolNode = new TGeoUnion(pTRC1, pTRC2, 0, pMatrix4); - // Shape: TRC_21 type: TGeoCompositeShape - TGeoShape* pTRC_21 = new TGeoCompositeShape("TRC_21", pBoolNode); - pTRC_21->SetTitle("TRC1+TRC2:TRC_21"); - // Shape: TRC3 type: TGeoTrap - dz = 10.000000; - theta = 0.000000; - phi = 0.000000; - h1 = 1.046000; - bl1 = 3.618000; - tl1 = 0.001000; - alpha1 = 0.000000; - h2 = 1.883000; - bl2 = 6.515776; - tl2 = 0.003459; - alpha2 = 0.000000; - TGeoShape* pTRC3 = new TGeoTrap("TRC3", dz, theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2); - // Combi transformation: TRC - dx = 0.000000; - dy = -4.557794; - dz = -0.043355; - // Rotation: - thx = 90.000000; - phx = 180.000000; - thy = 97.428000; - phy = 270.000000; - thz = 7.428000; - phz = 270.000000; - TGeoRotation* pMatrix7 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix6 = new TGeoCombiTrans("TRC", dx, dy, dz, pMatrix7); - pBoolNode = new TGeoUnion(pTRC_21, pTRC3, 0, pMatrix6); - // Shape: TRC type: TGeoCompositeShape - TGeoShape* pTRC_11 = new TGeoCompositeShape("TRC", pBoolNode); - pTRC_11->SetTitle("TRC_21+TRC3:TRC"); - // Volume: crystalLogNAJC - TGeoVolume* pcrystalLogNAJC = new TGeoVolume("crystalLogNAJC", pTRC_11, pMed9); - - Double_t NAJC_X[60] = { -49.014, 49.014, 49.014, -49.014, 0, 0, -205.674, -205.674, - -156.8805, 156.8805, 205.674, 205.674, 156.8805, -156.8805, -235.7959, -302.589, - -235.7809, 235.7809, 302.589, 235.7809, -332.9059, -332.9059, -107.2383, 107.2383, - 332.9059, 332.9059, 96.2395, -96.2395, -175.8994, -175.8994, 175.8994, 175.8994, - 107.2383, -107.2383, -332.9059, -332.9059, -96.2395, 96.2395, 332.9059, 332.9059, - -235.7809, -302.589, -235.7809, 235.7809, 302.589, 235.7809, 156.8805, -156.8805, - -205.674, -205.674, -156.8805, 156.8805, 205.674, 205.674, 0, 0, - 49.014, -49.014, -49.014, 49.014 }; - Double_t NAJC_Y[60] = { 332.9094, 332.9094, 332.9094, 332.9094, 302.7429, 302.7429, 235.7669, 235.795, - 205.6319, 205.6319, 235.795, 235.7669, 205.6319, 205.6319, 156.891, 175.8994, - 156.891, 156.891, 175.8994, 156.891, 97.237, 97.237, 54.6468, 54.6468, - 97.237, 97.237, 49.042, 49.042, 0, 0, 0, 0, - -54.6468, -54.6468, -97.237, -97.237, -49.042, -49.042, -97.237, -97.237, - -156.891, -175.8994, -156.891, -156.891, -175.8994, -156.9645, -205.6319, -205.6319, - -235.7669, -235.795, -205.6319, -205.6319, -235.795, -235.7669, -302.7429, -302.7429, - -332.9094, -332.9094, -332.9094, -332.9094 }; - Double_t NAJC_Z[60] = { 96.278, 96.278, -96.278, -96.278, 175.6334, -175.6334, -156.8805, 156.8385, - 235.8054, 235.8054, 156.8385, -156.8805, -235.8054, -235.8054, -205.6529, 0, - 205.6529, 205.6529, 0, -205.6529, -47.089, 47.089, 370.9639, 370.9639, - 47.089, -47.089, -332.9164, -332.9164, -302.589, 302.589, -302.589, 302.589, - 370.9639, 370.9639, 47.089, -47.089, -332.9164, -332.9164, -47.089, 47.089, - 205.6529, 0, -205.6529, -205.6529, 0, 205.5969, 235.8054, 235.8054, - 156.8805, -156.8385, -235.8054, -235.8054, -156.8385, 156.8805, 175.6334, -175.6334, - 96.278, 96.278, -96.278, -96.278 }; - - TVector3 NAJC_Rot_col_X[60]; - NAJC_Rot_col_X[0].SetXYZ(sin(144.001129 * TMath::Pi() / 180) * cos(31.714935 * TMath::Pi() / 180), - sin(121.226883 * TMath::Pi() / 180) * cos(178.276993 * TMath::Pi() / 180), - sin(73.921265 * TMath::Pi() / 180) * cos(98.340836 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[1].SetXYZ(sin(35.998871 * TMath::Pi() / 180) * cos(-31.714935 * TMath::Pi() / 180), - sin(121.226883 * TMath::Pi() / 180) * cos(1.722995 * TMath::Pi() / 180), - sin(73.921265 * TMath::Pi() / 180) * cos(81.659164 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[2].SetXYZ(sin(35.999969 * TMath::Pi() / 180) * cos(148.279953 * TMath::Pi() / 180), - sin(58.773056 * TMath::Pi() / 180) * cos(1.721368 * TMath::Pi() / 180), - sin(106.080643 * TMath::Pi() / 180) * cos(81.656204 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[3].SetXYZ(sin(144.000153 * TMath::Pi() / 180) * cos(-148.285461 * TMath::Pi() / 180), - sin(58.773270 * TMath::Pi() / 180) * cos(178.272949 * TMath::Pi() / 180), - sin(106.080688 * TMath::Pi() / 180) * cos(98.338043 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[4].SetXYZ(sin(89.999908 * TMath::Pi() / 180) * cos(-179.999939 * TMath::Pi() / 180), - sin(30.164978 * TMath::Pi() / 180) * cos(-89.999908 * TMath::Pi() / 180), - sin(59.834961 * TMath::Pi() / 180) * cos(89.999969 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[5].SetXYZ(sin(89.999802 * TMath::Pi() / 180) * cos(-0.002833 * TMath::Pi() / 180), - sin(149.833023 * TMath::Pi() / 180) * cos(-90.002701 * TMath::Pi() / 180), - sin(120.167007 * TMath::Pi() / 180) * cos(89.997025 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[6].SetXYZ(sin(72.001923 * TMath::Pi() / 180) * cos(-148.282684 * TMath::Pi() / 180), - sin(32.983261 * TMath::Pi() / 180) * cos(91.678024 * TMath::Pi() / 180), - sin(116.629028 * TMath::Pi() / 180) * cos(131.092255 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[7].SetXYZ(sin(72.001495 * TMath::Pi() / 180) * cos(31.717911 * TMath::Pi() / 180), - sin(147.019424 * TMath::Pi() / 180) * cos(91.674408 * TMath::Pi() / 180), - sin(63.374359 * TMath::Pi() / 180) * cos(131.091690 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[8].SetXYZ(sin(59.997574 * TMath::Pi() / 180) * cos(-110.905701 * TMath::Pi() / 180), - sin(57.033188 * TMath::Pi() / 180) * cos(1.087461 * TMath::Pi() / 180), - sin(47.647202 * TMath::Pi() / 180) * cos(127.333786 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[9].SetXYZ(sin(120.002365 * TMath::Pi() / 180) * cos(110.905762 * TMath::Pi() / 180), - sin(57.033188 * TMath::Pi() / 180) * cos(178.912521 * TMath::Pi() / 180), - sin(47.647202 * TMath::Pi() / 180) * cos(52.666214 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[10].SetXYZ(sin(107.998550 * TMath::Pi() / 180) * cos(-31.717896 * TMath::Pi() / 180), - sin(147.019424 * TMath::Pi() / 180) * cos(88.325638 * TMath::Pi() / 180), - sin(63.374359 * TMath::Pi() / 180) * cos(48.908279 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[11].SetXYZ(sin(108.000031 * TMath::Pi() / 180) * cos(148.279953 * TMath::Pi() / 180), - sin(32.982681 * TMath::Pi() / 180) * cos(88.323837 * TMath::Pi() / 180), - sin(116.626938 * TMath::Pi() / 180) * cos(48.904816 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[12].SetXYZ(sin(120.000229 * TMath::Pi() / 180) * cos(-69.097076 * TMath::Pi() / 180), - sin(122.967331 * TMath::Pi() / 180) * cos(178.911270 * TMath::Pi() / 180), - sin(132.354141 * TMath::Pi() / 180) * cos(52.662109 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[13].SetXYZ(sin(59.997574 * TMath::Pi() / 180) * cos(69.094299 * TMath::Pi() / 180), - sin(122.966812 * TMath::Pi() / 180) * cos(1.087461 * TMath::Pi() / 180), - sin(132.352798 * TMath::Pi() / 180) * cos(127.333786 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[14].SetXYZ(sin(143.997803 * TMath::Pi() / 180) * cos(-31.715652 * TMath::Pi() / 180), - sin(90.912369 * TMath::Pi() / 180) * cos(-122.971481 * TMath::Pi() / 180), - sin(125.986862 * TMath::Pi() / 180) * cos(146.365906 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[15].SetXYZ(sin(0.002820 * TMath::Pi() / 180) * cos(177.780685 * TMath::Pi() / 180), - sin(89.998596 * TMath::Pi() / 180) * cos(59.832993 * TMath::Pi() / 180), - sin(90.002533 * TMath::Pi() / 180) * cos(149.833023 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[16].SetXYZ(sin(144.001022 * TMath::Pi() / 180) * cos(148.285355 * TMath::Pi() / 180), - sin(89.086578 * TMath::Pi() / 180) * cos(-122.972015 * TMath::Pi() / 180), - sin(54.016281 * TMath::Pi() / 180) * cos(146.364716 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[17].SetXYZ(sin(35.998978 * TMath::Pi() / 180) * cos(-148.285355 * TMath::Pi() / 180), - sin(89.086578 * TMath::Pi() / 180) * cos(-57.027939 * TMath::Pi() / 180), - sin(54.016281 * TMath::Pi() / 180) * cos(33.635269 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[18].SetXYZ(sin(179.999939 * TMath::Pi() / 180) * cos(135.715851 * TMath::Pi() / 180), - sin(89.999908 * TMath::Pi() / 180) * cos(120.165039 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * cos(30.164993 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[19].SetXYZ(sin(35.999680 * TMath::Pi() / 180) * cos(31.714813 * TMath::Pi() / 180), - sin(90.911392 * TMath::Pi() / 180) * cos(-57.030579 * TMath::Pi() / 180), - sin(125.984406 * TMath::Pi() / 180) * cos(33.631210 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[20].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * cos(69.093414 * TMath::Pi() / 180), - sin(148.730469 * TMath::Pi() / 180) * cos(-92.836624 * TMath::Pi() / 180), - sin(98.015121 * TMath::Pi() / 180) * cos(163.756393 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[21].SetXYZ(sin(120.000946 * TMath::Pi() / 180) * cos(-110.903458 * TMath::Pi() / 180), - sin(31.269562 * TMath::Pi() / 180) * cos(-92.845917 * TMath::Pi() / 180), - sin(81.990341 * TMath::Pi() / 180) * cos(163.756561 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[22].SetXYZ(sin(71.998657 * TMath::Pi() / 180) * cos(-31.716751 * TMath::Pi() / 180), - sin(88.528030 * TMath::Pi() / 180) * cos(58.761581 * TMath::Pi() / 180), - sin(18.065536 * TMath::Pi() / 180) * cos(153.279816 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[23].SetXYZ(sin(107.998169 * TMath::Pi() / 180) * cos(31.717102 * TMath::Pi() / 180), - sin(88.526611 * TMath::Pi() / 180) * cos(121.238419 * TMath::Pi() / 180), - sin(18.062485 * TMath::Pi() / 180) * cos(26.715042 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[24].SetXYZ(sin(59.999924 * TMath::Pi() / 180) * cos(110.903030 * TMath::Pi() / 180), - sin(31.269562 * TMath::Pi() / 180) * cos(-87.160690 * TMath::Pi() / 180), - sin(81.987610 * TMath::Pi() / 180) * cos(16.241531 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[25].SetXYZ(sin(59.999969 * TMath::Pi() / 180) * cos(-69.096970 * TMath::Pi() / 180), - sin(148.730408 * TMath::Pi() / 180) * cos(-87.160736 * TMath::Pi() / 180), - sin(98.012375 * TMath::Pi() / 180) * cos(16.241531 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[26].SetXYZ(sin(107.998398 * TMath::Pi() / 180) * cos(-148.281860 * TMath::Pi() / 180), - sin(91.476761 * TMath::Pi() / 180) * cos(121.238251 * TMath::Pi() / 180), - sin(161.936996 * TMath::Pi() / 180) * cos(26.704483 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[27].SetXYZ(sin(72.001816 * TMath::Pi() / 180) * cos(148.282852 * TMath::Pi() / 180), - sin(91.473373 * TMath::Pi() / 180) * cos(58.761581 * TMath::Pi() / 180), - sin(161.937485 * TMath::Pi() / 180) * cos(153.284943 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[28].SetXYZ(sin(89.999908 * TMath::Pi() / 180) * cos(-89.999969 * TMath::Pi() / 180), - sin(59.834961 * TMath::Pi() / 180) * cos(179.999939 * TMath::Pi() / 180), - sin(149.834991 * TMath::Pi() / 180) * cos(-180.0000 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[29].SetXYZ(sin(90.002869 * TMath::Pi() / 180) * cos(89.999802 * TMath::Pi() / 180), - sin(120.167007 * TMath::Pi() / 180) * cos(-179.998413 * TMath::Pi() / 180), - sin(30.166962 * TMath::Pi() / 180) * cos(179.994980 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[30].SetXYZ(sin(90.002869 * TMath::Pi() / 180) * cos(89.999863 * TMath::Pi() / 180), - sin(59.832993 * TMath::Pi() / 180) * cos(0.001541 * TMath::Pi() / 180), - sin(149.833023 * TMath::Pi() / 180) * cos(-0.004976 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[31].SetXYZ(sin(89.999969 * TMath::Pi() / 180) * cos(-89.999908 * TMath::Pi() / 180), - sin(120.165039 * TMath::Pi() / 180) * cos(0.000006 * TMath::Pi() / 180), - sin(30.164993 * TMath::Pi() / 180) * cos(-0.000001 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[32].SetXYZ(sin(72.001816 * TMath::Pi() / 180) * cos(148.282898 * TMath::Pi() / 180), - sin(88.526611 * TMath::Pi() / 180) * cos(-121.238419 * TMath::Pi() / 180), - sin(18.062500 * TMath::Pi() / 180) * cos(-26.715073 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[33].SetXYZ(sin(107.998398 * TMath::Pi() / 180) * cos(-148.281860 * TMath::Pi() / 180), - sin(88.523224 * TMath::Pi() / 180) * cos(-58.761688 * TMath::Pi() / 180), - sin(18.063004 * TMath::Pi() / 180) * cos(-153.295486 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[34].SetXYZ(sin(59.999924 * TMath::Pi() / 180) * cos(-69.096970 * TMath::Pi() / 180), - sin(31.269547 * TMath::Pi() / 180) * cos(92.839310 * TMath::Pi() / 180), - sin(81.987610 * TMath::Pi() / 180) * cos(-163.758408 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[35].SetXYZ(sin(59.999969 * TMath::Pi() / 180) * cos(110.903030 * TMath::Pi() / 180), - sin(148.730408 * TMath::Pi() / 180) * cos(92.839249 * TMath::Pi() / 180), - sin(98.012375 * TMath::Pi() / 180) * cos(-163.758408 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[36].SetXYZ(sin(107.998169 * TMath::Pi() / 180) * cos(31.717087 * TMath::Pi() / 180), - sin(91.473328 * TMath::Pi() / 180) * cos(-58.761581 * TMath::Pi() / 180), - sin(161.937485 * TMath::Pi() / 180) * cos(-153.284897 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[37].SetXYZ(sin(71.998657 * TMath::Pi() / 180) * cos(-31.716766 * TMath::Pi() / 180), - sin(91.471954 * TMath::Pi() / 180) * cos(-121.238419 * TMath::Pi() / 180), - sin(161.934418 * TMath::Pi() / 180) * cos(-26.720200 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[38].SetXYZ(sin(120.000946 * TMath::Pi() / 180) * cos(-110.903458 * TMath::Pi() / 180), - sin(148.730408 * TMath::Pi() / 180) * cos(87.154083 * TMath::Pi() / 180), - sin(98.009598 * TMath::Pi() / 180) * cos(-16.243423 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[39].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * cos(69.093414 * TMath::Pi() / 180), - sin(31.269516 * TMath::Pi() / 180) * cos(87.163361 * TMath::Pi() / 180), - sin(81.984879 * TMath::Pi() / 180) * cos(-16.243607 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[40].SetXYZ(sin(35.999680 * TMath::Pi() / 180) * cos(31.714874 * TMath::Pi() / 180), - sin(89.088608 * TMath::Pi() / 180) * cos(122.969406 * TMath::Pi() / 180), - sin(54.015533 * TMath::Pi() / 180) * cos(-146.368759 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[41].SetXYZ(sin(179.999939 * TMath::Pi() / 180) * cos(-44.284103 * TMath::Pi() / 180), - sin(89.999908 * TMath::Pi() / 180) * cos(-59.834961 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * cos(-149.834991 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[42].SetXYZ(sin(35.998962 * TMath::Pi() / 180) * cos(-148.285355 * TMath::Pi() / 180), - sin(90.913406 * TMath::Pi() / 180) * cos(122.972015 * TMath::Pi() / 180), - sin(125.983643 * TMath::Pi() / 180) * cos(-146.364716 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[43].SetXYZ(sin(144.000977 * TMath::Pi() / 180) * cos(148.285355 * TMath::Pi() / 180), - sin(90.913406 * TMath::Pi() / 180) * cos(57.027939 * TMath::Pi() / 180), - sin(125.983643 * TMath::Pi() / 180) * cos(-33.635284 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[44].SetXYZ(sin(0.002835 * TMath::Pi() / 180) * cos(177.685333 * TMath::Pi() / 180), - sin(90.001389 * TMath::Pi() / 180) * cos(-120.167007 * TMath::Pi() / 180), - sin(89.997452 * TMath::Pi() / 180) * cos(-30.166962 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[45].SetXYZ(sin(143.997803 * TMath::Pi() / 180) * cos(-31.715607 * TMath::Pi() / 180), - sin(89.087616 * TMath::Pi() / 180) * cos(57.028473 * TMath::Pi() / 180), - sin(54.013092 * TMath::Pi() / 180) * cos(-33.634064 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[46].SetXYZ(sin(59.999268 * TMath::Pi() / 180) * cos(69.096420 * TMath::Pi() / 180), - sin(57.035294 * TMath::Pi() / 180) * cos(-178.913727 * TMath::Pi() / 180), - sin(47.643875 * TMath::Pi() / 180) * cos(-52.665833 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[47].SetXYZ(sin(120.000229 * TMath::Pi() / 180) * cos(-69.097031 * TMath::Pi() / 180), - sin(57.032654 * TMath::Pi() / 180) * cos(-1.088669 * TMath::Pi() / 180), - sin(47.645844 * TMath::Pi() / 180) * cos(-127.337875 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[48].SetXYZ(sin(108.000092 * TMath::Pi() / 180) * cos(148.279999 * TMath::Pi() / 180), - sin(147.017288 * TMath::Pi() / 180) * cos(-91.676147 * TMath::Pi() / 180), - sin(63.373047 * TMath::Pi() / 180) * cos(-131.095139 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[49].SetXYZ(sin(107.998505 * TMath::Pi() / 180) * cos(-31.717911 * TMath::Pi() / 180), - sin(32.980560 * TMath::Pi() / 180) * cos(-91.674408 * TMath::Pi() / 180), - sin(116.625626 * TMath::Pi() / 180) * cos(-131.091690 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[50].SetXYZ(sin(120.002426 * TMath::Pi() / 180) * cos(110.905701 * TMath::Pi() / 180), - sin(122.966782 * TMath::Pi() / 180) * cos(-1.087466 * TMath::Pi() / 180), - sin(132.352707 * TMath::Pi() / 180) * cos(-127.333725 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[51].SetXYZ(sin(59.997635 * TMath::Pi() / 180) * cos(-110.905762 * TMath::Pi() / 180), - sin(122.966782 * TMath::Pi() / 180) * cos(-178.912521 * TMath::Pi() / 180), - sin(132.352707 * TMath::Pi() / 180) * cos(-52.666229 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[52].SetXYZ(sin(72.001434 * TMath::Pi() / 180) * cos(31.717896 * TMath::Pi() / 180), - sin(32.980560 * TMath::Pi() / 180) * cos(-88.325638 * TMath::Pi() / 180), - sin(116.625626 * TMath::Pi() / 180) * cos(-48.908279 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[53].SetXYZ(sin(72.001923 * TMath::Pi() / 180) * cos(-148.282684 * TMath::Pi() / 180), - sin(147.016739 * TMath::Pi() / 180) * cos(-88.321976 * TMath::Pi() / 180), - sin(63.370972 * TMath::Pi() / 180) * cos(-48.907745 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[54].SetXYZ(sin(89.999802 * TMath::Pi() / 180) * cos(-0.002818 * TMath::Pi() / 180), - sin(30.166946 * TMath::Pi() / 180) * cos(89.997299 * TMath::Pi() / 180), - sin(59.832993 * TMath::Pi() / 180) * cos(-90.002914 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[55].SetXYZ(sin(89.999969 * TMath::Pi() / 180) * cos(179.999939 * TMath::Pi() / 180), - sin(149.834991 * TMath::Pi() / 180) * cos(89.999908 * TMath::Pi() / 180), - sin(120.165039 * TMath::Pi() / 180) * cos(-89.999969 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[56].SetXYZ(sin(144.000214 * TMath::Pi() / 180) * cos(-148.285461 * TMath::Pi() / 180), - sin(121.226715 * TMath::Pi() / 180) * cos(-1.727005 * TMath::Pi() / 180), - sin(73.919296 * TMath::Pi() / 180) * cos(-81.661942 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[57].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * cos(148.279999 * TMath::Pi() / 180), - sin(121.226944 * TMath::Pi() / 180) * cos(-178.278625 * TMath::Pi() / 180), - sin(73.919357 * TMath::Pi() / 180) * cos(-98.343781 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[58].SetXYZ(sin(35.998840 * TMath::Pi() / 180) * cos(-31.714935 * TMath::Pi() / 180), - sin(58.773117 * TMath::Pi() / 180) * cos(-178.276993 * TMath::Pi() / 180), - sin(106.078720 * TMath::Pi() / 180) * cos(-98.340836 * TMath::Pi() / 180)); - - NAJC_Rot_col_X[59].SetXYZ(sin(144.001083 * TMath::Pi() / 180) * cos(31.714920 * TMath::Pi() / 180), - sin(58.773117 * TMath::Pi() / 180) * cos(-1.722990 * TMath::Pi() / 180), - sin(106.078720 * TMath::Pi() / 180) * cos(-81.659164 * TMath::Pi() / 180)); - - TVector3 NAJC_Rot_col_Y[60]; - NAJC_Rot_col_Y[0].SetXYZ(sin(144.001129 * TMath::Pi() / 180) * sin(31.714935 * TMath::Pi() / 180), - sin(121.226883 * TMath::Pi() / 180) * sin(178.276993 * TMath::Pi() / 180), - sin(73.921265 * TMath::Pi() / 180) * sin(98.340836 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[1].SetXYZ(sin(35.998871 * TMath::Pi() / 180) * sin(-31.714935 * TMath::Pi() / 180), - sin(121.226883 * TMath::Pi() / 180) * sin(1.722995 * TMath::Pi() / 180), - sin(73.921265 * TMath::Pi() / 180) * sin(81.659164 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[2].SetXYZ(sin(35.999969 * TMath::Pi() / 180) * sin(148.279953 * TMath::Pi() / 180), - sin(58.773056 * TMath::Pi() / 180) * sin(1.721368 * TMath::Pi() / 180), - sin(106.080643 * TMath::Pi() / 180) * sin(81.656204 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[3].SetXYZ(sin(144.000153 * TMath::Pi() / 180) * sin(-148.285461 * TMath::Pi() / 180), - sin(58.773270 * TMath::Pi() / 180) * sin(178.272949 * TMath::Pi() / 180), - sin(106.080688 * TMath::Pi() / 180) * sin(98.338043 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[4].SetXYZ(sin(89.999908 * TMath::Pi() / 180) * sin(-179.999939 * TMath::Pi() / 180), - sin(30.164978 * TMath::Pi() / 180) * sin(-89.999908 * TMath::Pi() / 180), - sin(59.834961 * TMath::Pi() / 180) * sin(89.999969 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[5].SetXYZ(sin(89.999802 * TMath::Pi() / 180) * sin(-0.002833 * TMath::Pi() / 180), - sin(149.833023 * TMath::Pi() / 180) * sin(-90.002701 * TMath::Pi() / 180), - sin(120.167007 * TMath::Pi() / 180) * sin(89.997025 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[6].SetXYZ(sin(72.001923 * TMath::Pi() / 180) * sin(-148.282684 * TMath::Pi() / 180), - sin(32.983261 * TMath::Pi() / 180) * sin(91.678024 * TMath::Pi() / 180), - sin(116.629028 * TMath::Pi() / 180) * sin(131.092255 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[7].SetXYZ(sin(72.001495 * TMath::Pi() / 180) * sin(31.717911 * TMath::Pi() / 180), - sin(147.019424 * TMath::Pi() / 180) * sin(91.674408 * TMath::Pi() / 180), - sin(63.374359 * TMath::Pi() / 180) * sin(131.091690 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[8].SetXYZ(sin(59.997574 * TMath::Pi() / 180) * sin(-110.905701 * TMath::Pi() / 180), - sin(57.033188 * TMath::Pi() / 180) * sin(1.087461 * TMath::Pi() / 180), - sin(47.647202 * TMath::Pi() / 180) * sin(127.333786 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[9].SetXYZ(sin(120.002365 * TMath::Pi() / 180) * sin(110.905762 * TMath::Pi() / 180), - sin(57.033188 * TMath::Pi() / 180) * sin(178.912521 * TMath::Pi() / 180), - sin(47.647202 * TMath::Pi() / 180) * sin(52.666214 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[10].SetXYZ(sin(107.998550 * TMath::Pi() / 180) * sin(-31.717896 * TMath::Pi() / 180), - sin(147.019424 * TMath::Pi() / 180) * sin(88.325638 * TMath::Pi() / 180), - sin(63.374359 * TMath::Pi() / 180) * sin(48.908279 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[11].SetXYZ(sin(108.000031 * TMath::Pi() / 180) * sin(148.279953 * TMath::Pi() / 180), - sin(32.982681 * TMath::Pi() / 180) * sin(88.323837 * TMath::Pi() / 180), - sin(116.626938 * TMath::Pi() / 180) * sin(48.904816 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[12].SetXYZ(sin(120.000229 * TMath::Pi() / 180) * sin(-69.097076 * TMath::Pi() / 180), - sin(122.967331 * TMath::Pi() / 180) * sin(178.911270 * TMath::Pi() / 180), - sin(132.354141 * TMath::Pi() / 180) * sin(52.662109 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[13].SetXYZ(sin(59.997574 * TMath::Pi() / 180) * sin(69.094299 * TMath::Pi() / 180), - sin(122.966812 * TMath::Pi() / 180) * sin(1.087461 * TMath::Pi() / 180), - sin(132.352798 * TMath::Pi() / 180) * sin(127.333786 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[14].SetXYZ(sin(143.997803 * TMath::Pi() / 180) * sin(-31.715652 * TMath::Pi() / 180), - sin(90.912369 * TMath::Pi() / 180) * sin(-122.971481 * TMath::Pi() / 180), - sin(125.986862 * TMath::Pi() / 180) * sin(146.365906 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[15].SetXYZ(sin(0.002820 * TMath::Pi() / 180) * sin(177.780685 * TMath::Pi() / 180), - sin(89.998596 * TMath::Pi() / 180) * sin(59.832993 * TMath::Pi() / 180), - sin(90.002533 * TMath::Pi() / 180) * sin(149.833023 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[16].SetXYZ(sin(144.001022 * TMath::Pi() / 180) * sin(148.285355 * TMath::Pi() / 180), - sin(89.086578 * TMath::Pi() / 180) * sin(-122.972015 * TMath::Pi() / 180), - sin(54.016281 * TMath::Pi() / 180) * sin(146.364716 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[17].SetXYZ(sin(35.998978 * TMath::Pi() / 180) * sin(-148.285355 * TMath::Pi() / 180), - sin(89.086578 * TMath::Pi() / 180) * sin(-57.027939 * TMath::Pi() / 180), - sin(54.016281 * TMath::Pi() / 180) * sin(33.635269 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[18].SetXYZ(sin(179.999939 * TMath::Pi() / 180) * sin(135.715851 * TMath::Pi() / 180), - sin(89.999908 * TMath::Pi() / 180) * sin(120.165039 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * sin(30.164993 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[19].SetXYZ(sin(35.999680 * TMath::Pi() / 180) * sin(31.714813 * TMath::Pi() / 180), - sin(90.911392 * TMath::Pi() / 180) * sin(-57.030579 * TMath::Pi() / 180), - sin(125.984406 * TMath::Pi() / 180) * sin(33.631210 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[20].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * sin(69.093414 * TMath::Pi() / 180), - sin(148.730469 * TMath::Pi() / 180) * sin(-92.836624 * TMath::Pi() / 180), - sin(98.015121 * TMath::Pi() / 180) * sin(163.756393 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[21].SetXYZ(sin(120.000946 * TMath::Pi() / 180) * sin(-110.903458 * TMath::Pi() / 180), - sin(31.269562 * TMath::Pi() / 180) * sin(-92.845917 * TMath::Pi() / 180), - sin(81.990341 * TMath::Pi() / 180) * sin(163.756561 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[22].SetXYZ(sin(71.998657 * TMath::Pi() / 180) * sin(-31.716751 * TMath::Pi() / 180), - sin(88.528030 * TMath::Pi() / 180) * sin(58.761581 * TMath::Pi() / 180), - sin(18.065536 * TMath::Pi() / 180) * sin(153.279816 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[23].SetXYZ(sin(107.998169 * TMath::Pi() / 180) * sin(31.717102 * TMath::Pi() / 180), - sin(88.526611 * TMath::Pi() / 180) * sin(121.238419 * TMath::Pi() / 180), - sin(18.062485 * TMath::Pi() / 180) * sin(26.715042 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[24].SetXYZ(sin(59.999924 * TMath::Pi() / 180) * sin(110.903030 * TMath::Pi() / 180), - sin(31.269562 * TMath::Pi() / 180) * sin(-87.160690 * TMath::Pi() / 180), - sin(81.987610 * TMath::Pi() / 180) * sin(16.241531 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[25].SetXYZ(sin(59.999969 * TMath::Pi() / 180) * sin(-69.096970 * TMath::Pi() / 180), - sin(148.730408 * TMath::Pi() / 180) * sin(-87.160736 * TMath::Pi() / 180), - sin(98.012375 * TMath::Pi() / 180) * sin(16.241531 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[26].SetXYZ(sin(107.998398 * TMath::Pi() / 180) * sin(-148.281860 * TMath::Pi() / 180), - sin(91.476761 * TMath::Pi() / 180) * sin(121.238251 * TMath::Pi() / 180), - sin(161.936996 * TMath::Pi() / 180) * sin(26.704483 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[27].SetXYZ(sin(72.001816 * TMath::Pi() / 180) * sin(148.282852 * TMath::Pi() / 180), - sin(91.473373 * TMath::Pi() / 180) * sin(58.761581 * TMath::Pi() / 180), - sin(161.937485 * TMath::Pi() / 180) * sin(153.284943 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[28].SetXYZ(sin(89.999908 * TMath::Pi() / 180) * sin(-89.999969 * TMath::Pi() / 180), - sin(59.834961 * TMath::Pi() / 180) * sin(179.999939 * TMath::Pi() / 180), - sin(149.834991 * TMath::Pi() / 180) * sin(-180.0000 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[29].SetXYZ(sin(90.002869 * TMath::Pi() / 180) * sin(89.999802 * TMath::Pi() / 180), - sin(120.167007 * TMath::Pi() / 180) * sin(-179.998413 * TMath::Pi() / 180), - sin(30.166962 * TMath::Pi() / 180) * sin(179.994980 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[30].SetXYZ(sin(90.002869 * TMath::Pi() / 180) * sin(89.999863 * TMath::Pi() / 180), - sin(59.832993 * TMath::Pi() / 180) * sin(0.001541 * TMath::Pi() / 180), - sin(149.833023 * TMath::Pi() / 180) * sin(-0.004976 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[31].SetXYZ(sin(89.999969 * TMath::Pi() / 180) * sin(-89.999908 * TMath::Pi() / 180), - sin(120.165039 * TMath::Pi() / 180) * sin(0.000006 * TMath::Pi() / 180), - sin(30.164993 * TMath::Pi() / 180) * sin(-0.000001 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[32].SetXYZ(sin(72.001816 * TMath::Pi() / 180) * sin(148.282898 * TMath::Pi() / 180), - sin(88.526611 * TMath::Pi() / 180) * sin(-121.238419 * TMath::Pi() / 180), - sin(18.062500 * TMath::Pi() / 180) * sin(-26.715073 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[33].SetXYZ(sin(107.998398 * TMath::Pi() / 180) * sin(-148.281860 * TMath::Pi() / 180), - sin(88.523224 * TMath::Pi() / 180) * sin(-58.761688 * TMath::Pi() / 180), - sin(18.063004 * TMath::Pi() / 180) * sin(-153.295486 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[34].SetXYZ(sin(59.999924 * TMath::Pi() / 180) * sin(-69.096970 * TMath::Pi() / 180), - sin(31.269547 * TMath::Pi() / 180) * sin(92.839310 * TMath::Pi() / 180), - sin(81.987610 * TMath::Pi() / 180) * sin(-163.758408 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[35].SetXYZ(sin(59.999969 * TMath::Pi() / 180) * sin(110.903030 * TMath::Pi() / 180), - sin(148.730408 * TMath::Pi() / 180) * sin(92.839249 * TMath::Pi() / 180), - sin(98.012375 * TMath::Pi() / 180) * sin(-163.758408 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[36].SetXYZ(sin(107.998169 * TMath::Pi() / 180) * sin(31.717087 * TMath::Pi() / 180), - sin(91.473328 * TMath::Pi() / 180) * sin(-58.761581 * TMath::Pi() / 180), - sin(161.937485 * TMath::Pi() / 180) * sin(-153.284897 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[37].SetXYZ(sin(71.998657 * TMath::Pi() / 180) * sin(-31.716766 * TMath::Pi() / 180), - sin(91.471954 * TMath::Pi() / 180) * sin(-121.238419 * TMath::Pi() / 180), - sin(161.934418 * TMath::Pi() / 180) * sin(-26.720200 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[38].SetXYZ(sin(120.000946 * TMath::Pi() / 180) * sin(-110.903458 * TMath::Pi() / 180), - sin(148.730408 * TMath::Pi() / 180) * sin(87.154083 * TMath::Pi() / 180), - sin(98.009598 * TMath::Pi() / 180) * sin(-16.243423 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[39].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * sin(69.093414 * TMath::Pi() / 180), - sin(31.269516 * TMath::Pi() / 180) * sin(87.163361 * TMath::Pi() / 180), - sin(81.984879 * TMath::Pi() / 180) * sin(-16.243607 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[40].SetXYZ(sin(35.999680 * TMath::Pi() / 180) * sin(31.714874 * TMath::Pi() / 180), - sin(89.088608 * TMath::Pi() / 180) * sin(122.969406 * TMath::Pi() / 180), - sin(54.015533 * TMath::Pi() / 180) * sin(-146.368759 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[41].SetXYZ(sin(179.999939 * TMath::Pi() / 180) * sin(-44.284103 * TMath::Pi() / 180), - sin(89.999908 * TMath::Pi() / 180) * sin(-59.834961 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * sin(-149.834991 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[42].SetXYZ(sin(35.998962 * TMath::Pi() / 180) * sin(-148.285355 * TMath::Pi() / 180), - sin(90.913406 * TMath::Pi() / 180) * sin(122.972015 * TMath::Pi() / 180), - sin(125.983643 * TMath::Pi() / 180) * sin(-146.364716 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[43].SetXYZ(sin(144.000977 * TMath::Pi() / 180) * sin(148.285355 * TMath::Pi() / 180), - sin(90.913406 * TMath::Pi() / 180) * sin(57.027939 * TMath::Pi() / 180), - sin(125.983643 * TMath::Pi() / 180) * sin(-33.635284 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[44].SetXYZ(sin(0.002835 * TMath::Pi() / 180) * sin(177.685333 * TMath::Pi() / 180), - sin(90.001389 * TMath::Pi() / 180) * sin(-120.167007 * TMath::Pi() / 180), - sin(89.997452 * TMath::Pi() / 180) * sin(-30.166962 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[45].SetXYZ(sin(143.997803 * TMath::Pi() / 180) * sin(-31.715607 * TMath::Pi() / 180), - sin(89.087616 * TMath::Pi() / 180) * sin(57.028473 * TMath::Pi() / 180), - sin(54.013092 * TMath::Pi() / 180) * sin(-33.634064 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[46].SetXYZ(sin(59.999268 * TMath::Pi() / 180) * sin(69.096420 * TMath::Pi() / 180), - sin(57.035294 * TMath::Pi() / 180) * sin(-178.913727 * TMath::Pi() / 180), - sin(47.643875 * TMath::Pi() / 180) * sin(-52.665833 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[47].SetXYZ(sin(120.000229 * TMath::Pi() / 180) * sin(-69.097031 * TMath::Pi() / 180), - sin(57.032654 * TMath::Pi() / 180) * sin(-1.088669 * TMath::Pi() / 180), - sin(47.645844 * TMath::Pi() / 180) * sin(-127.337875 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[48].SetXYZ(sin(108.000092 * TMath::Pi() / 180) * sin(148.279999 * TMath::Pi() / 180), - sin(147.017288 * TMath::Pi() / 180) * sin(-91.676147 * TMath::Pi() / 180), - sin(63.373047 * TMath::Pi() / 180) * sin(-131.095139 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[49].SetXYZ(sin(107.998505 * TMath::Pi() / 180) * sin(-31.717911 * TMath::Pi() / 180), - sin(32.980560 * TMath::Pi() / 180) * sin(-91.674408 * TMath::Pi() / 180), - sin(116.625626 * TMath::Pi() / 180) * sin(-131.091690 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[50].SetXYZ(sin(120.002426 * TMath::Pi() / 180) * sin(110.905701 * TMath::Pi() / 180), - sin(122.966782 * TMath::Pi() / 180) * sin(-1.087466 * TMath::Pi() / 180), - sin(132.352707 * TMath::Pi() / 180) * sin(-127.333725 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[51].SetXYZ(sin(59.997635 * TMath::Pi() / 180) * sin(-110.905762 * TMath::Pi() / 180), - sin(122.966782 * TMath::Pi() / 180) * sin(-178.912521 * TMath::Pi() / 180), - sin(132.352707 * TMath::Pi() / 180) * sin(-52.666229 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[52].SetXYZ(sin(72.001434 * TMath::Pi() / 180) * sin(31.717896 * TMath::Pi() / 180), - sin(32.980560 * TMath::Pi() / 180) * sin(-88.325638 * TMath::Pi() / 180), - sin(116.625626 * TMath::Pi() / 180) * sin(-48.908279 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[53].SetXYZ(sin(72.001923 * TMath::Pi() / 180) * sin(-148.282684 * TMath::Pi() / 180), - sin(147.016739 * TMath::Pi() / 180) * sin(-88.321976 * TMath::Pi() / 180), - sin(63.370972 * TMath::Pi() / 180) * sin(-48.907745 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[54].SetXYZ(sin(89.999802 * TMath::Pi() / 180) * sin(-0.002818 * TMath::Pi() / 180), - sin(30.166946 * TMath::Pi() / 180) * sin(89.997299 * TMath::Pi() / 180), - sin(59.832993 * TMath::Pi() / 180) * sin(-90.002914 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[55].SetXYZ(sin(89.999969 * TMath::Pi() / 180) * sin(179.999939 * TMath::Pi() / 180), - sin(149.834991 * TMath::Pi() / 180) * sin(89.999908 * TMath::Pi() / 180), - sin(120.165039 * TMath::Pi() / 180) * sin(-89.999969 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[56].SetXYZ(sin(144.000214 * TMath::Pi() / 180) * sin(-148.285461 * TMath::Pi() / 180), - sin(121.226715 * TMath::Pi() / 180) * sin(-1.727005 * TMath::Pi() / 180), - sin(73.919296 * TMath::Pi() / 180) * sin(-81.661942 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[57].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * sin(148.279999 * TMath::Pi() / 180), - sin(121.226944 * TMath::Pi() / 180) * sin(-178.278625 * TMath::Pi() / 180), - sin(73.919357 * TMath::Pi() / 180) * sin(-98.343781 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[58].SetXYZ(sin(35.998840 * TMath::Pi() / 180) * sin(-31.714935 * TMath::Pi() / 180), - sin(58.773117 * TMath::Pi() / 180) * sin(-178.276993 * TMath::Pi() / 180), - sin(106.078720 * TMath::Pi() / 180) * sin(-98.340836 * TMath::Pi() / 180)); - - NAJC_Rot_col_Y[59].SetXYZ(sin(144.001083 * TMath::Pi() / 180) * sin(31.714920 * TMath::Pi() / 180), - sin(58.773117 * TMath::Pi() / 180) * sin(-1.722990 * TMath::Pi() / 180), - sin(106.078720 * TMath::Pi() / 180) * sin(-81.659164 * TMath::Pi() / 180)); - - TVector3 NAJC_Rot_col_Z[60]; - NAJC_Rot_col_Z[0].SetXYZ( - cos(144.001129 * TMath::Pi() / 180), cos(121.226883 * TMath::Pi() / 180), cos(73.921265 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[1].SetXYZ( - cos(35.998871 * TMath::Pi() / 180), cos(121.226883 * TMath::Pi() / 180), cos(73.921265 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[2].SetXYZ( - cos(35.999969 * TMath::Pi() / 180), cos(58.773056 * TMath::Pi() / 180), cos(106.080643 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[3].SetXYZ( - cos(144.000153 * TMath::Pi() / 180), cos(58.773270 * TMath::Pi() / 180), cos(106.080688 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[4].SetXYZ( - cos(89.999908 * TMath::Pi() / 180), cos(30.164978 * TMath::Pi() / 180), cos(59.834961 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[5].SetXYZ( - cos(89.999802 * TMath::Pi() / 180), cos(149.833023 * TMath::Pi() / 180), cos(120.167007 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[6].SetXYZ( - cos(72.001923 * TMath::Pi() / 180), cos(32.983261 * TMath::Pi() / 180), cos(116.629028 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[7].SetXYZ( - cos(72.001495 * TMath::Pi() / 180), cos(147.019424 * TMath::Pi() / 180), cos(63.374359 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[8].SetXYZ( - cos(59.997574 * TMath::Pi() / 180), cos(57.033188 * TMath::Pi() / 180), cos(47.647202 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[9].SetXYZ( - cos(120.002365 * TMath::Pi() / 180), cos(57.033188 * TMath::Pi() / 180), cos(47.647202 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[10].SetXYZ( - cos(107.998550 * TMath::Pi() / 180), cos(147.019424 * TMath::Pi() / 180), cos(63.374359 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[11].SetXYZ( - cos(108.000031 * TMath::Pi() / 180), cos(32.982681 * TMath::Pi() / 180), cos(116.626938 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[12].SetXYZ( - cos(120.000229 * TMath::Pi() / 180), cos(122.967331 * TMath::Pi() / 180), cos(132.354141 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[13].SetXYZ( - cos(59.997574 * TMath::Pi() / 180), cos(122.966812 * TMath::Pi() / 180), cos(132.352798 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[14].SetXYZ( - cos(143.997803 * TMath::Pi() / 180), cos(90.912369 * TMath::Pi() / 180), cos(125.986862 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[15].SetXYZ( - cos(0.002820 * TMath::Pi() / 180), cos(89.998596 * TMath::Pi() / 180), cos(90.002533 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[16].SetXYZ( - cos(144.001022 * TMath::Pi() / 180), cos(89.086578 * TMath::Pi() / 180), cos(54.016281 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[17].SetXYZ( - cos(35.998978 * TMath::Pi() / 180), cos(89.086578 * TMath::Pi() / 180), cos(54.016281 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[18].SetXYZ( - cos(179.999939 * TMath::Pi() / 180), cos(89.999908 * TMath::Pi() / 180), cos(90.000076 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[19].SetXYZ( - cos(35.999680 * TMath::Pi() / 180), cos(90.911392 * TMath::Pi() / 180), cos(125.984406 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[20].SetXYZ( - cos(119.999146 * TMath::Pi() / 180), cos(148.730469 * TMath::Pi() / 180), cos(98.015121 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[21].SetXYZ( - cos(120.000946 * TMath::Pi() / 180), cos(31.269562 * TMath::Pi() / 180), cos(81.990341 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[22].SetXYZ( - cos(71.998657 * TMath::Pi() / 180), cos(88.528030 * TMath::Pi() / 180), cos(18.065536 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[23].SetXYZ( - cos(107.998169 * TMath::Pi() / 180), cos(88.526611 * TMath::Pi() / 180), cos(18.062485 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[24].SetXYZ( - cos(59.999924 * TMath::Pi() / 180), cos(31.269562 * TMath::Pi() / 180), cos(81.987610 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[25].SetXYZ( - cos(59.999969 * TMath::Pi() / 180), cos(148.730408 * TMath::Pi() / 180), cos(98.012375 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[26].SetXYZ( - cos(107.998398 * TMath::Pi() / 180), cos(91.476761 * TMath::Pi() / 180), cos(161.936996 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[27].SetXYZ( - cos(72.001816 * TMath::Pi() / 180), cos(91.473373 * TMath::Pi() / 180), cos(161.937485 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[28].SetXYZ( - cos(89.999908 * TMath::Pi() / 180), cos(59.834961 * TMath::Pi() / 180), cos(149.834991 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[29].SetXYZ( - cos(90.002869 * TMath::Pi() / 180), cos(120.167007 * TMath::Pi() / 180), cos(30.166962 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[30].SetXYZ( - cos(90.002869 * TMath::Pi() / 180), cos(59.832993 * TMath::Pi() / 180), cos(149.833023 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[31].SetXYZ( - cos(89.999969 * TMath::Pi() / 180), cos(120.165039 * TMath::Pi() / 180), cos(30.164993 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[32].SetXYZ( - cos(72.001816 * TMath::Pi() / 180), cos(88.526611 * TMath::Pi() / 180), cos(18.062500 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[33].SetXYZ( - cos(107.998398 * TMath::Pi() / 180), cos(88.523224 * TMath::Pi() / 180), cos(18.063004 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[34].SetXYZ( - cos(59.999924 * TMath::Pi() / 180), cos(31.269547 * TMath::Pi() / 180), cos(81.987610 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[35].SetXYZ( - cos(59.999969 * TMath::Pi() / 180), cos(148.730408 * TMath::Pi() / 180), cos(98.012375 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[36].SetXYZ( - cos(107.998169 * TMath::Pi() / 180), cos(91.473328 * TMath::Pi() / 180), cos(161.937485 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[37].SetXYZ( - cos(71.998657 * TMath::Pi() / 180), cos(91.471954 * TMath::Pi() / 180), cos(161.934418 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[38].SetXYZ( - cos(120.000946 * TMath::Pi() / 180), cos(148.730408 * TMath::Pi() / 180), cos(98.009598 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[39].SetXYZ( - cos(119.999146 * TMath::Pi() / 180), cos(31.269516 * TMath::Pi() / 180), cos(81.984879 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[40].SetXYZ( - cos(35.999680 * TMath::Pi() / 180), cos(89.088608 * TMath::Pi() / 180), cos(54.015533 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[41].SetXYZ( - cos(179.999939 * TMath::Pi() / 180), cos(89.999908 * TMath::Pi() / 180), cos(90.000076 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[42].SetXYZ( - cos(35.998962 * TMath::Pi() / 180), cos(90.913406 * TMath::Pi() / 180), cos(125.983643 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[43].SetXYZ( - cos(144.000977 * TMath::Pi() / 180), cos(90.913406 * TMath::Pi() / 180), cos(125.983643 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[44].SetXYZ( - cos(0.002835 * TMath::Pi() / 180), cos(90.001389 * TMath::Pi() / 180), cos(89.997452 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[45].SetXYZ( - cos(143.997803 * TMath::Pi() / 180), cos(89.087616 * TMath::Pi() / 180), cos(54.013092 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[46].SetXYZ( - cos(59.999268 * TMath::Pi() / 180), cos(57.035294 * TMath::Pi() / 180), cos(47.643875 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[47].SetXYZ( - cos(120.000229 * TMath::Pi() / 180), cos(57.032654 * TMath::Pi() / 180), cos(47.645844 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[48].SetXYZ( - cos(108.000092 * TMath::Pi() / 180), cos(147.017288 * TMath::Pi() / 180), cos(63.373047 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[49].SetXYZ( - cos(107.998505 * TMath::Pi() / 180), cos(32.980560 * TMath::Pi() / 180), cos(116.625626 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[50].SetXYZ( - cos(120.002426 * TMath::Pi() / 180), cos(122.966782 * TMath::Pi() / 180), cos(132.352707 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[51].SetXYZ( - cos(59.997635 * TMath::Pi() / 180), cos(122.966782 * TMath::Pi() / 180), cos(132.352707 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[52].SetXYZ( - cos(72.001434 * TMath::Pi() / 180), cos(32.980560 * TMath::Pi() / 180), cos(116.625626 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[53].SetXYZ( - cos(72.001923 * TMath::Pi() / 180), cos(147.016739 * TMath::Pi() / 180), cos(63.370972 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[54].SetXYZ( - cos(89.999802 * TMath::Pi() / 180), cos(30.166946 * TMath::Pi() / 180), cos(59.832993 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[55].SetXYZ( - cos(89.999969 * TMath::Pi() / 180), cos(149.834991 * TMath::Pi() / 180), cos(120.165039 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[56].SetXYZ( - cos(144.000214 * TMath::Pi() / 180), cos(121.226715 * TMath::Pi() / 180), cos(73.919296 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[57].SetXYZ( - cos(35.999985 * TMath::Pi() / 180), cos(121.226944 * TMath::Pi() / 180), cos(73.919357 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[58].SetXYZ( - cos(35.998840 * TMath::Pi() / 180), cos(58.773117 * TMath::Pi() / 180), cos(106.078720 * TMath::Pi() / 180)); - NAJC_Rot_col_Z[59].SetXYZ( - cos(144.001083 * TMath::Pi() / 180), cos(58.773117 * TMath::Pi() / 180), cos(106.078720 * TMath::Pi() / 180)); - - /// here the loop now .... - // m1_TRB1/2 - Double_t pi = TMath::Pi(); - TVector3 col_X_m1_TRC1(sin(90. * pi / 180) * cos(0. * pi / 180), - sin(90.545 * pi / 180) * cos(90. * pi / 180), - sin(0.545 * pi / 180) * cos(90. * pi / 180)); - TVector3 col_Y_m1_TRC1(sin(90. * pi / 180) * sin(0. * pi / 180), - sin(90.545 * pi / 180) * sin(90. * pi / 180), - sin(0.545 * pi / 180) * sin(90. * pi / 180)); - TVector3 col_Z_m1_TRC1(cos(90. * pi / 180), cos(90.545 * pi / 180), cos(0.545 * pi / 180)); - TVector3 col_X_m2_TRC2(sin(90. * pi / 180) * cos(0. * pi / 180), - sin(97.428 * pi / 180) * cos(90. * pi / 180), - sin(7.428 * pi / 180) * cos(90. * pi / 180)); - TVector3 col_Y_m2_TRC2(sin(90. * pi / 180) * sin(0. * pi / 180), - sin(97.428 * pi / 180) * sin(90. * pi / 180), - sin(7.428 * pi / 180) * sin(90. * pi / 180)); - TVector3 col_Z_m2_TRC2(cos(90. * pi / 180), cos(97.428 * pi / 180), cos(7.428 * pi / 180)); - TVector3 col_X_m3_TRC3(sin(90. * pi / 180) * cos(180. * pi / 180), - sin(96.883 * pi / 180) * cos(270. * pi / 180), - sin(6.883 * pi / 180) * cos(270. * pi / 180)); - TVector3 col_Y_m3_TRC3(sin(90. * pi / 180) * sin(180. * pi / 180), - sin(96.883 * pi / 180) * sin(270. * pi / 180), - sin(6.883 * pi / 180) * sin(270. * pi / 180)); - TVector3 col_Z_m3_TRC3(cos(90. * pi / 180), cos(96.883 * pi / 180), cos(6.883 * pi / 180)); - - // - Adapted from R3BSim Geant4 definition - // - Using the new templated Math ROOT Library - // - - - //- TRB1 - //--- Fill info for global Rotation / Translation - Double_t fRotable0_0[9] = { - col_X_m1_TRC1.X(), col_X_m1_TRC1.Y(), col_X_m1_TRC1.Z(), col_Y_m1_TRC1.X(), col_Y_m1_TRC1.Y(), - col_Y_m1_TRC1.Z(), col_Z_m1_TRC1.X(), col_Z_m1_TRC1.Y(), col_Z_m1_TRC1.Z(), - }; - ROOT::Math::XYZPoint tra1_TRC1(0., 3.33 / 10., 0.); - ROOT::Math::Rotation3D* pm1_TRC1 = new ROOT::Math::Rotation3D(fRotable0_0[0], - fRotable0_0[3], - fRotable0_0[6], - fRotable0_0[1], - fRotable0_0[4], - fRotable0_0[7], - fRotable0_0[2], - fRotable0_0[5], - fRotable0_0[8]); - //--- Single Crystal definition - TGeoRotation* pIndividualRot_0 = NULL; - TGeoRotation* pRingRot_0 = NULL; - - for (Int_t iter2 = 0; iter2 < 60; iter2++) - { - Double_t fRotable1_0[9] = { NAJC_Rot_col_X[iter2].X(), NAJC_Rot_col_X[iter2].Y(), NAJC_Rot_col_X[iter2].Z(), - NAJC_Rot_col_Y[iter2].X(), NAJC_Rot_col_Y[iter2].Y(), NAJC_Rot_col_Y[iter2].Z(), - NAJC_Rot_col_Z[iter2].X(), NAJC_Rot_col_Z[iter2].Y(), NAJC_Rot_col_Z[iter2].Z() }; - - pIndividualRot_0 = new TGeoRotation(); - pIndividualRot_0->SetMatrix(fRotable1_0); - - ROOT::Math::Rotation3D* pIndRot_0 = new ROOT::Math::Rotation3D(fRotable1_0[0], - fRotable1_0[3], - fRotable1_0[6], - fRotable1_0[1], - fRotable1_0[4], - fRotable1_0[7], - fRotable1_0[2], - fRotable1_0[5], - fRotable1_0[8]); - - ROOT::Math::Rotation3D pIndRotInv_0 = pIndRot_0->Inverse(); - dx = NAJC_X[iter2] / 10.; - dy = NAJC_Y[iter2] / 10.; - dz = NAJC_Z[iter2] / 10.; - ROOT::Math::XYZPoint tt_0(dx, dy, dz); - ROOT::Math::XYZPoint ttt_0(0.0, 0.0, 0.0); - ttt_0 = pIndRotInv_0 * tra1_TRC1; - ttt_0.SetX(ttt_0.X() + tt_0.X()); - ttt_0.SetY(ttt_0.Y() + tt_0.Y()); - ttt_0.SetZ(ttt_0.Z() + tt_0.Z()); - - ROOT::Math::Rotation3D pRingTmp_0; - pRingTmp_0 = (*pm1_TRC1) * (*pIndRot_0); - Double_t fRotable2_0[9] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }; - pRingTmp_0.GetComponents(fRotable2_0[0], - fRotable2_0[3], - fRotable2_0[6], - fRotable2_0[1], - fRotable2_0[4], - fRotable2_0[7], - fRotable2_0[2], - fRotable2_0[5], - fRotable2_0[8]); - pRingRot_0 = new TGeoRotation(); - pRingRot_0->SetMatrix(fRotable2_0); - TGeoTranslation* trans_0 = new TGeoTranslation(ttt_0.X(), ttt_0.Y(), ttt_0.Z()); - TGeoCombiTrans* combi_0 = new TGeoCombiTrans(*trans_0, *pRingRot_0); - - // Add the Node in CBLogWorld - pCBLogWorld->AddNode(pcrystalLogNAJC, iter2, combi_0); - - } //! for iter2 - - // TRAP part - // some other specs - // Shape: TRAP1 type: TGeoTrap - dz = 10.000000; - theta = 0.000000; - phi = 0.000000; - h1 = 1.702000; - bl1 = 5.068000; - tl1 = 2.162000; - alpha1 = 0.000000; - h2 = 3.064000; - bl2 = 9.122000; - tl2 = 3.890000; - alpha2 = 0.000000; - TGeoShape* pTRAP1 = new TGeoTrap("TRAP1", dz, theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2); - // Shape: TRAP2 type: TGeoTrap - dz = 10.000000; - theta = 0.000000; - phi = 0.000000; - h1 = 1.702000; - bl1 = 5.068000; - tl1 = 2.162000; - alpha1 = 0.000000; - h2 = 3.064000; - bl2 = 9.122000; - tl2 = 3.890000; - alpha2 = 0.000000; - TGeoShape* pTRAP2 = new TGeoTrap("TRAP2", dz, theta, phi, h1, bl1, tl1, alpha1, h2, bl2, tl2, alpha2); - // Combi transformation: TRAP - dx = 0.000000; - dy = -4.745065; - dz = -0.322321; - // Rotation: - thx = 90.000000; - phx = 180.000000; - thy = 97.772000; - phy = 270.000000; - thz = 7.772000; - phz = 270.000000; - TGeoRotation* pMatrix9 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix8 = new TGeoCombiTrans("TRAP", dx, dy, dz, pMatrix9); - pBoolNode = new TGeoUnion(pTRAP1, pTRAP2, 0, pMatrix8); - // Shape: TRAP type: TGeoCompositeShape - TGeoShape* pTRAP = new TGeoCompositeShape("TRAP", pBoolNode); - pTRAP->SetTitle("TRAP1+TRAP2:TRAP"); - // Volume: crystalLogNAJD - TGeoVolume* pcrystalLogNAJD = new TGeoVolume("crystalLogNAJD", pTRAP, pMed9); - - Double_t NAJD_X[27] = { 0, -108.157, 108.157, 108.157, -108.157, -283.1569, -283.1569, - 283.1569, 283.1569, -175, -175, 175, 175, 350, - -175, -175, 175, 175, -283.1569, -283.1569, 283.1569, - 283.1569, 108.157, -108.157, -108.157, 108.157, 0 }; - Double_t NAJD_Y[27] = { 350, 283.2094, 283.2094, 283.2094, 283.2094, 174.9965, 174.9965, - 174.9965, 174.9965, 108.1815, 108.1815, 108.1815, 108.1815, 0, - -108.178, -108.1815, -108.1815, -108.178, -174.9965, -174.9965, -174.9965, - -174.9965, -283.2094, -283.2094, -283.2094, -283.2094, -350 }; - Double_t NAJD_Z[27] = { 0, 174.9124, 174.9124, -174.9124, -174.9124, -108.164, 108.164, - 108.164, -108.164, -283.1464, 283.1464, 283.1464, -283.1464, 0, - 283.1464, -283.1464, -283.1464, 283.1464, 108.164, -108.164, -108.164, - 108.164, 174.9124, 174.9124, -174.9124, -174.9124, 0 }; - - TVector3 NAJD_Rot_col_X[27]; - NAJD_Rot_col_X[0].SetXYZ(sin(0.000003 * TMath::Pi() / 180) * cos(-121.720016 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * cos(-0.006011 * TMath::Pi() / 180), - sin(89.999969 * TMath::Pi() / 180) * cos(89.993958 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[1].SetXYZ(sin(108.000092 * TMath::Pi() / 180) * cos(31.719986 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * cos(148.288147 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * cos(110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[2].SetXYZ(sin(71.999969 * TMath::Pi() / 180) * cos(-31.720016 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * cos(31.711823 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * cos(69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[3].SetXYZ(sin(71.999908 * TMath::Pi() / 180) * cos(148.279953 * TMath::Pi() / 180), - sin(35.997025 * TMath::Pi() / 180) * cos(31.711823 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * cos(69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[4].SetXYZ(sin(108.000031 * TMath::Pi() / 180) * cos(-148.279999 * TMath::Pi() / 180), - sin(35.997040 * TMath::Pi() / 180) * cos(148.288147 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * cos(110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[5].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * cos(-148.279999 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * cos(69.093582 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * cos(148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[6].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * cos(31.719986 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * cos(69.093582 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * cos(148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[7].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * cos(-31.720016 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * cos(110.906418 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * cos(31.718048 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[8].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * cos(148.279953 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * cos(110.906418 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * cos(31.718033 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[9].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * cos(-69.093414 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * cos(-148.280991 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * cos(148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[10].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * cos(110.906570 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * cos(-148.281036 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * cos(148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[11].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * cos(-110.906570 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * cos(-31.718948 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * cos(31.714279 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[12].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * cos(69.093414 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * cos(-31.718948 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * cos(31.714249 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[13].SetXYZ(sin(90.000076 * TMath::Pi() / 180) * cos(90.000076 * TMath::Pi() / 180), - sin(0.006011 * TMath::Pi() / 180) * cos(-179.979675 * TMath::Pi() / 180), - sin(89.993958 * TMath::Pi() / 180) * cos(0.000000 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[14].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * cos(69.093414 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * cos(148.280991 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * cos(-148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[15].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * cos(-110.906570 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * cos(148.281036 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * cos(-148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[16].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * cos(110.906570 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * cos(31.718964 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * cos(-31.714264 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[17].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * cos(-69.093414 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * cos(31.718948 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * cos(-31.714249 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[18].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * cos(148.279953 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * cos(-69.093582 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * cos(-148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[19].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * cos(-31.719986 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * cos(-69.093582 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * cos(-148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[20].SetXYZ(sin(35.999969 * TMath::Pi() / 180) * cos(31.720001 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * cos(-110.906418 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * cos(-31.718048 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[21].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * cos(-148.279953 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * cos(-110.906418 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * cos(-31.718033 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[22].SetXYZ(sin(108.000092 * TMath::Pi() / 180) * cos(-148.279999 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * cos(-31.711838 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * cos(-69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[23].SetXYZ(sin(71.999969 * TMath::Pi() / 180) * cos(148.279953 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * cos(-148.288147 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * cos(-110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[24].SetXYZ(sin(71.999908 * TMath::Pi() / 180) * cos(-31.719986 * TMath::Pi() / 180), - sin(35.997025 * TMath::Pi() / 180) * cos(-148.288147 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * cos(-110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[25].SetXYZ(sin(108.000031 * TMath::Pi() / 180) * cos(31.720001 * TMath::Pi() / 180), - sin(35.997040 * TMath::Pi() / 180) * cos(-31.711838 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * cos(-69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_X[26].SetXYZ(sin(0.000003 * TMath::Pi() / 180) * cos(58.279968 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * cos(179.993988 * TMath::Pi() / 180), - sin(89.999969 * TMath::Pi() / 180) * cos(-90.006027 * TMath::Pi() / 180)); - - TVector3 NAJD_Rot_col_Y[27]; - NAJD_Rot_col_Y[0].SetXYZ(sin(0.000003 * TMath::Pi() / 180) * sin(-121.720016 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * sin(-0.006011 * TMath::Pi() / 180), - sin(89.999969 * TMath::Pi() / 180) * sin(89.993958 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[1].SetXYZ(sin(108.000092 * TMath::Pi() / 180) * sin(31.719986 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * sin(148.288147 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * sin(110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[2].SetXYZ(sin(71.999969 * TMath::Pi() / 180) * sin(-31.720016 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * sin(31.711823 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * sin(69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[3].SetXYZ(sin(71.999908 * TMath::Pi() / 180) * sin(148.279953 * TMath::Pi() / 180), - sin(35.997025 * TMath::Pi() / 180) * sin(31.711823 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * sin(69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[4].SetXYZ(sin(108.000031 * TMath::Pi() / 180) * sin(-148.279999 * TMath::Pi() / 180), - sin(35.997040 * TMath::Pi() / 180) * sin(148.288147 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * sin(110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[5].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * sin(-148.279999 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * sin(69.093582 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * sin(148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[6].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * sin(31.719986 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * sin(69.093582 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * sin(148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[7].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * sin(-31.720016 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * sin(110.906418 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * sin(31.718048 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[8].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * sin(148.279953 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * sin(110.906418 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * sin(31.718033 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[9].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * sin(-69.093414 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * sin(-148.280991 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * sin(148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[10].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * sin(110.906570 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * sin(-148.281036 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * sin(148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[11].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * sin(-110.906570 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * sin(-31.718948 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * sin(31.714279 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[12].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * sin(69.093414 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * sin(-31.718948 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * sin(31.714249 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[13].SetXYZ(sin(90.000076 * TMath::Pi() / 180) * sin(90.000076 * TMath::Pi() / 180), - sin(0.006011 * TMath::Pi() / 180) * sin(-179.979675 * TMath::Pi() / 180), - sin(89.993958 * TMath::Pi() / 180) * sin(0.000000 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[14].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * sin(69.093414 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * sin(148.280991 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * sin(-148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[15].SetXYZ(sin(60.000854 * TMath::Pi() / 180) * sin(-110.906570 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * sin(148.281036 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * sin(-148.285690 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[16].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * sin(110.906570 * TMath::Pi() / 180), - sin(71.999146 * TMath::Pi() / 180) * sin(31.718964 * TMath::Pi() / 180), - sin(144.000320 * TMath::Pi() / 180) * sin(-31.714264 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[17].SetXYZ(sin(119.999146 * TMath::Pi() / 180) * sin(-69.093414 * TMath::Pi() / 180), - sin(108.000854 * TMath::Pi() / 180) * sin(31.718948 * TMath::Pi() / 180), - sin(35.999664 * TMath::Pi() / 180) * sin(-31.714249 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[18].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * sin(148.279953 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * sin(-69.093582 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * sin(-148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[19].SetXYZ(sin(143.999985 * TMath::Pi() / 180) * sin(-31.719986 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * sin(-69.093582 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * sin(-148.281921 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[20].SetXYZ(sin(35.999969 * TMath::Pi() / 180) * sin(31.720001 * TMath::Pi() / 180), - sin(59.998718 * TMath::Pi() / 180) * sin(-110.906418 * TMath::Pi() / 180), - sin(107.998230 * TMath::Pi() / 180) * sin(-31.718048 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[21].SetXYZ(sin(35.999985 * TMath::Pi() / 180) * sin(-148.279953 * TMath::Pi() / 180), - sin(120.001266 * TMath::Pi() / 180) * sin(-110.906418 * TMath::Pi() / 180), - sin(72.001770 * TMath::Pi() / 180) * sin(-31.718033 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[22].SetXYZ(sin(108.000092 * TMath::Pi() / 180) * sin(-148.279999 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * sin(-31.711838 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * sin(-69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[23].SetXYZ(sin(71.999969 * TMath::Pi() / 180) * sin(148.279953 * TMath::Pi() / 180), - sin(144.002945 * TMath::Pi() / 180) * sin(-148.288147 * TMath::Pi() / 180), - sin(60.003204 * TMath::Pi() / 180) * sin(-110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[24].SetXYZ(sin(71.999908 * TMath::Pi() / 180) * sin(-31.719986 * TMath::Pi() / 180), - sin(35.997025 * TMath::Pi() / 180) * sin(-148.288147 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * sin(-110.909149 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[25].SetXYZ(sin(108.000031 * TMath::Pi() / 180) * sin(31.720001 * TMath::Pi() / 180), - sin(35.997040 * TMath::Pi() / 180) * sin(-31.711838 * TMath::Pi() / 180), - sin(119.996796 * TMath::Pi() / 180) * sin(-69.090851 * TMath::Pi() / 180)); - - NAJD_Rot_col_Y[26].SetXYZ(sin(0.000003 * TMath::Pi() / 180) * sin(58.279968 * TMath::Pi() / 180), - sin(90.000076 * TMath::Pi() / 180) * sin(179.993988 * TMath::Pi() / 180), - sin(89.999969 * TMath::Pi() / 180) * sin(-90.006027 * TMath::Pi() / 180)); - - TVector3 NAJD_Rot_col_Z[27]; - NAJD_Rot_col_Z[0].SetXYZ( - cos(0.000003 * TMath::Pi() / 180), cos(90.000076 * TMath::Pi() / 180), cos(89.999969 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[1].SetXYZ( - cos(108.000092 * TMath::Pi() / 180), cos(144.002945 * TMath::Pi() / 180), cos(60.003204 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[2].SetXYZ( - cos(71.999969 * TMath::Pi() / 180), cos(144.002945 * TMath::Pi() / 180), cos(60.003204 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[3].SetXYZ( - cos(71.999908 * TMath::Pi() / 180), cos(35.997025 * TMath::Pi() / 180), cos(119.996796 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[4].SetXYZ( - cos(108.000031 * TMath::Pi() / 180), cos(35.997040 * TMath::Pi() / 180), cos(119.996796 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[5].SetXYZ( - cos(35.999985 * TMath::Pi() / 180), cos(59.998718 * TMath::Pi() / 180), cos(107.998230 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[6].SetXYZ( - cos(35.999985 * TMath::Pi() / 180), cos(120.001266 * TMath::Pi() / 180), cos(72.001770 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[7].SetXYZ( - cos(143.999985 * TMath::Pi() / 180), cos(120.001266 * TMath::Pi() / 180), cos(72.001770 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[8].SetXYZ( - cos(143.999985 * TMath::Pi() / 180), cos(59.998718 * TMath::Pi() / 180), cos(107.998230 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[9].SetXYZ( - cos(119.999146 * TMath::Pi() / 180), cos(71.999146 * TMath::Pi() / 180), cos(144.000320 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[10].SetXYZ( - cos(119.999146 * TMath::Pi() / 180), cos(108.000854 * TMath::Pi() / 180), cos(35.999664 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[11].SetXYZ( - cos(60.000854 * TMath::Pi() / 180), cos(108.000854 * TMath::Pi() / 180), cos(35.999664 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[12].SetXYZ( - cos(60.000854 * TMath::Pi() / 180), cos(71.999146 * TMath::Pi() / 180), cos(144.000320 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[13].SetXYZ( - cos(90.000076 * TMath::Pi() / 180), cos(0.006011 * TMath::Pi() / 180), cos(89.993958 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[14].SetXYZ( - cos(60.000854 * TMath::Pi() / 180), cos(108.000854 * TMath::Pi() / 180), cos(35.999664 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[15].SetXYZ( - cos(60.000854 * TMath::Pi() / 180), cos(71.999146 * TMath::Pi() / 180), cos(144.000320 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[16].SetXYZ( - cos(119.999146 * TMath::Pi() / 180), cos(71.999146 * TMath::Pi() / 180), cos(144.000320 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[17].SetXYZ( - cos(119.999146 * TMath::Pi() / 180), cos(108.000854 * TMath::Pi() / 180), cos(35.999664 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[18].SetXYZ( - cos(143.999985 * TMath::Pi() / 180), cos(120.001266 * TMath::Pi() / 180), cos(72.001770 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[19].SetXYZ( - cos(143.999985 * TMath::Pi() / 180), cos(59.998718 * TMath::Pi() / 180), cos(107.998230 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[20].SetXYZ( - cos(35.999969 * TMath::Pi() / 180), cos(59.998718 * TMath::Pi() / 180), cos(107.998230 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[21].SetXYZ( - cos(35.999985 * TMath::Pi() / 180), cos(120.001266 * TMath::Pi() / 180), cos(72.001770 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[22].SetXYZ( - cos(108.000092 * TMath::Pi() / 180), cos(144.002945 * TMath::Pi() / 180), cos(60.003204 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[23].SetXYZ( - cos(71.999969 * TMath::Pi() / 180), cos(144.002945 * TMath::Pi() / 180), cos(60.003204 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[24].SetXYZ( - cos(71.999908 * TMath::Pi() / 180), cos(35.997025 * TMath::Pi() / 180), cos(119.996796 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[25].SetXYZ( - cos(108.000031 * TMath::Pi() / 180), cos(35.997040 * TMath::Pi() / 180), cos(119.996796 * TMath::Pi() / 180)); - NAJD_Rot_col_Z[26].SetXYZ( - cos(0.000003 * TMath::Pi() / 180), cos(90.000076 * TMath::Pi() / 180), cos(89.999969 * TMath::Pi() / 180)); - - TVector3 col_X_m1_TRAP1(sin(90. * TMath::Pi() / 180) * cos(0. * TMath::Pi() / 180), - sin(93.886 * TMath::Pi() / 180) * cos(90. * TMath::Pi() / 180), - sin(3.886 * TMath::Pi() / 180) * cos(90. * TMath::Pi() / 180)); - TVector3 col_X_m2_TRAP2(sin(90. * TMath::Pi() / 180) * cos(180. * TMath::Pi() / 180), - sin(93.886 * TMath::Pi() / 180) * cos(270. * TMath::Pi() / 180), - sin(3.886 * TMath::Pi() / 180) * cos(270. * TMath::Pi() / 180)); - TVector3 col_Y_m1_TRAP1(sin(90. * TMath::Pi() / 180) * sin(0. * TMath::Pi() / 180), - sin(93.886 * TMath::Pi() / 180) * sin(90. * TMath::Pi() / 180), - sin(3.886 * TMath::Pi() / 180) * sin(90. * TMath::Pi() / 180)); - TVector3 col_Y_m2_TRAP2(sin(90. * TMath::Pi() / 180) * sin(180. * TMath::Pi() / 180), - sin(93.886 * TMath::Pi() / 180) * sin(270. * TMath::Pi() / 180), - sin(3.886 * TMath::Pi() / 180) * sin(270. * TMath::Pi() / 180)); - TVector3 col_Z_m1_TRAP1( - cos(90. * TMath::Pi() / 180), cos(93.886 * TMath::Pi() / 180), cos(3.886 * TMath::Pi() / 180)); - TVector3 col_Z_m2_TRAP2( - cos(90. * TMath::Pi() / 180), cos(93.886 * TMath::Pi() / 180), cos(3.886 * TMath::Pi() / 180)); - - // - Adapted from R3BSim Geant4 definition - // - Using the new templated Math ROOT Library - // - - - //- TRB1 - //--- Fill info for global Rotation / Translation - Double_t fRotable0_1[9] = { - col_X_m1_TRAP1.X(), col_X_m1_TRAP1.Y(), col_X_m1_TRAP1.Z(), col_Y_m1_TRAP1.X(), col_Y_m1_TRAP1.Y(), - col_Y_m1_TRAP1.Z(), col_Z_m1_TRAP1.X(), col_Z_m1_TRAP1.Y(), col_Z_m1_TRAP1.Z(), - }; - ROOT::Math::XYZPoint tra1_TRAP1(0., 23.78 / 10., 0.); - ROOT::Math::Rotation3D* pm1_TRAP1 = new ROOT::Math::Rotation3D(fRotable0_1[0], - fRotable0_1[3], - fRotable0_1[6], - fRotable0_1[1], - fRotable0_1[4], - fRotable0_1[7], - fRotable0_1[2], - fRotable0_1[5], - fRotable0_1[8]); - //--- Single Crystal definition - TGeoRotation* pIndividualRot_1 = NULL; - TGeoRotation* pRingRot_1 = NULL; - - for (Int_t iter2 = 0; iter2 < 27; iter2++) - { - Double_t fRotable1_1[9] = { NAJD_Rot_col_X[iter2].X(), NAJD_Rot_col_X[iter2].Y(), NAJD_Rot_col_X[iter2].Z(), - NAJD_Rot_col_Y[iter2].X(), NAJD_Rot_col_Y[iter2].Y(), NAJD_Rot_col_Y[iter2].Z(), - NAJD_Rot_col_Z[iter2].X(), NAJD_Rot_col_Z[iter2].Y(), NAJD_Rot_col_Z[iter2].Z() }; - - pIndividualRot_1 = new TGeoRotation(); - pIndividualRot_1->SetMatrix(fRotable1_1); - - ROOT::Math::Rotation3D* pIndRot_1 = new ROOT::Math::Rotation3D(fRotable1_1[0], - fRotable1_1[3], - fRotable1_1[6], - fRotable1_1[1], - fRotable1_1[4], - fRotable1_1[7], - fRotable1_1[2], - fRotable1_1[5], - fRotable1_1[8]); - - ROOT::Math::Rotation3D pIndRotInv_1 = pIndRot_1->Inverse(); - dx = NAJD_X[iter2] / 10.; - dy = NAJD_Y[iter2] / 10.; - dz = NAJD_Z[iter2] / 10.; - ROOT::Math::XYZPoint tt_1(dx, dy, dz); - ROOT::Math::XYZPoint ttt_1(0.0, 0.0, 0.0); - ttt_1 = pIndRotInv_1 * tra1_TRAP1; - ttt_1.SetX(ttt_1.X() + tt_1.X()); - ttt_1.SetY(ttt_1.Y() + tt_1.Y()); - ttt_1.SetZ(ttt_1.Z() + tt_1.Z()); - - ROOT::Math::Rotation3D pRingTmp_1; - pRingTmp_1 = (*pm1_TRAP1) * (*pIndRot_1); - Double_t fRotable2_1[9] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }; - pRingTmp_1.GetComponents(fRotable2_1[0], - fRotable2_1[3], - fRotable2_1[6], - fRotable2_1[1], - fRotable2_1[4], - fRotable2_1[7], - fRotable2_1[2], - fRotable2_1[5], - fRotable2_1[8]); - pRingRot_1 = new TGeoRotation(); - pRingRot_1->SetMatrix(fRotable2_1); - TGeoTranslation* trans_1 = new TGeoTranslation(ttt_1.X(), ttt_1.Y(), ttt_1.Z()); - TGeoCombiTrans* combi_1 = new TGeoCombiTrans(*trans_1, *pRingRot_1); - - // Add the Node in CBLogWorld - pCBLogWorld->AddNode(pcrystalLogNAJD, iter2, combi_1); - - } //! for iter2 - - // --- Definition of the Reaction Chamber - - // -- Combi transformation: - dx = 0.000000; - dy = 0.000000; - dz = 0.000000; - // Rotation: - thx = 90.000000; - phx = 0.000000; - thy = 90.000000; - phy = 90.000000; - thz = 0.000000; - phz = 0.000000; - TGeoRotation* pMatrix_1 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix_0 = new TGeoCombiTrans("", dx, dy, dz, pMatrix_1); - // Combi transformation: - dx = 0.000000; - dy = 0.000000; - dz = 39.100000; - // Rotation: - thx = 90.000000; - phx = 0.000000; - thy = 90.000000; - phy = 90.000000; - thz = 0.000000; - phz = 0.000000; - TGeoRotation* pMatrix_3 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix_2 = new TGeoCombiTrans("", dx, dy, dz, pMatrix_3); - // Combi transformation: - dx = 0.000000; - dy = 0.000000; - dz = -39.100000; - // Rotation: - thx = 90.000000; - phx = 0.000000; - thy = 90.000000; - phy = 270.000000; - thz = 180.000000; - phz = 0.000000; - TGeoRotation* pMatrix_5 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix_4 = new TGeoCombiTrans("", dx, dy, dz, pMatrix_5); - // Combi transformation: - dx = -39.100000; - dy = 0.000000; - dz = 0.000000; - // Rotation: - thx = 90.000000; - phx = 90.000000; - thy = 180.000000; - phy = 0.000000; - thz = 90.000000; - phz = 180.000000; - TGeoRotation* pMatrix_7 = new TGeoRotation("", thx, phx, thy, phy, thz, phz); - TGeoCombiTrans* pMatrix_6 = new TGeoCombiTrans("", dx, dy, dz, pMatrix_7); - - // Shape: CBReactionChamber type: TGeoSphere - rmin = 24.250000; - rmax = 24.500000; - theta1 = 6.423161; - theta2 = 173.576839; - phi1 = 0.000000; - phi2 = 360.000000; - TGeoShape* pCBReactionChamber = new TGeoSphere("CBReactionChamber", rmin, rmax, theta1, theta2, phi1, phi2); - // Volume: CBChamberLog - TGeoVolume* pCBChamberLog = new TGeoVolume("CBChamberLog", pCBReactionChamber, pMed21); - pCBChamberLog->SetVisLeaves(kTRUE); - pCBLogWorld->AddNode(pCBChamberLog, 0, pMatrix_0); - // Shape: CBConicalTube type: TGeoConeSeg - dz = 14.600000; - rmin1 = 2.730000; - rmax1 = 2.855000; - rmin2 = 5.125000; - rmax2 = 5.250000; - phi1 = 0.000000; - phi2 = 360.000000; - TGeoShape* pCBConicalTube = new TGeoConeSeg("CBConicalTube", dz, rmin1, rmax1, rmin2, rmax2, phi1, phi2); - // Volume: CBConicalTubeLog - TGeoVolume* pCBConicalTubeLog = new TGeoVolume("CBConicalTubeLog", pCBConicalTube, pMed21); - pCBConicalTubeLog->SetVisLeaves(kTRUE); - pCBLogWorld->AddNode(pCBConicalTubeLog, 0, pMatrix_2); - pCBLogWorld->AddNode(pCBConicalTubeLog, 1, pMatrix_4); - pCBLogWorld->AddNode(pCBConicalTubeLog, 2, pMatrix_6); - - // End of XBall Crystal definition - // Define Sensitive Modules - AddSensitiveVolume(pcrystalLogNAJA); - AddSensitiveVolume(pcrystalLogNAJB); - AddSensitiveVolume(pcrystalLogNAJC); - AddSensitiveVolume(pcrystalLogNAJD); -} - -// ----- Public method ConstructGeometry ---------------------------------- -void R3BXBallv0::ConstructGeometry1() -{ - LOG(error) << "R3BXBallv0 Dummy function called !!! "; - LOG(error) << "no Crystal geometry will be created ... "; - return; -} - -TGeoRotation* R3BXBallv0::createMatrix(Double_t phi, Double_t theta, Double_t psi) -{ - - // Rotation - TGeoRotation* matrix = new TGeoRotation(""); - - Double_t rm[9]; - - Double_t degrad = TMath::Pi() / 180.; - - // define trigonometry - Double_t sinPhi = sin(degrad * phi); - Double_t cosPhi = TMath::Cos(degrad * phi); - Double_t sinTheta = sin(degrad * theta); - Double_t cosTheta = TMath::Cos(degrad * theta); - Double_t sinPsi = sin(degrad * psi); - Double_t cosPsi = TMath::Cos(degrad * psi); - - // filling from Euler definition a la G4 ! - - rm[0] = cosPsi * cosPhi - cosTheta * sinPhi * sinPsi; - rm[1] = cosPsi * sinPhi + cosTheta * cosPhi * sinPsi; - rm[2] = sinPsi * sinTheta; - - rm[3] = -sinPsi * cosPhi - cosTheta * sinPhi * cosPsi; - rm[4] = -sinPsi * sinPhi + cosTheta * cosPhi * cosPsi; - rm[5] = cosPsi * sinTheta; - - rm[6] = sinTheta * sinPhi; - rm[7] = -sinTheta * cosPhi; - rm[8] = cosTheta; - - matrix->SetMatrix((const Double_t*)&rm[0]); - - return matrix; -} - -ClassImp(R3BXBallv0) diff --git a/xball/R3BXBallv0.h b/xball/R3BXBallv0.h deleted file mode 100644 index 8c576b1ca..000000000 --- a/xball/R3BXBallv0.h +++ /dev/null @@ -1,206 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBall header file ----- -// ----- Created 26/03/09 by D.Bertini ----- -// ------------------------------------------------------------------------- - -/** R3BXBallv0.h - **/ - -#ifndef R3BXBALLV0_H -#define R3BXBALLV0_H - -#include "R3BDetector.h" - -#include "TLorentzVector.h" - -class TClonesArray; -class R3BXBallPoint; -class FairVolume; -class TGeoRotation; - -class R3BXBallv0 : public R3BDetector -{ - - public: - /** Default constructor **/ - R3BXBallv0(); - - /** Standard constructor. - *@param name detetcor name - *@param active sensitivity flag - **/ - R3BXBallv0(const char* name, Bool_t active); - - /** Destructor **/ - virtual ~R3BXBallv0(); - - /** Virtual method ProcessHits - ** - ** Defines the action to be taken when a step is inside the - ** active volume. Creates a R3BXBallPoint and adds it to the - ** collection. - *@param vol Pointer to the active volume - **/ - virtual Bool_t ProcessHits(FairVolume* vol = 0); - - /** Virtual method BeginEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void BeginEvent(); - - /** Virtual method EndOfEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void EndOfEvent(); - - /** Virtual method Register - ** - ** Registers the hit collection in the ROOT manager. - **/ - virtual void Register(); - - /** Accessor to the hit collection **/ - virtual TClonesArray* GetCollection(Int_t iColl) const; - - /** Virtual method Print - ** - ** Screen output of hit collection. - **/ - virtual void Print() const; - - /** Virtual method Reset - ** - ** Clears the hit collection - **/ - virtual void Reset(); - - /** Virtual method CopyClones - ** - ** Copies the hit collection with a given track index offset - *@param cl1 Origin - *@param cl2 Target - *@param offset Index offset - **/ - virtual void CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset); - - /** Virtaul method Construct geometry - ** - ** Constructs the CAL CRYSTAL geometry - **/ - virtual void ConstructGeometry(); - virtual void ConstructGeometry1(); - virtual void ConstructGeometry2(); - void SetGeometryVersion(Int_t vers) { fGeoVersion = vers; } - - virtual void Initialize(); - virtual void SetSpecialPhysicsCuts() {} - - private: - /** Track information to be stored until the track leaves the - active volume. **/ - Int_t fTrackID; //! track index - Int_t fVolumeID; //! volume id - TLorentzVector fPosIn, fPosOut; //! position - TLorentzVector fMomIn, fMomOut; //! momentum - Double32_t fTime; //! time - Double32_t fLength; //! length - Double32_t fELoss; //! energy loss - - Int_t fPosIndex; //! - TClonesArray* fXBallCollection; //! The hit collection - Bool_t kGeoSaved; //! - TList* flGeoPar; //! - Int_t fGeoVersion; //! - - Int_t fTypeA; //! - Int_t fTypeB; //! - Int_t fTypeC; //! - Int_t fTypeD; //! - - /** Private method AddHit - ** - ** Adds a XBallPoint to the HitCollection - **/ - R3BXBallPoint* AddHit(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 pos_out, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss); - - /** Private method ResetParameters - ** - ** Resets the private members for the track parameters - **/ - void ResetParameters(); - TGeoRotation* createMatrix(Double_t phi, Double_t theta, Double_t psi); - - Int_t GetCrystalType(Int_t volID); - - ClassDef(R3BXBallv0, 1); -}; - -inline Int_t R3BXBallv0::GetCrystalType(Int_t volID) -{ - Int_t type = -1; - - if (volID == fTypeA) - { - type = 1; - return (type); - } - if (volID == fTypeB) - { - type = 2; - return (type); - } - if (volID == fTypeC) - { - type = 3; - return (type); - } - if (volID == fTypeD) - { - type = 4; - return (type); - } - - return type; -} - -inline void R3BXBallv0::ResetParameters() -{ - fTrackID = fVolumeID = 0; - fPosIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fPosOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fTime = fLength = fELoss = 0; - fPosIndex = 0; -}; - -#endif diff --git a/xball/R3BXBallv1.cxx b/xball/R3BXBallv1.cxx deleted file mode 100644 index 96d7cd645..000000000 --- a/xball/R3BXBallv1.cxx +++ /dev/null @@ -1,645 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallv1 source file ----- -// ----- Created 26/03/09 by D.Bertini ----- -// ----- new Version: 20/07/09 ----- -// ----- new Version: 08/04/10 ----- -// ----- new Version: 25/11/10 ----- -// ------------------------------------------------------------------------- -#include "R3BXBallv1.h" - -#include "R3BGeoXBall.h" -#include "R3BGeoXBallPar.h" -#include "R3BMCStack.h" -#include "R3BXBallPoint.h" - -#include "FairGeoInterface.h" -#include "FairGeoLoader.h" -#include "FairGeoNode.h" -#include "FairGeoRootBuilder.h" -#include "FairLogger.h" -#include "FairRootManager.h" -#include "FairRun.h" -#include "FairRuntimeDb.h" -#include "FairVolume.h" - -#include "TClonesArray.h" -#include "TGeoMCGeometry.h" -#include "TObjArray.h" -#include "TParticle.h" -#include "TRotation.h" -#include "TVirtualMC.h" - -// includes for modeling -#include "TGeoArb8.h" -#include "TGeoBBox.h" -#include "TGeoBoolNode.h" -#include "TGeoCompositeShape.h" -#include "TGeoCone.h" -#include "TGeoManager.h" -#include "TGeoMaterial.h" -#include "TGeoMatrix.h" -#include "TGeoMedium.h" -#include "TGeoPgon.h" -#include "TGeoTube.h" -#include "TParticle.h" -#include "TVector3.h" -#include "TVirtualMC.h" -// try the mathematical ROOT package -#include "Math/Point3D.h" -#include "Math/Rotation3D.h" - -#define XB_CRYSTAL(no, type, theta, phi, psi, n1, n2, n3, n4, n5, n6) { no, type, theta, phi, psi }, -#define XB_CRYSTAL_MOD(nr, mod, delta) { nr, mod, delta }, - -// ----- Default constructor ------------------------------------------- -R3BXBallv1::R3BXBallv1() - : R3BDetector("R3BXBallv1", kTRUE, kCAL) -{ - ResetParameters(); - fXBallCollection = new TClonesArray("R3BXBallPoint"); - fPosIndex = 0; - kGeoSaved = kFALSE; - flGeoPar = new TList(); - flGeoPar->SetName(GetName()); - fVerboseLevel = 1; - fGeoVersion = 1; -} -// ------------------------------------------------------------------------- - -// ----- Standard constructor ------------------------------------------ -R3BXBallv1::R3BXBallv1(const char* name, Bool_t active) - : R3BDetector(name, active, kCAL) -{ - ResetParameters(); - fXBallCollection = new TClonesArray("R3BXBallPoint"); - fPosIndex = 0; - kGeoSaved = kFALSE; - flGeoPar = new TList(); - flGeoPar->SetName(GetName()); - fVerboseLevel = 1; - fGeoVersion = 1; -} -// ------------------------------------------------------------------------- - -// ----- Destructor ---------------------------------------------------- -R3BXBallv1::~R3BXBallv1() -{ - - if (flGeoPar) - delete flGeoPar; - if (fXBallCollection) - { - fXBallCollection->Delete(); - delete fXBallCollection; - } -} -// ------------------------------------------------------------------------- - -void R3BXBallv1::Initialize() -{ - FairDetector::Initialize(); - - LOG(info) << "R3BXBallv1 initialisation"; - LOG(debug) << "R3BXBallv1: Vol. (McId)"; - LOG(debug) << "R3BXBallv1: Crystal A : " << gMC->VolId("crystalLogNAJA"); - LOG(debug) << "R3BXBallv1: Crystal B : " << gMC->VolId("crystalLogNAJB"); - LOG(debug) << "R3BXBallv1: Crystal C : " << gMC->VolId("crystalLogNAJC"); - LOG(debug) << "R3BXBallv1: Crystal D : " << gMC->VolId("crystalLogNAJD"); - - // Crystals type ID - // type ID - // A 1 - // B 2 - // C 3 - // D 4 - - fTypeA = gMC->VolId("crystalLogNAJA"); - fTypeB = gMC->VolId("crystalLogNAJB"); - fTypeC = gMC->VolId("crystalLogNAJC"); - fTypeD = gMC->VolId("crystalLogNAJD"); - - TGeoVolume* vol = gGeoManager->GetVolume("CBLogWorld"); - vol->SetVisibility(kFALSE); -} - -// ----- Public method ProcessHits -------------------------------------- -Bool_t R3BXBallv1::ProcessHits(FairVolume* vol) -{ - Int_t copyNo = 0; - Int_t fVolID = gMC->CurrentVolID(copyNo); - Int_t fCrystalType = GetCrystalType(fVolID); - - if (gMC->IsTrackEntering()) - { - fELoss = 0.; - fTime = gMC->TrackTime() * 1.0e09; //[ns] - fLength = gMC->TrackLength(); - gMC->TrackPosition(fPosIn); - gMC->TrackMomentum(fMomIn); - } - - // Sum energy loss for all steps in the active volume - fELoss += gMC->Edep(); - - // Set additional parameters at exit of active volume. Create R3BXBallPoint. - if (gMC->IsTrackExiting() || gMC->IsTrackStop() || gMC->IsTrackDisappeared()) - { - fTrackID = gMC->GetStack()->GetCurrentTrackNumber(); - fVolumeID = vol->getMCid(); - gMC->TrackPosition(fPosOut); - gMC->TrackMomentum(fMomOut); - if (fELoss == 0.) - return kFALSE; - - if (gMC->IsTrackExiting()) - { - const Double_t* oldpos; - const Double_t* olddirection; - Double_t newpos[3]; - Double_t newdirection[3]; - Double_t safety; - - gGeoManager->FindNode(fPosOut.X(), fPosOut.Y(), fPosOut.Z()); - oldpos = gGeoManager->GetCurrentPoint(); - olddirection = gGeoManager->GetCurrentDirection(); - - for (Int_t i = 0; i < 3; i++) - { - newdirection[i] = -1 * olddirection[i]; - } - - gGeoManager->SetCurrentDirection(newdirection); - // TGeoNode *bla = gGeoManager->FindNextBoundary(2); - safety = gGeoManager->GetSafeDistance(); - - gGeoManager->SetCurrentDirection(-newdirection[0], -newdirection[1], -newdirection[2]); - - for (Int_t i = 0; i < 3; i++) - { - newpos[i] = oldpos[i] - (3 * safety * olddirection[i]); - } - - fPosOut.SetX(newpos[0]); - fPosOut.SetY(newpos[1]); - fPosOut.SetZ(newpos[2]); - } - - AddHit(fTrackID, - fVolumeID, - fCrystalType, - copyNo, - TVector3(fPosIn.X(), fPosIn.Y(), fPosIn.Z()), - TVector3(fPosOut.X(), fPosOut.Y(), fPosOut.Z()), - TVector3(fMomIn.Px(), fMomIn.Py(), fMomIn.Pz()), - TVector3(fMomOut.Px(), fMomOut.Py(), fMomOut.Pz()), - fTime, - fLength, - fELoss); - - // Increment number of XBallPoints for this track - R3BStack* stack = (R3BStack*)gMC->GetStack(); - stack->AddPoint(kCAL); - - ResetParameters(); - } - return kTRUE; -} -// ---------------------------------------------------------------------------- - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BXBallv1::BeginEvent() {} - -// ----- Public method EndOfEvent ----------------------------------------- -void R3BXBallv1::EndOfEvent() -{ - if (fVerboseLevel) - Print(); - fXBallCollection->Clear(); - - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method Register ------------------------------------------- -void R3BXBallv1::Register() -{ - FairRootManager::Instance()->Register("CrystalPoint", GetName(), fXBallCollection, kTRUE); -} -// ---------------------------------------------------------------------------- - -// ----- Public method GetCollection -------------------------------------- -TClonesArray* R3BXBallv1::GetCollection(Int_t iColl) const -{ - if (iColl == 0) - return fXBallCollection; - else - return NULL; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Print ---------------------------------------------- -void R3BXBallv1::Print() const -{ - Int_t nHits = fXBallCollection->GetEntriesFast(); - LOG(info) << "R3BXBallv1: " << nHits << " points registered in this event"; -} -// ---------------------------------------------------------------------------- - -// ----- Public method Reset ---------------------------------------------- -void R3BXBallv1::Reset() -{ - fXBallCollection->Clear(); - ResetParameters(); -} -// ---------------------------------------------------------------------------- - -// ----- Public method CopyClones ----------------------------------------- -void R3BXBallv1::CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset) -{ - Int_t nEntries = cl1->GetEntriesFast(); - LOG(info) << "R3BXBallv1: " << nEntries << " entries to add"; - TClonesArray& clref = *cl2; - R3BXBallPoint* oldpoint = NULL; - for (Int_t i = 0; i < nEntries; i++) - { - oldpoint = (R3BXBallPoint*)cl1->At(i); - Int_t index = oldpoint->GetTrackID() + offset; - oldpoint->SetTrackID(index); - new (clref[fPosIndex]) R3BXBallPoint(*oldpoint); - fPosIndex++; - } - LOG(info) << "R3BXBallv1: " << cl2->GetEntriesFast() << " merged entries"; -} - -// ----- Private method AddHit -------------------------------------------- -R3BXBallPoint* R3BXBallv1::AddHit(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 posOut, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss) -{ - TClonesArray& clref = *fXBallCollection; - Int_t size = clref.GetEntriesFast(); - if (fVerboseLevel > 1) - LOG(info) << "R3BXBallv1: Adding Point at (" << posIn.X() << ", " << posIn.Y() << ", " << posIn.Z() - << ") cm, detector " << detID << ", track " << trackID << ", energy loss " << eLoss * 1e06 << " keV"; - return new (clref[size]) R3BXBallPoint(trackID, detID, type, cp, posIn, posOut, momIn, momOut, time, length, eLoss); -} - -void R3BXBallv1::ConstructGeometry() -{ - - LOG(info) << "##################################################################" - << "* -I- R3BXBallv1 R3BXBallv1::ConstructGeometry() *" - << "* Darmstadt-Heidelberg Crystal Ball - CAVE C Setup *" - << "##################################################################"; - - // out-of-file geometry definition - Double_t dx, dy, dz; - Double_t rmin, rmax, rmin1, rmax1, rmin2, rmax2; - Double_t a; - Double_t theta1, theta2, phi1, phi2, dphi; - Double_t z, density, radl, absl, w; - Int_t nel, numed; - double crystalPosRad = 35; // Radius of the center of the crystals [cm] - - // Definitions for the crystal types from "xb_crystal_loc.hh" - int XB_TYPE_A = 0, XB_TYPE_B = 1, XB_TYPE_C = 2, XB_TYPE_D = 3, DISABLE = 0, MOVE_R = 1; - - // Get crystal position information - xb_crystal_v1 xb_crystals[] = { -#include "xb_crystal_loc.hh" - }; - - int nrCrystals = sizeof(xb_crystals) / sizeof(xb_crystals[0]); - for (int i = 0; i < nrCrystals; i++) - { - xb_crystals[i].active = true; - } - - // Get corner information for the crystals - double xb_crystal_parts[][16] = { -#include "xb_crystal_part.hh" - }; - - // Get modification information - xb_crystal_mod xb_crystals_mod[] = { -#include "xb_crystal_mod.hh" - }; - - // --- Local Material definition - - // Mixture: Air - TGeoMedium* pMed2 = NULL; - if (gGeoManager->GetMedium("Air")) - pMed2 = gGeoManager->GetMedium("Air"); - else - { - nel = 2; - density = 0.001290; - TGeoMixture* pMat2 = new TGeoMixture("Air", nel, density); - a = 14.006740; - z = 7.000000; - w = 0.700000; // N - pMat2->DefineElement(0, a, z, w); - a = 15.999400; - z = 8.000000; - w = 0.300000; // O - pMat2->DefineElement(1, a, z, w); - pMat2->SetIndex(1); - // Medium: Air - numed = 1; // medium number - Double_t par[8]; - par[0] = 0.000000; // isvol - par[1] = 0.000000; // ifield - par[2] = 0.000000; // fieldm - par[3] = 0.000000; // tmaxfd - par[4] = 0.000000; // stemax - par[5] = 0.000000; // deemax - par[6] = 0.000100; // epsil - par[7] = 0.000000; // stmin - pMed2 = new TGeoMedium("Air", numed, pMat2, par); - } - - // Mixture: NaI - TGeoMedium* pMed10 = NULL; - if (gGeoManager->GetMedium("NaIn")) - { - pMed10 = gGeoManager->GetMedium("NaIn"); - } - else - { - nel = 2; - density = 3.670000; - TGeoMixture* pMat10 = new TGeoMixture("NaIn", nel, density); - a = 22.989770; - z = 11.000000; - w = 0.15337; // Na - pMat10->DefineElement(0, a, z, w); - a = 126.904470; - z = 53.000000; - w = 0.84663; // I - pMat10->DefineElement(1, a, z, w); - pMat10->SetIndex(611); - Double_t par[8]; - par[0] = 0.000000; // isvol - par[1] = 0.000000; // ifield - par[2] = 0.000000; // fieldm - par[3] = 0.000000; // tmaxfd - par[4] = 0.000000; // stemax - par[5] = 0.000000; // deemax - par[6] = 0.000100; // epsil - par[7] = 0.000000; // stmin - pMed10 = new TGeoMedium("NaIn", 2, pMat10, par); - } - - // Mixture: CsI - TGeoMedium* pMed9 = NULL; - if (gGeoManager->GetMedium("CsIn")) - pMed9 = gGeoManager->GetMedium("CsIn"); - else - { - nel = 2; - density = 4.510000; - TGeoMixture* pMat9 = new TGeoMixture("CsIn", nel, density); - a = 132.905450; - z = 55.000000; - w = 0.511549; // CS - pMat9->DefineElement(0, a, z, w); - a = 126.904470; - z = 53.000000; - w = 0.488451; // I - pMat9->DefineElement(1, a, z, w); - pMat9->SetIndex(601); - Double_t par[8]; - par[0] = 0.000000; // isvol - par[1] = 0.000000; // ifield - par[2] = 0.000000; // fieldm - par[3] = 0.000000; // tmaxfd - par[4] = 0.000000; // stemax - par[5] = 0.000000; // deemax - par[6] = 0.000100; // epsil - par[7] = 0.000000; // stmin - pMed9 = new TGeoMedium("CsIn", 2, pMat9, par); - } - - // Material: Aluminum - TGeoMedium* pMed21 = NULL; - if (gGeoManager->GetMedium("Aluminum")) - pMed21 = gGeoManager->GetMedium("Aluminum"); - else - { - a = 26.980000; - z = 13.000000; - density = 2.700000; - radl = 8.875105; - absl = 388.793113; - TGeoMaterial* matAl = new TGeoMaterial("Aluminum", a, z, density, radl, absl); - Double_t par[8]; - par[0] = 0.000000; // isvol - par[1] = 0.000000; // ifield - par[2] = 0.000000; // fieldm - par[3] = 0.000000; // tmaxfd - par[4] = 0.000000; // stemax - par[5] = 0.000000; // deemax - par[6] = 0.000100; // epsil - par[7] = 0.000000; // stmin - pMed21 = new TGeoMedium("Aluminum", 3, matAl, par); - } - - // Create volume: crystalLogNAJA - TGeoShape* pTRA = createCrystal(xb_crystal_parts[0]); - pTRA->SetTitle("TRA1+TRA2"); - TGeoVolume* pcrystalLogNAJA = new TGeoVolume("crystalLogNAJA", pTRA, pMed10); - - // Create volume: crystalLogNAJB - TGeoShape* pTRB = createCrystal(xb_crystal_parts[1]); - pTRB->SetTitle("TRB1+TRB2"); - TGeoVolume* pcrystalLogNAJB = new TGeoVolume("crystalLogNAJB", pTRB, pMed10); - - // Create volume: crystalLogNAJC - TGeoShape* pTRC = createCrystal(xb_crystal_parts[2]); - pTRC->SetTitle("TRC1+TRC2"); - TGeoVolume* pcrystalLogNAJC = new TGeoVolume("crystalLogNAJC", pTRC, pMed10); - - // Create volume: crystalLogNAJC - TGeoShape* pTRD = createCrystal(xb_crystal_parts[3]); - pTRD->SetTitle("TRD1+TRD2"); - TGeoVolume* pcrystalLogNAJD = new TGeoVolume("crystalLogNAJD", pTRD, pMed10); - - TGeoVolume* crystalVolumes[] = { pcrystalLogNAJA, pcrystalLogNAJB, pcrystalLogNAJC, pcrystalLogNAJD }; - - // ---- Geometry Definition - // Get the top Volume - TGeoVolume* top = gGeoManager->GetTopVolume(); - - // SHAPES, VOLUMES AND GEOMETRICAL HIERARCHY - // Shape: CBSphereWorld type: TGeoSphere - rmin = 24.250000; - rmax = 70.000000; - theta1 = 0.000000; - theta2 = 180.000000; - phi1 = 0.000000; - phi2 = 360.000000; - TGeoShape* pCBSphereWorld = new TGeoSphere("CBSphereWorld", rmin, rmax, theta1, theta2, phi1, phi2); - // Volume: CBLogWorld - TGeoVolume* pCBLogWorld = new TGeoVolume("CBLogWorld", pCBSphereWorld, pMed2); - pCBLogWorld->SetVisLeaves(kTRUE); - - TGeoRotation* zeroRot = new TGeoRotation; - TGeoTranslation* zeroTrans = new TGeoTranslation; - TGeoCombiTrans* zeroRotTrans = new TGeoCombiTrans(*zeroTrans, *zeroRot); - - // add the sphere as Mother Volume - top->AddNode(pCBLogWorld, 0, zeroRotTrans); - - // --- Definition of the Reaction Chamber - // Combi transformation: - dx = 0.000000; - dy = 0.000000; - dz = 39.100000; - // Rotation: - TGeoCombiTrans* pCombTrans1 = new TGeoCombiTrans("", dx, dy, dz, zeroRot); - // Combi transformation: - dx = 0.000000; - dy = 0.000000; - dz = -39.100000; - // Rotation: - TGeoRotation* pRot1 = new TGeoRotation("", 0, 180, 0); - TGeoCombiTrans* pCombTrans2 = new TGeoCombiTrans("", dx, dy, dz, pRot1); - // Combi transformation: - dx = 0.000000; - dy = -39.100000; - dz = 0.000000; - // Rotation: - TGeoRotation* pRot2 = new TGeoRotation("", 0, 90, 0); - TGeoCombiTrans* pCombTrans3 = new TGeoCombiTrans("", dx, dy, dz, pRot2); - - // Shape: CBReactionChamber type: TGeoSphere - rmin = 24.250000; - rmax = 24.500000; - theta1 = 6.423161; - theta2 = 173.576839; - phi1 = 0.000000; - phi2 = 360.000000; - TGeoShape* pCBReactionChamber = new TGeoSphere("CBReactionChamber", rmin, rmax, theta1, theta2, phi1, phi2); - // Volume: CBChamberLog - TGeoVolume* pCBChamberLog = new TGeoVolume("CBChamberLog", pCBReactionChamber, pMed21); - pCBChamberLog->SetVisLeaves(kTRUE); - pCBLogWorld->AddNode(pCBChamberLog, 0, zeroRotTrans); - - // Shape: CBConicalTube type: TGeoConeSeg - dz = 14.600000; - rmin1 = 2.730000; - rmax1 = 2.855000; - rmin2 = 5.125000; - rmax2 = 5.250000; - phi1 = 0.000000; - phi2 = 360.000000; - TGeoShape* pCBConicalTube = new TGeoConeSeg("CBConicalTube", dz, rmin1, rmax1, rmin2, rmax2, phi1, phi2); - // Volume: CBConicalTubeLog - TGeoVolume* pCBConicalTubeLog = new TGeoVolume("CBConicalTubeLog", pCBConicalTube, pMed21); - pCBConicalTubeLog->SetVisLeaves(kTRUE); - pCBLogWorld->AddNode(pCBConicalTubeLog, 0, pCombTrans1); - pCBLogWorld->AddNode(pCBConicalTubeLog, 1, pCombTrans2); - pCBLogWorld->AddNode(pCBConicalTubeLog, 2, pCombTrans3); - - // Add modified crystals to the crystal ball, defined in "xb_crystal_mod.hh" - int nrModifiedCrystals = sizeof(xb_crystals_mod) / sizeof(xb_crystals_mod[0]); - for (int i = 0; i < nrModifiedCrystals; i++) - { - xb_crystals[xb_crystals_mod[i].no - 1].active = false; - if (xb_crystals_mod[i].mod == MOVE_R) - insertCrystal(&xb_crystals[xb_crystals_mod[i].no - 1], - crystalVolumes, - pCBLogWorld, - crystalPosRad + xb_crystals_mod[i].delta); - } - - // Add all enabled crystals to the crystal ball - for (int i = 0; i < nrCrystals; i++) - { - if (xb_crystals[i].active) - insertCrystal(&xb_crystals[i], crystalVolumes, pCBLogWorld, crystalPosRad); - } - - // End of XBall Crystal definition - // Define Sensitive Modules - AddSensitiveVolume(pcrystalLogNAJA); - AddSensitiveVolume(pcrystalLogNAJB); - AddSensitiveVolume(pcrystalLogNAJC); - AddSensitiveVolume(pcrystalLogNAJD); -} - -// ----- Private method insertCrystal ---------------------------------- -// Add a crystal in the right location using radious and information from "xb_crysta_loc.hh" -void R3BXBallv1::insertCrystal(xb_crystal_v1* crystal, TGeoVolume** crystalVolumes, TGeoVolume* worldVolume, double r) -{ - double conv = TMath::DegToRad(); - double dx = r * sin(crystal->theta * conv) * cos(crystal->phi * conv); - double dy = r * sin(crystal->theta * conv) * sin(crystal->phi * conv); - double dz = r * cos(crystal->theta * conv); - - TGeoTranslation* trans = new TGeoTranslation(dx, dy, dz); - TGeoRotation* pRot = new TGeoRotation; - pRot->RotateZ(crystal->psi); - pRot->RotateY(crystal->theta); - pRot->RotateZ(crystal->phi); - - TGeoCombiTrans* combi = new TGeoCombiTrans(*trans, *pRot); - - worldVolume->AddNode(crystalVolumes[crystal->type], crystal->no, combi); -} - -// ----- Private method createCrystal ---------------------------------- -// Create TGeoShape from two TGeoArb8 using the information in "xb_crysta_part_loc.hh" -TGeoShape* R3BXBallv1::createCrystal(double* arbCrystals) -{ - double innerR = 25.; //[cm] - double dZ = 10.; //[cm] - - // frameR is the radious of the frame which was the radious used during cornar definitions - double frameR = 49.86932985; // [cm] - double scaleOuter = (innerR + (2 * dZ)) / frameR; - double scaleInner = innerR / frameR; - - double crystal1[][2] = { arbCrystals[0] * scaleInner, arbCrystals[1] * scaleInner, arbCrystals[2] * scaleInner, - arbCrystals[3] * scaleInner, arbCrystals[4] * scaleInner, arbCrystals[5] * scaleInner, - arbCrystals[6] * scaleInner, arbCrystals[7] * scaleInner, arbCrystals[0] * scaleOuter, - arbCrystals[1] * scaleOuter, arbCrystals[2] * scaleOuter, arbCrystals[3] * scaleOuter, - arbCrystals[4] * scaleOuter, arbCrystals[5] * scaleOuter, arbCrystals[6] * scaleOuter, - arbCrystals[7] * scaleOuter }; - - double crystal2[][2] = { arbCrystals[8] * scaleInner, arbCrystals[9] * scaleInner, arbCrystals[10] * scaleInner, - arbCrystals[11] * scaleInner, arbCrystals[12] * scaleInner, arbCrystals[13] * scaleInner, - arbCrystals[14] * scaleInner, arbCrystals[15] * scaleInner, arbCrystals[8] * scaleOuter, - arbCrystals[9] * scaleOuter, arbCrystals[10] * scaleOuter, arbCrystals[11] * scaleOuter, - arbCrystals[12] * scaleOuter, arbCrystals[13] * scaleOuter, arbCrystals[14] * scaleOuter, - arbCrystals[15] * scaleOuter }; - - TGeoArb8* pTRA1 = new TGeoArb8("PARB1", dZ, *crystal1); - TGeoArb8* pTRA2 = new TGeoArb8("PARB2", dZ, *crystal2); - TGeoBoolNode* pBoolNode = new TGeoUnion(pTRA1, pTRA2, 0, 0); - TGeoShape* pTRA = new TGeoCompositeShape("", pBoolNode); - return pTRA; -} -ClassImp(R3BXBallv1) diff --git a/xball/R3BXBallv1.h b/xball/R3BXBallv1.h deleted file mode 100644 index 9345f42a6..000000000 --- a/xball/R3BXBallv1.h +++ /dev/null @@ -1,221 +0,0 @@ -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -// ------------------------------------------------------------------------- -// ----- R3BXBallv1 header file ----- -// ----- Created 26/03/09 by D.Bertini ----- -// ----- new Version: 08/04/10 ----- -// ------------------------------------------------------------------------- - -/** R3BXBallv1.h - **/ - -#ifndef R3BXBALLV1_H -#define R3BXBALLV1_H - -#include "R3BDetector.h" -#include "TGeoSphere.h" - -#include "TLorentzVector.h" - -class TClonesArray; -class R3BXBallPoint; -class FairVolume; -class TGeoRotation; - -struct xb_crystal_v1 -{ - int no; - int type; - double theta, phi, psi; - bool active; -}; - -struct xb_crystal_mod -{ - int no; - int mod; - double delta; -}; - -class R3BXBallv1 : public R3BDetector -{ - - public: - /** Default constructor **/ - R3BXBallv1(); - - /** Standard constructor. - *@param name detetcor name - *@param active sensitivity flag - **/ - R3BXBallv1(const char* name, Bool_t active); - - /** Destructor **/ - virtual ~R3BXBallv1(); - - /** Virtual method ProcessHits - ** - ** Defines the action to be taken when a step is inside the - ** active volume. Creates a R3BXBallv1Point and adds it to the - ** collection. - *@param vol Pointer to the active volume - **/ - virtual Bool_t ProcessHits(FairVolume* vol = 0); - - /** Virtual method BeginEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void BeginEvent(); - - /** Virtual method EndOfEvent - ** - ** If verbosity level is set, print hit collection at the - ** end of the event and resets it afterwards. - **/ - - virtual void EndOfEvent(); - - /** Virtual method Register - ** - ** Registers the hit collection in the ROOT manager. - **/ - virtual void Register(); - - /** Accessor to the hit collection **/ - virtual TClonesArray* GetCollection(Int_t iColl) const; - - /** Virtual method Print - ** - ** Screen output of hit collection. - **/ - virtual void Print() const; - - /** Virtual method Reset - ** - ** Clears the hit collection - **/ - virtual void Reset(); - - /** Virtual method CopyClones - ** - ** Copies the hit collection with a given track index offset - *@param cl1 Origin - *@param cl2 Target - *@param offset Index offset - **/ - virtual void CopyClones(TClonesArray* cl1, TClonesArray* cl2, Int_t offset); - - /** Virtaul method Construct geometry - ** - ** Constructs the CAL CRYSTAL geometry - **/ - virtual void ConstructGeometry(); - - virtual void Initialize(); - virtual void SetSpecialPhysicsCuts() {} - - private: - /** Track information to be stored until the track leaves the - active volume. **/ - Int_t fTrackID; //! track index - Int_t fVolumeID; //! volume id - TLorentzVector fPosIn, fPosOut; //! position - TLorentzVector fMomIn, fMomOut; //! momentum - Double32_t fTime; //! time - Double32_t fLength; //! length - Double32_t fELoss; //! energy loss - - Int_t fPosIndex; //! - TClonesArray* fXBallCollection; //! The hit collection - Bool_t kGeoSaved; //! - TList* flGeoPar; //! - Int_t fGeoVersion; //! - - Int_t fTypeA; //! - Int_t fTypeB; //! - Int_t fTypeC; //! - Int_t fTypeD; //! - - /** Private method AddHit - ** - ** Adds a XBallPoint to the HitCollection - **/ - R3BXBallPoint* AddHit(Int_t trackID, - Int_t detID, - Int_t type, - Int_t cp, - TVector3 posIn, - TVector3 pos_out, - TVector3 momIn, - TVector3 momOut, - Double_t time, - Double_t length, - Double_t eLoss); - - /** Private method ResetParameters - ** - ** Resets the private members for the track parameters - **/ - void ResetParameters(); - - Int_t GetCrystalType(Int_t volID); - void insertCrystal(xb_crystal_v1* crystal, TGeoVolume** crystalVolumes, TGeoVolume* worldVolume, double r); - TGeoShape* createCrystal(double* arbCrystals); - - ClassDef(R3BXBallv1, 1); -}; - -inline Int_t R3BXBallv1::GetCrystalType(Int_t volID) -{ - Int_t type = -1; - - if (volID == fTypeA) - { - type = 1; - return (type); - } - if (volID == fTypeB) - { - type = 2; - return (type); - } - if (volID == fTypeC) - { - type = 3; - return (type); - } - if (volID == fTypeD) - { - type = 4; - return (type); - } - - return type; -} - -inline void R3BXBallv1::ResetParameters() -{ - fTrackID = fVolumeID = 0; - fPosIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fPosOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomIn.SetXYZM(0.0, 0.0, 0.0, 0.0); - fMomOut.SetXYZM(0.0, 0.0, 0.0, 0.0); - fTime = fLength = fELoss = 0; - fPosIndex = 0; -}; - -#endif diff --git a/xball/XBallLinkDef.h b/xball/XBallLinkDef.h deleted file mode 100644 index de8f483b0..000000000 --- a/xball/XBallLinkDef.h +++ /dev/null @@ -1,30 +0,0 @@ -// clang-format off - -/****************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * - * Copyright (C) 2019-2024 Members of R3B Collaboration * - * * - * This software is distributed under the terms of the * - * GNU General Public Licence (GPL) version 3, * - * copied verbatim in the file "LICENSE". * - * * - * In applying this license GSI does not waive the privileges and immunities * - * granted to it by virtue of its status as an Intergovernmental Organization * - * or submit itself to any jurisdiction. * - ******************************************************************************/ - -#ifdef __CINT__ - -#pragma link off all globals; -#pragma link off all classes; -#pragma link off all functions; - -#pragma link C++ class R3BGeoXBall+; -#pragma link C++ class R3BGeoXBallPar; -//#pragma link C++ class R3BXBallv0+; -//#pragma link C++ class R3BXBallv1+; -#pragma link C++ class R3BXBall+; -#pragma link C++ class R3BXBallContFact; - -#endif - diff --git a/xball/xb_crystal_loc.hh b/xball/xb_crystal_loc.hh deleted file mode 100644 index b7c5586e9..000000000 --- a/xball/xb_crystal_loc.hh +++ /dev/null @@ -1,170 +0,0 @@ -// ----- Definition file for the crystals in R3BCal ----- -// ----- Created 08/04/10 by Staffan Wranne ----- -// ----- new Version: 08/04/10 ----- -// -// The last six numbers are the crystal numbers of the adjesent crystals and is NOT used by R3BCal -// Angles in degrees -// Syntax: XB_CRYSTAL( , , , , , *, *, *, *, *, *) -// -XB_CRYSTAL( 1, XB_TYPE_D, 90.000, 180.000, -90.000, 1, 2, 3, 4, 5, 6) // D 0.000 -XB_CRYSTAL( 2, XB_TYPE_B, 90.000,-163.743, 0.000, 0, 2, 6, 7, 8, 9) // B 0.051 -XB_CRYSTAL( 3, XB_TYPE_C, 73.928,-171.645, -32.656, 0, 1, 3, 9, 10, 11) // C 0.107 -XB_CRYSTAL( 4, XB_TYPE_C, 73.928, 171.645, 212.656, 0, 2, 4, 11, 12, 13) // C 0.107 -XB_CRYSTAL( 5, XB_TYPE_B, 90.000, 163.743, 180.000, 0, 3, 5, 13, 14, 15) // B 0.051 -XB_CRYSTAL( 6, XB_TYPE_C, 106.072, 171.645, 147.344, 0, 4, 6, 15, 16, 17) // C 0.107 -XB_CRYSTAL( 7, XB_TYPE_C, 106.072,-171.645, 32.656, 0, 1, 5, 7, 17, 18) // C 0.107 -XB_CRYSTAL( 8, XB_TYPE_B, 104.686,-153.168, 71.370, 1, 6, 8, 18, 19, 20) // B 0.019 -XB_CRYSTAL( 9, XB_TYPE_A, 90.000,-148.283, 0.000, 1, 7, 9, 20, 21,162) // A 0.003 -XB_CRYSTAL( 10, XB_TYPE_B, 75.314,-153.168, -71.370, 1, 2, 8, 10, 21, 22) // B 0.019 -XB_CRYSTAL( 11, XB_TYPE_D, 60.000,-159.095, 20.905, 9, 2, 11, 24, 23, 22) // D 0.017 -XB_CRYSTAL( 12, XB_TYPE_C, 59.817, 180.000, 90.000, 2, 3, 12, 25, 24, 10) // C 0.064 -XB_CRYSTAL( 13, XB_TYPE_D, 60.000, 159.095, -20.905, 3, 13, 27, 26, 25, 11) // D 0.017 -XB_CRYSTAL( 14, XB_TYPE_B, 75.314, 153.168, 251.370, 3, 4, 14, 28, 27, 12) // B 0.019 -XB_CRYSTAL( 15, XB_TYPE_A, 90.000, 148.283, 180.000, 4, 15, 29, 28, 13,162) // A 0.003 -XB_CRYSTAL( 16, XB_TYPE_B, 104.686, 153.168, 108.630, 4, 5, 16, 30, 29, 14) // B 0.019 -XB_CRYSTAL( 17, XB_TYPE_D, 120.000, 159.095,-159.095, 5, 17, 32, 31, 30, 15) // D 0.017 -XB_CRYSTAL( 18, XB_TYPE_C, 120.183, 180.000, 270.000, 5, 6, 18, 33, 32, 16) // C 0.064 -XB_CRYSTAL( 19, XB_TYPE_D, 120.000,-159.095, 159.095, 6, 7, 19, 34, 33, 17) // D 0.017 -XB_CRYSTAL( 20, XB_TYPE_C, 116.612,-138.914, 110.220, 7, 20, 36, 35, 34, 18) // C 0.022 -XB_CRYSTAL( 21, XB_TYPE_B, 99.014,-135.670, 144.998, 7, 8, 21, 37, 36, 19) // B 0.013 -XB_CRYSTAL( 22, XB_TYPE_B, 80.986,-135.670, 215.002, 8, 9, 22, 38, 37, 20) // B 0.013 -XB_CRYSTAL( 23, XB_TYPE_C, 63.388,-138.914, 249.780, 9, 10, 23, 39, 38, 21) // C 0.014 -XB_CRYSTAL( 24, XB_TYPE_C, 47.634,-142.679, 132.588, 10, 24, 40, 58, 39, 22) // C 0.018 -XB_CRYSTAL( 25, XB_TYPE_B, 45.050,-167.209, 115.890, 10, 11, 25, 41, 40, 23) // B 0.024 -XB_CRYSTAL( 26, XB_TYPE_B, 45.050, 167.209, 64.110, 11, 12, 26, 42, 41, 24) // B 0.024 -XB_CRYSTAL( 27, XB_TYPE_C, 47.634, 142.679, 47.412, 12, 27, 43, 62, 42, 25) // C 0.018 -XB_CRYSTAL( 28, XB_TYPE_C, 63.388, 138.914, -69.780, 12, 13, 28, 44, 43, 26) // C 0.014 -XB_CRYSTAL( 29, XB_TYPE_B, 80.986, 135.670, -35.002, 13, 14, 29, 45, 44, 27) // B 0.013 -XB_CRYSTAL( 30, XB_TYPE_B, 99.014, 135.670, 35.002, 14, 15, 30, 46, 45, 28) // B 0.013 -XB_CRYSTAL( 31, XB_TYPE_C, 116.612, 138.914, 69.780, 15, 16, 31, 47, 46, 29) // C 0.022 -XB_CRYSTAL( 32, XB_TYPE_C, 132.366, 142.679, -47.412, 16, 32, 48, 69, 47, 30) // C 0.018 -XB_CRYSTAL( 33, XB_TYPE_B, 134.950, 167.209, -64.110, 16, 17, 33, 49, 48, 31) // B 0.024 -XB_CRYSTAL( 34, XB_TYPE_B, 134.950,-167.209, 244.110, 17, 18, 34, 50, 49, 32) // B 0.024 -XB_CRYSTAL( 35, XB_TYPE_C, 132.366,-142.679, 227.412, 18, 19, 35, 51, 50, 33) // C 0.018 -XB_CRYSTAL( 36, XB_TYPE_C, 125.985,-123.613, -1.114, 19, 36, 53, 52, 51, 34) // C 0.020 -XB_CRYSTAL( 37, XB_TYPE_D, 108.000,-121.717, 58.283, 19, 20, 37, 54, 53, 35) // D 0.001 -XB_CRYSTAL( 38, XB_TYPE_C, 90.000,-120.183, 180.000, 20, 21, 38, 55, 54, 36) // C 0.013 -XB_CRYSTAL( 39, XB_TYPE_D, 72.000,-121.717, 121.717, 21, 22, 39, 56, 55, 37) // D 0.001 -XB_CRYSTAL( 40, XB_TYPE_C, 54.015,-123.613, 1.114, 22, 23, 58, 57, 56, 38) // C 0.022 -XB_CRYSTAL( 41, XB_TYPE_B, 30.325,-149.860, 172.011, 23, 24, 41, 60, 59, 58) // B 0.018 -XB_CRYSTAL( 42, XB_TYPE_A, 31.717, 180.000, -90.000, 24, 25, 42, 60, 40,162) // A 0.003 -XB_CRYSTAL( 43, XB_TYPE_B, 30.325, 149.860, 7.989, 25, 26, 62, 61, 60, 41) // B 0.018 -XB_CRYSTAL( 44, XB_TYPE_C, 54.015, 123.613, 178.886, 26, 27, 44, 64, 63, 62) // C 0.022 -XB_CRYSTAL( 45, XB_TYPE_D, 72.000, 121.717,-121.717, 27, 28, 45, 65, 64, 43) // D 0.001 -XB_CRYSTAL( 46, XB_TYPE_C, 90.000, 120.183, 0.000, 28, 29, 46, 66, 65, 44) // C 0.013 -XB_CRYSTAL( 47, XB_TYPE_D, 108.000, 121.717, -58.283, 29, 30, 47, 67, 66, 45) // D 0.001 -XB_CRYSTAL( 48, XB_TYPE_C, 125.985, 123.613, 181.114, 30, 31, 69, 68, 67, 46) // C 0.022 -XB_CRYSTAL( 49, XB_TYPE_B, 149.675, 149.860, -7.989, 31, 32, 49, 71, 70, 69) // B 0.018 -XB_CRYSTAL( 50, XB_TYPE_A, 148.283, 180.000, 90.000, 32, 33, 50, 71, 48,162) // A 0.003 -XB_CRYSTAL( 51, XB_TYPE_B, 149.675,-149.860, 187.989, 33, 34, 51, 72, 71, 49) // B 0.018 -XB_CRYSTAL( 52, XB_TYPE_D, 144.000,-121.717, -58.283, 34, 35, 52, 73, 72, 50) // D 0.004 -XB_CRYSTAL( 53, XB_TYPE_B, 133.643,-102.504, 46.296, 35, 53, 74, 98, 73, 51) // B 0.021 -XB_CRYSTAL( 54, XB_TYPE_B, 115.890,-106.368, -25.938, 35, 36, 54, 75, 74, 52) // B 0.016 -XB_CRYSTAL( 55, XB_TYPE_C, 98.026,-106.235, -59.672, 36, 37, 55, 76, 75, 53) // C 0.114 -XB_CRYSTAL( 56, XB_TYPE_C, 81.974,-106.235, 59.672, 37, 38, 56, 77, 76, 54) // C 0.114 -XB_CRYSTAL( 57, XB_TYPE_B, 64.110,-106.368, 25.938, 38, 39, 57, 78, 77, 55) // B 0.016 -XB_CRYSTAL( 58, XB_TYPE_B, 46.357,-102.504, -46.296, 39, 58, 79, 93, 78, 56) // B 0.021 -XB_CRYSTAL( 59, XB_TYPE_D, 36.000,-121.717,-121.717, 39, 23, 40, 59, 79, 57) // D 0.004 -XB_CRYSTAL( 60, XB_TYPE_C, 18.063,-116.764, 175.290, 40, 60, 80, 91, 79, 58) // C 0.114 -XB_CRYSTAL( 61, XB_TYPE_B, 16.257, 180.000, -90.000, 40, 41, 42, 61, 80, 59) // B 0.012 -XB_CRYSTAL( 62, XB_TYPE_C, 18.063, 116.764, 4.710, 42, 62, 88, 89, 80, 60) // C 0.114 -XB_CRYSTAL( 63, XB_TYPE_D, 36.000, 121.717, 121.717, 42, 26, 43, 63, 88, 61) // D 0.004 -XB_CRYSTAL( 64, XB_TYPE_B, 46.357, 102.504, 226.296, 43, 64, 87,109, 88, 62) // B 0.021 -XB_CRYSTAL( 65, XB_TYPE_B, 64.110, 106.368, 154.062, 43, 44, 65, 86, 87, 63) // B 0.016 -XB_CRYSTAL( 66, XB_TYPE_C, 81.974, 106.235, 120.328, 44, 45, 66, 85, 86, 64) // C 0.114 -XB_CRYSTAL( 67, XB_TYPE_C, 98.026, 106.235, 239.672, 45, 46, 67, 84, 85, 65) // C 0.114 -XB_CRYSTAL( 68, XB_TYPE_B, 115.890, 106.368, 205.938, 46, 47, 68, 83, 84, 66) // B 0.016 -XB_CRYSTAL( 69, XB_TYPE_B, 133.643, 102.504, 133.704, 47, 69, 82,104, 83, 67) // B 0.021 -XB_CRYSTAL( 70, XB_TYPE_D, 144.000, 121.717, 58.283, 47, 31, 48, 70, 82, 68) // D 0.004 -XB_CRYSTAL( 71, XB_TYPE_C, 161.937, 116.764, -4.710, 48, 71, 81,102, 82, 69) // C 0.114 -XB_CRYSTAL( 72, XB_TYPE_B, 163.743, 180.000, 90.000, 48, 49, 50, 72, 81, 70) // B 0.012 -XB_CRYSTAL( 73, XB_TYPE_C, 161.937,-116.764, 184.710, 50, 51, 73,100, 81, 71) // C 0.114 -XB_CRYSTAL( 74, XB_TYPE_C, 149.817, -90.000, 90.000, 51, 52, 98, 99,100, 72) // C 0.013 -XB_CRYSTAL( 75, XB_TYPE_A, 121.717, -90.000, -90.000, 52, 53, 75, 97, 98,162) // A 0.003 -XB_CRYSTAL( 76, XB_TYPE_B, 106.257, -90.000, -90.000, 53, 54, 76, 96, 97, 74) // B 0.051 -XB_CRYSTAL( 77, XB_TYPE_D, 90.000, -90.000, 180.000, 54, 55, 77, 95, 96, 75) // D 0.000 -XB_CRYSTAL( 78, XB_TYPE_B, 73.743, -90.000, 90.000, 55, 56, 78, 94, 95, 76) // B 0.051 -XB_CRYSTAL( 79, XB_TYPE_A, 58.283, -90.000, 90.000, 56, 57, 93, 94, 77,162) // A 0.003 -XB_CRYSTAL( 80, XB_TYPE_C, 30.183, -90.000, 270.000, 57, 58, 59, 91, 92, 93) // C 0.013 -XB_CRYSTAL( 81, XB_TYPE_D, 0.000, 0.000, 0.000, 59, 60, 61, 89, 90, 91) // D 0.000 -XB_CRYSTAL( 82, XB_TYPE_D, 180.000, 0.000, 180.000, 70, 71, 72,100,101,102) // D 0.000 -XB_CRYSTAL( 83, XB_TYPE_C, 149.817, 90.000, 90.000, 68, 69, 70,102,103,104) // C 0.013 -XB_CRYSTAL( 84, XB_TYPE_A, 121.717, 90.000, 270.000, 67, 68,104,105, 84,162) // A 0.003 -XB_CRYSTAL( 85, XB_TYPE_B, 106.257, 90.000, 270.000, 66, 67, 83,105,106, 85) // B 0.051 -XB_CRYSTAL( 86, XB_TYPE_D, 90.000, 90.000,-180.000, 65, 66, 84,106,107, 86) // D 0.000 -XB_CRYSTAL( 87, XB_TYPE_B, 73.743, 90.000, 90.000, 64, 65, 85,107,108, 87) // B 0.051 -XB_CRYSTAL( 88, XB_TYPE_A, 58.283, 90.000, 90.000, 63, 64, 86,108,109,162) // A 0.003 -XB_CRYSTAL( 89, XB_TYPE_C, 30.183, 90.000, -90.000, 61, 62, 63,109,110, 89) // C 0.013 -XB_CRYSTAL( 90, XB_TYPE_C, 18.063, 63.236, 175.290, 80, 61, 88,110,111, 90) // C 0.114 -XB_CRYSTAL( 91, XB_TYPE_B, 16.257, 0.000, 270.000, 91, 80, 89,111,112,113) // B 0.012 -XB_CRYSTAL( 92, XB_TYPE_C, 18.063, -63.236, 4.710, 79, 59, 80, 90,113, 92) // C 0.114 -XB_CRYSTAL( 93, XB_TYPE_D, 36.000, -58.283, 121.717, 93, 79, 91,113,130,114) // D 0.004 -XB_CRYSTAL( 94, XB_TYPE_B, 46.357, -77.496, 226.296, 94, 78, 57, 79, 92,114) // B 0.021 -XB_CRYSTAL( 95, XB_TYPE_B, 64.110, -73.632, 154.062, 95, 77, 78, 93,114,115) // B 0.016 -XB_CRYSTAL( 96, XB_TYPE_C, 81.974, -73.765, 120.328, 96, 76, 77, 94,115,116) // C 0.114 -XB_CRYSTAL( 97, XB_TYPE_C, 98.026, -73.765, 239.672, 97, 75, 76, 95,116,117) // C 0.114 -XB_CRYSTAL( 98, XB_TYPE_B, 115.890, -73.632, 205.938, 98, 74, 75, 96,117,118) // B 0.016 -XB_CRYSTAL( 99, XB_TYPE_B, 133.643, -77.496, 133.704, 99, 73, 52, 74, 97,118) // B 0.021 -XB_CRYSTAL( 100, XB_TYPE_D, 144.000, -58.283, 58.283,100, 73, 98,118,135,119) // D 0.004 -XB_CRYSTAL( 101, XB_TYPE_C, 161.937, -63.236, -4.710,101, 81, 72, 73, 99,119) // C 0.114 -XB_CRYSTAL( 102, XB_TYPE_B, 163.743, 0.000, 90.000,102, 81,100,119,120,121) // B 0.012 -XB_CRYSTAL( 103, XB_TYPE_C, 161.937, 63.236, 184.710,103, 82, 70, 81,101,121) // C 0.114 -XB_CRYSTAL( 104, XB_TYPE_D, 144.000, 58.283, -58.283,104, 82,102,121,138,122) // D 0.004 -XB_CRYSTAL( 105, XB_TYPE_B, 133.643, 77.496, 46.296,105, 83, 68, 82,103,122) // B 0.021 -XB_CRYSTAL( 106, XB_TYPE_B, 115.890, 73.632, -25.938,106, 84, 83,104,122,123) // B 0.016 -XB_CRYSTAL( 107, XB_TYPE_C, 98.026, 73.765, -59.672,107, 85, 84,105,123,124) // C 0.114 -XB_CRYSTAL( 108, XB_TYPE_C, 81.974, 73.765, 59.672,108, 86, 85,106,124,125) // C 0.114 -XB_CRYSTAL( 109, XB_TYPE_B, 64.110, 73.632, 25.938,109, 87, 86,107,125,126) // B 0.016 -XB_CRYSTAL( 110, XB_TYPE_B, 46.357, 77.496, -46.296,110, 88, 63, 87,108,126) // B 0.021 -XB_CRYSTAL( 111, XB_TYPE_D, 36.000, 58.283,-121.717,111, 89, 88,109,126,127) // D 0.004 -XB_CRYSTAL( 112, XB_TYPE_B, 30.325, 30.140, 172.011,112, 90, 89,110,127,128) // B 0.018 -XB_CRYSTAL( 113, XB_TYPE_A, 31.717, 0.000, 270.000,113, 90,111,128,129,162) // A 0.003 -XB_CRYSTAL( 114, XB_TYPE_B, 30.325, -30.140, 7.989, 92, 91, 90,112,129,130) // B 0.018 -XB_CRYSTAL( 115, XB_TYPE_C, 54.015, -56.387, 178.886,115, 94, 93, 92,130,131) // C 0.022 -XB_CRYSTAL( 116, XB_TYPE_D, 72.000, -58.283,-121.717,116, 95, 94,114,131,132) // D 0.001 -XB_CRYSTAL( 117, XB_TYPE_C, 90.000, -59.817, 0.000,117, 96, 95,115,132,133) // C 0.013 -XB_CRYSTAL( 118, XB_TYPE_D, 108.000, -58.283, -58.283,118, 97, 96,116,133,134) // D 0.001 -XB_CRYSTAL( 119, XB_TYPE_C, 125.985, -56.387, 181.114, 99, 98, 97,117,134,135) // C 0.022 -XB_CRYSTAL( 120, XB_TYPE_B, 149.675, -30.140, -7.989,120,101,100, 99,135,136) // B 0.018 -XB_CRYSTAL( 121, XB_TYPE_A, 148.283, 0.000, 90.000,121,101,119,136,137,162) // A 0.003 -XB_CRYSTAL( 122, XB_TYPE_B, 149.675, 30.140, 187.989,103,102,101,120,137,138) // B 0.018 -XB_CRYSTAL( 123, XB_TYPE_C, 125.985, 56.387, -1.114,123,105,104,103,138,139) // C 0.022 -XB_CRYSTAL( 124, XB_TYPE_D, 108.000, 58.283, 58.283,124,106,105,122,139,140) // D 0.001 -XB_CRYSTAL( 125, XB_TYPE_C, 90.000, 59.817, 180.000,125,107,106,123,140,141) // C 0.013 -XB_CRYSTAL( 126, XB_TYPE_D, 72.000, 58.283, 121.717,126,108,107,124,141,142) // D 0.001 -XB_CRYSTAL( 127, XB_TYPE_C, 54.015, 56.387, 1.114,127,110,109,108,125,142) // C 0.034 -XB_CRYSTAL( 128, XB_TYPE_C, 47.634, 37.321, 132.588,128,111,110,126,142,143) // C 0.018 -XB_CRYSTAL( 129, XB_TYPE_B, 45.050, 12.791, 115.890,129,112,111,127,143,144) // B 0.024 -XB_CRYSTAL( 130, XB_TYPE_B, 45.050, -12.791, 64.110,130,113,112,128,144,145) // B 0.024 -XB_CRYSTAL( 131, XB_TYPE_C, 47.634, -37.321, 47.412,131,114, 92,113,129,145) // C 0.018 -XB_CRYSTAL( 132, XB_TYPE_C, 63.388, -41.086, -69.780,132,115,114,130,145,146) // C 0.022 -XB_CRYSTAL( 133, XB_TYPE_B, 80.986, -44.330, -35.002,133,116,115,131,146,147) // B 0.013 -XB_CRYSTAL( 134, XB_TYPE_B, 99.014, -44.330, 35.002,134,117,116,132,147,148) // B 0.013 -XB_CRYSTAL( 135, XB_TYPE_C, 116.612, -41.086, 69.780,135,118,117,133,148,149) // C 0.014 -XB_CRYSTAL( 136, XB_TYPE_C, 132.366, -37.321, -47.412,136,119, 99,118,134,149) // C 0.018 -XB_CRYSTAL( 137, XB_TYPE_B, 134.950, -12.791, -64.110,137,120,119,135,149,150) // B 0.024 -XB_CRYSTAL( 138, XB_TYPE_B, 134.950, 12.791, 244.110,138,121,120,136,150,151) // B 0.024 -XB_CRYSTAL( 139, XB_TYPE_C, 132.366, 37.321, 227.412,139,122,103,121,137,151) // C 0.018 -XB_CRYSTAL( 140, XB_TYPE_C, 116.612, 41.086, 110.220,140,123,122,138,151,152) // C 0.014 -XB_CRYSTAL( 141, XB_TYPE_B, 99.014, 44.330, 144.998,141,124,123,139,152,153) // B 0.013 -XB_CRYSTAL( 142, XB_TYPE_B, 80.986, 44.330, 215.002,142,125,124,140,153,154) // B 0.013 -XB_CRYSTAL( 143, XB_TYPE_C, 63.388, 41.086, 249.780,143,127,126,125,141,154) // C 0.022 -XB_CRYSTAL( 144, XB_TYPE_D, 60.000, 20.905, 20.905,144,128,127,142,154,155) // D 0.017 -XB_CRYSTAL( 145, XB_TYPE_C, 59.817, 0.000, 90.000,145,129,128,143,155,156) // C 0.064 -XB_CRYSTAL( 146, XB_TYPE_D, 60.000, -20.905, -20.905,146,131,130,129,144,156) // D 0.017 -XB_CRYSTAL( 147, XB_TYPE_B, 75.314, -26.832, 251.370,147,132,131,145,156,157) // B 0.019 -XB_CRYSTAL( 148, XB_TYPE_A, 90.000, -31.717, 180.000,148,133,132,146,157,162) // A 0.003 -XB_CRYSTAL( 149, XB_TYPE_B, 104.686, -26.832, 108.630,149,134,133,147,157,158) // B 0.019 -XB_CRYSTAL( 150, XB_TYPE_D, 120.000, -20.905,-159.095,150,136,135,134,148,158) // D 0.017 -XB_CRYSTAL( 151, XB_TYPE_C, 120.183, 0.000, 270.000,151,137,136,149,158,159) // C 0.064 -XB_CRYSTAL( 152, XB_TYPE_D, 120.000, 20.905, 159.095,152,139,138,137,150,159) // D 0.017 -XB_CRYSTAL( 153, XB_TYPE_B, 104.686, 26.832, 71.370,153,140,139,151,159,160) // B 0.019 -XB_CRYSTAL( 154, XB_TYPE_A, 90.000, 31.717, 0.000,154,141,140,152,160,162) // A 0.003 -XB_CRYSTAL( 155, XB_TYPE_B, 75.314, 26.832, -71.370,155,143,142,141,153,160) // B 0.019 -XB_CRYSTAL( 156, XB_TYPE_C, 73.928, 8.355, -32.656,156,144,143,154,160,161) // C 0.107 -XB_CRYSTAL( 157, XB_TYPE_C, 73.928, -8.355, 212.656,157,146,145,144,155,161) // C 0.107 -XB_CRYSTAL( 158, XB_TYPE_B, 90.000, -16.257, 180.000,158,148,147,146,156,161) // B 0.051 -XB_CRYSTAL( 159, XB_TYPE_C, 106.072, -8.355, 147.344,159,150,149,148,157,161) // C 0.107 -XB_CRYSTAL( 160, XB_TYPE_C, 106.072, 8.355, 32.656,160,152,151,150,158,161) // C 0.107 -XB_CRYSTAL( 161, XB_TYPE_B, 90.000, 16.257, 0.000,161,155,154,153,152,159) // B 0.051 -XB_CRYSTAL( 162, XB_TYPE_D, 90.000, 0.000, 90.000,155,156,157,158,159,160) // D 0.000 diff --git a/xball/xb_crystal_mod.hh b/xball/xb_crystal_mod.hh deleted file mode 100644 index 87f06ab52..000000000 --- a/xball/xb_crystal_mod.hh +++ /dev/null @@ -1,14 +0,0 @@ -// ----- Modification file for R3BCal ----- -// ----- Created 08/04/10 by Staffan Wranne ----- -// ----- new Version: 08/04/10 ----- -// -// Only "DISABLE" and "MOVE_R" command implemented -// Syntax: XB_CRYSTAL_MOD( , , ) -// -XB_CRYSTAL_MOD( 77, DISABLE, 0.0 ) // Disable crystal 86 -XB_CRYSTAL_MOD( 81, DISABLE, 0.0 ) // Disable crystal 81 -XB_CRYSTAL_MOD( 82, DISABLE, 0.0 ) // Disable crystal 82 -//XB_CRYSTAL_MOD( 60, MOVE_R, 4.0 ) // Move crystal 60 +4.0 cm in r -//XB_CRYSTAL_MOD( 62, MOVE_R, 4.0 ) // Move crystal 62 +4.0 cm in r -//XB_CRYSTAL_MOD( 90, MOVE_R, 4.0 ) // Move crystal 90 +4.0 cm in r -//XB_CRYSTAL_MOD( 92, MOVE_R, 4.0 ) // Move crystal 92 +4.0 cm in r diff --git a/xball/xb_crystal_part.hh b/xball/xb_crystal_part.hh deleted file mode 100644 index f5ade8c34..000000000 --- a/xball/xb_crystal_part.hh +++ /dev/null @@ -1,20 +0,0 @@ -// ----- Corner definition file for R3BCal ----- -// ----- Created 08/04/10 by Staffan Wranne ----- -// ----- new Version: 08/04/10 ----- -// -// The crystals are generated to cover a sertain solid angle -// All values are in cm and are mesured om the frame with radious 49.86932985 cm -// Syntax: , , , , , , , , -// - 0.0, 9.06038, 8.61693, 2.79981, 5.32555, -7.33, 0.0, -7.33, //CrystalA1 - 0.0, -7.33, -5.32555, -7.33, -8.61693, 2.79981, 0.0, 9.06038, //CrystalA2 --9.60862, 0.0, -5.31000, 6.18700, 5.31000, 6.18700, 9.60862, 0.0, //CrystalB1_mod - 9.60862, 0.0, 4.33050, -7.42200, -4.33050, -7.42200, -9.60862, 0.0, //CrystalB2_mod - 0.0, -8.11689, -7.15389, -3.93231, -8.51298, 4.85925, 0.0, 8.09558, //CrystalC1 - 0.0, 8.09558, 8.51298, 4.85925, 7.15389, -3.93231, 0.0, -8.11689, //CrystalC2 - 0.0, -10.08625, -6.80000, -4.3305, -6.80000, 4.3305, 0.0, 10.08625, //CrystalD1 - 0.0, 10.08625, 6.80000, 4.3305, 6.80000, -4.3305, 0.0, -10.08625, //CrystalD2 - -// Original B crystal before modification (modification done because of overlapping B-B crystals in A-B-B combination) -//-9.60862, 0.0, -5.34300, 6.18700, 5.34300, 6.18700, 9.60862, 0.0, //CrystalB1_orig -// 9.60862, 0.0, 4.33050, -7.42200, -4.33050, -7.42200, -9.60862, 0.0, //CrystalB2_orig diff --git a/xball/xb_wrapping_loc.hh b/xball/xb_wrapping_loc.hh deleted file mode 100644 index 5e21a5e52..000000000 --- a/xball/xb_wrapping_loc.hh +++ /dev/null @@ -1,169 +0,0 @@ -// ----- Definition file for the Al wrappers in R3BCal ----- -// ----- Created 08/06/12 by Pablo Cabanelas ----- -// -// The last six numbers are the wrapping numbers of the adjesent wrappings and is NOT used by R3BCal -// Angles in degrees -// Syntax: XB_WRAPPING( , , , , , *, *, *, *, *, *) -// -XB_WRAPPING( 1, XB_WTYPE_D, 90.000, 180.000, -90.000, 1, 2, 3, 4, 5, 6) // D 0.000 -XB_WRAPPING( 2, XB_WTYPE_B, 90.000,-163.743, 0.000, 0, 2, 6, 7, 8, 9) // B 0.051 -XB_WRAPPING( 3, XB_WTYPE_C, 73.928,-171.645, -32.656, 0, 1, 3, 9, 10, 11) // C 0.107 -XB_WRAPPING( 4, XB_WTYPE_C, 73.928, 171.645, 212.656, 0, 2, 4, 11, 12, 13) // C 0.107 -XB_WRAPPING( 5, XB_WTYPE_B, 90.000, 163.743, 180.000, 0, 3, 5, 13, 14, 15) // B 0.051 -XB_WRAPPING( 6, XB_WTYPE_C, 106.072, 171.645, 147.344, 0, 4, 6, 15, 16, 17) // C 0.107 -XB_WRAPPING( 7, XB_WTYPE_C, 106.072,-171.645, 32.656, 0, 1, 5, 7, 17, 18) // C 0.107 -XB_WRAPPING( 8, XB_WTYPE_B, 104.686,-153.168, 71.370, 1, 6, 8, 18, 19, 20) // B 0.019 -XB_WRAPPING( 9, XB_WTYPE_A, 90.000,-148.283, 0.000, 1, 7, 9, 20, 21,162) // A 0.003 -XB_WRAPPING( 10, XB_WTYPE_B, 75.314,-153.168, -71.370, 1, 2, 8, 10, 21, 22) // B 0.019 -XB_WRAPPING( 11, XB_WTYPE_D, 60.000,-159.095, 20.905, 9, 2, 11, 24, 23, 22) // D 0.017 -XB_WRAPPING( 12, XB_WTYPE_C, 59.817, 180.000, 90.000, 2, 3, 12, 25, 24, 10) // C 0.064 -XB_WRAPPING( 13, XB_WTYPE_D, 60.000, 159.095, -20.905, 3, 13, 27, 26, 25, 11) // D 0.017 -XB_WRAPPING( 14, XB_WTYPE_B, 75.314, 153.168, 251.370, 3, 4, 14, 28, 27, 12) // B 0.019 -XB_WRAPPING( 15, XB_WTYPE_A, 90.000, 148.283, 180.000, 4, 15, 29, 28, 13,162) // A 0.003 -XB_WRAPPING( 16, XB_WTYPE_B, 104.686, 153.168, 108.630, 4, 5, 16, 30, 29, 14) // B 0.019 -XB_WRAPPING( 17, XB_WTYPE_D, 120.000, 159.095,-159.095, 5, 17, 32, 31, 30, 15) // D 0.017 -XB_WRAPPING( 18, XB_WTYPE_C, 120.183, 180.000, 270.000, 5, 6, 18, 33, 32, 16) // C 0.064 -XB_WRAPPING( 19, XB_WTYPE_D, 120.000,-159.095, 159.095, 6, 7, 19, 34, 33, 17) // D 0.017 -XB_WRAPPING( 20, XB_WTYPE_C, 116.612,-138.914, 110.220, 7, 20, 36, 35, 34, 18) // C 0.022 -XB_WRAPPING( 21, XB_WTYPE_B, 99.014,-135.670, 144.998, 7, 8, 21, 37, 36, 19) // B 0.013 -XB_WRAPPING( 22, XB_WTYPE_B, 80.986,-135.670, 215.002, 8, 9, 22, 38, 37, 20) // B 0.013 -XB_WRAPPING( 23, XB_WTYPE_C, 63.388,-138.914, 249.780, 9, 10, 23, 39, 38, 21) // C 0.014 -XB_WRAPPING( 24, XB_WTYPE_C, 47.634,-142.679, 132.588, 10, 24, 40, 58, 39, 22) // C 0.018 -XB_WRAPPING( 25, XB_WTYPE_B, 45.050,-167.209, 115.890, 10, 11, 25, 41, 40, 23) // B 0.024 -XB_WRAPPING( 26, XB_WTYPE_B, 45.050, 167.209, 64.110, 11, 12, 26, 42, 41, 24) // B 0.024 -XB_WRAPPING( 27, XB_WTYPE_C, 47.634, 142.679, 47.412, 12, 27, 43, 62, 42, 25) // C 0.018 -XB_WRAPPING( 28, XB_WTYPE_C, 63.388, 138.914, -69.780, 12, 13, 28, 44, 43, 26) // C 0.014 -XB_WRAPPING( 29, XB_WTYPE_B, 80.986, 135.670, -35.002, 13, 14, 29, 45, 44, 27) // B 0.013 -XB_WRAPPING( 30, XB_WTYPE_B, 99.014, 135.670, 35.002, 14, 15, 30, 46, 45, 28) // B 0.013 -XB_WRAPPING( 31, XB_WTYPE_C, 116.612, 138.914, 69.780, 15, 16, 31, 47, 46, 29) // C 0.022 -XB_WRAPPING( 32, XB_WTYPE_C, 132.366, 142.679, -47.412, 16, 32, 48, 69, 47, 30) // C 0.018 -XB_WRAPPING( 33, XB_WTYPE_B, 134.950, 167.209, -64.110, 16, 17, 33, 49, 48, 31) // B 0.024 -XB_WRAPPING( 34, XB_WTYPE_B, 134.950,-167.209, 244.110, 17, 18, 34, 50, 49, 32) // B 0.024 -XB_WRAPPING( 35, XB_WTYPE_C, 132.366,-142.679, 227.412, 18, 19, 35, 51, 50, 33) // C 0.018 -XB_WRAPPING( 36, XB_WTYPE_C, 125.985,-123.613, -1.114, 19, 36, 53, 52, 51, 34) // C 0.020 -XB_WRAPPING( 37, XB_WTYPE_D, 108.000,-121.717, 58.283, 19, 20, 37, 54, 53, 35) // D 0.001 -XB_WRAPPING( 38, XB_WTYPE_C, 90.000,-120.183, 180.000, 20, 21, 38, 55, 54, 36) // C 0.013 -XB_WRAPPING( 39, XB_WTYPE_D, 72.000,-121.717, 121.717, 21, 22, 39, 56, 55, 37) // D 0.001 -XB_WRAPPING( 40, XB_WTYPE_C, 54.015,-123.613, 1.114, 22, 23, 58, 57, 56, 38) // C 0.022 -XB_WRAPPING( 41, XB_WTYPE_B, 30.325,-149.860, 172.011, 23, 24, 41, 60, 59, 58) // B 0.018 -XB_WRAPPING( 42, XB_WTYPE_A, 31.717, 180.000, -90.000, 24, 25, 42, 60, 40,162) // A 0.003 -XB_WRAPPING( 43, XB_WTYPE_B, 30.325, 149.860, 7.989, 25, 26, 62, 61, 60, 41) // B 0.018 -XB_WRAPPING( 44, XB_WTYPE_C, 54.015, 123.613, 178.886, 26, 27, 44, 64, 63, 62) // C 0.022 -XB_WRAPPING( 45, XB_WTYPE_D, 72.000, 121.717,-121.717, 27, 28, 45, 65, 64, 43) // D 0.001 -XB_WRAPPING( 46, XB_WTYPE_C, 90.000, 120.183, 0.000, 28, 29, 46, 66, 65, 44) // C 0.013 -XB_WRAPPING( 47, XB_WTYPE_D, 108.000, 121.717, -58.283, 29, 30, 47, 67, 66, 45) // D 0.001 -XB_WRAPPING( 48, XB_WTYPE_C, 125.985, 123.613, 181.114, 30, 31, 69, 68, 67, 46) // C 0.022 -XB_WRAPPING( 49, XB_WTYPE_B, 149.675, 149.860, -7.989, 31, 32, 49, 71, 70, 69) // B 0.018 -XB_WRAPPING( 50, XB_WTYPE_A, 148.283, 180.000, 90.000, 32, 33, 50, 71, 48,162) // A 0.003 -XB_WRAPPING( 51, XB_WTYPE_B, 149.675,-149.860, 187.989, 33, 34, 51, 72, 71, 49) // B 0.018 -XB_WRAPPING( 52, XB_WTYPE_D, 144.000,-121.717, -58.283, 34, 35, 52, 73, 72, 50) // D 0.004 -XB_WRAPPING( 53, XB_WTYPE_B, 133.643,-102.504, 46.296, 35, 53, 74, 98, 73, 51) // B 0.021 -XB_WRAPPING( 54, XB_WTYPE_B, 115.890,-106.368, -25.938, 35, 36, 54, 75, 74, 52) // B 0.016 -XB_WRAPPING( 55, XB_WTYPE_C, 98.026,-106.235, -59.672, 36, 37, 55, 76, 75, 53) // C 0.114 -XB_WRAPPING( 56, XB_WTYPE_C, 81.974,-106.235, 59.672, 37, 38, 56, 77, 76, 54) // C 0.114 -XB_WRAPPING( 57, XB_WTYPE_B, 64.110,-106.368, 25.938, 38, 39, 57, 78, 77, 55) // B 0.016 -XB_WRAPPING( 58, XB_WTYPE_B, 46.357,-102.504, -46.296, 39, 58, 79, 93, 78, 56) // B 0.021 -XB_WRAPPING( 59, XB_WTYPE_D, 36.000,-121.717,-121.717, 39, 23, 40, 59, 79, 57) // D 0.004 -XB_WRAPPING( 60, XB_WTYPE_C, 18.063,-116.764, 175.290, 40, 60, 80, 91, 79, 58) // C 0.114 -XB_WRAPPING( 61, XB_WTYPE_B, 16.257, 180.000, -90.000, 40, 41, 42, 61, 80, 59) // B 0.012 -XB_WRAPPING( 62, XB_WTYPE_C, 18.063, 116.764, 4.710, 42, 62, 88, 89, 80, 60) // C 0.114 -XB_WRAPPING( 63, XB_WTYPE_D, 36.000, 121.717, 121.717, 42, 26, 43, 63, 88, 61) // D 0.004 -XB_WRAPPING( 64, XB_WTYPE_B, 46.357, 102.504, 226.296, 43, 64, 87,109, 88, 62) // B 0.021 -XB_WRAPPING( 65, XB_WTYPE_B, 64.110, 106.368, 154.062, 43, 44, 65, 86, 87, 63) // B 0.016 -XB_WRAPPING( 66, XB_WTYPE_C, 81.974, 106.235, 120.328, 44, 45, 66, 85, 86, 64) // C 0.114 -XB_WRAPPING( 67, XB_WTYPE_C, 98.026, 106.235, 239.672, 45, 46, 67, 84, 85, 65) // C 0.114 -XB_WRAPPING( 68, XB_WTYPE_B, 115.890, 106.368, 205.938, 46, 47, 68, 83, 84, 66) // B 0.016 -XB_WRAPPING( 69, XB_WTYPE_B, 133.643, 102.504, 133.704, 47, 69, 82,104, 83, 67) // B 0.021 -XB_WRAPPING( 70, XB_WTYPE_D, 144.000, 121.717, 58.283, 47, 31, 48, 70, 82, 68) // D 0.004 -XB_WRAPPING( 71, XB_WTYPE_C, 161.937, 116.764, -4.710, 48, 71, 81,102, 82, 69) // C 0.114 -XB_WRAPPING( 72, XB_WTYPE_B, 163.743, 180.000, 90.000, 48, 49, 50, 72, 81, 70) // B 0.012 -XB_WRAPPING( 73, XB_WTYPE_C, 161.937,-116.764, 184.710, 50, 51, 73,100, 81, 71) // C 0.114 -XB_WRAPPING( 74, XB_WTYPE_C, 149.817, -90.000, 90.000, 51, 52, 98, 99,100, 72) // C 0.013 -XB_WRAPPING( 75, XB_WTYPE_A, 121.717, -90.000, -90.000, 52, 53, 75, 97, 98,162) // A 0.003 -XB_WRAPPING( 76, XB_WTYPE_B, 106.257, -90.000, -90.000, 53, 54, 76, 96, 97, 74) // B 0.051 -XB_WRAPPING( 77, XB_WTYPE_D, 90.000, -90.000, 180.000, 54, 55, 77, 95, 96, 75) // D 0.000 -XB_WRAPPING( 78, XB_WTYPE_B, 73.743, -90.000, 90.000, 55, 56, 78, 94, 95, 76) // B 0.051 -XB_WRAPPING( 79, XB_WTYPE_A, 58.283, -90.000, 90.000, 56, 57, 93, 94, 77,162) // A 0.003 -XB_WRAPPING( 80, XB_WTYPE_C, 30.183, -90.000, 270.000, 57, 58, 59, 91, 92, 93) // C 0.013 -XB_WRAPPING( 81, XB_WTYPE_D, 0.000, 0.000, 0.000, 59, 60, 61, 89, 90, 91) // D 0.000 -XB_WRAPPING( 82, XB_WTYPE_D, 180.000, 0.000, 180.000, 70, 71, 72,100,101,102) // D 0.000 -XB_WRAPPING( 83, XB_WTYPE_C, 149.817, 90.000, 90.000, 68, 69, 70,102,103,104) // C 0.013 -XB_WRAPPING( 84, XB_WTYPE_A, 121.717, 90.000, 270.000, 67, 68,104,105, 84,162) // A 0.003 -XB_WRAPPING( 85, XB_WTYPE_B, 106.257, 90.000, 270.000, 66, 67, 83,105,106, 85) // B 0.051 -XB_WRAPPING( 86, XB_WTYPE_D, 90.000, 90.000,-180.000, 65, 66, 84,106,107, 86) // D 0.000 -XB_WRAPPING( 87, XB_WTYPE_B, 73.743, 90.000, 90.000, 64, 65, 85,107,108, 87) // B 0.051 -XB_WRAPPING( 88, XB_WTYPE_A, 58.283, 90.000, 90.000, 63, 64, 86,108,109,162) // A 0.003 -XB_WRAPPING( 89, XB_WTYPE_C, 30.183, 90.000, -90.000, 61, 62, 63,109,110, 89) // C 0.013 -XB_WRAPPING( 90, XB_WTYPE_C, 18.063, 63.236, 175.290, 80, 61, 88,110,111, 90) // C 0.114 -XB_WRAPPING( 91, XB_WTYPE_B, 16.257, 0.000, 270.000, 91, 80, 89,111,112,113) // B 0.012 -XB_WRAPPING( 92, XB_WTYPE_C, 18.063, -63.236, 4.710, 79, 59, 80, 90,113, 92) // C 0.114 -XB_WRAPPING( 93, XB_WTYPE_D, 36.000, -58.283, 121.717, 93, 79, 91,113,130,114) // D 0.004 -XB_WRAPPING( 94, XB_WTYPE_B, 46.357, -77.496, 226.296, 94, 78, 57, 79, 92,114) // B 0.021 -XB_WRAPPING( 95, XB_WTYPE_B, 64.110, -73.632, 154.062, 95, 77, 78, 93,114,115) // B 0.016 -XB_WRAPPING( 96, XB_WTYPE_C, 81.974, -73.765, 120.328, 96, 76, 77, 94,115,116) // C 0.114 -XB_WRAPPING( 97, XB_WTYPE_C, 98.026, -73.765, 239.672, 97, 75, 76, 95,116,117) // C 0.114 -XB_WRAPPING( 98, XB_WTYPE_B, 115.890, -73.632, 205.938, 98, 74, 75, 96,117,118) // B 0.016 -XB_WRAPPING( 99, XB_WTYPE_B, 133.643, -77.496, 133.704, 99, 73, 52, 74, 97,118) // B 0.021 -XB_WRAPPING( 100, XB_WTYPE_D, 144.000, -58.283, 58.283,100, 73, 98,118,135,119) // D 0.004 -XB_WRAPPING( 101, XB_WTYPE_C, 161.937, -63.236, -4.710,101, 81, 72, 73, 99,119) // C 0.114 -XB_WRAPPING( 102, XB_WTYPE_B, 163.743, 0.000, 90.000,102, 81,100,119,120,121) // B 0.012 -XB_WRAPPING( 103, XB_WTYPE_C, 161.937, 63.236, 184.710,103, 82, 70, 81,101,121) // C 0.114 -XB_WRAPPING( 104, XB_WTYPE_D, 144.000, 58.283, -58.283,104, 82,102,121,138,122) // D 0.004 -XB_WRAPPING( 105, XB_WTYPE_B, 133.643, 77.496, 46.296,105, 83, 68, 82,103,122) // B 0.021 -XB_WRAPPING( 106, XB_WTYPE_B, 115.890, 73.632, -25.938,106, 84, 83,104,122,123) // B 0.016 -XB_WRAPPING( 107, XB_WTYPE_C, 98.026, 73.765, -59.672,107, 85, 84,105,123,124) // C 0.114 -XB_WRAPPING( 108, XB_WTYPE_C, 81.974, 73.765, 59.672,108, 86, 85,106,124,125) // C 0.114 -XB_WRAPPING( 109, XB_WTYPE_B, 64.110, 73.632, 25.938,109, 87, 86,107,125,126) // B 0.016 -XB_WRAPPING( 110, XB_WTYPE_B, 46.357, 77.496, -46.296,110, 88, 63, 87,108,126) // B 0.021 -XB_WRAPPING( 111, XB_WTYPE_D, 36.000, 58.283,-121.717,111, 89, 88,109,126,127) // D 0.004 -XB_WRAPPING( 112, XB_WTYPE_B, 30.325, 30.140, 172.011,112, 90, 89,110,127,128) // B 0.018 -XB_WRAPPING( 113, XB_WTYPE_A, 31.717, 0.000, 270.000,113, 90,111,128,129,162) // A 0.003 -XB_WRAPPING( 114, XB_WTYPE_B, 30.325, -30.140, 7.989, 92, 91, 90,112,129,130) // B 0.018 -XB_WRAPPING( 115, XB_WTYPE_C, 54.015, -56.387, 178.886,115, 94, 93, 92,130,131) // C 0.022 -XB_WRAPPING( 116, XB_WTYPE_D, 72.000, -58.283,-121.717,116, 95, 94,114,131,132) // D 0.001 -XB_WRAPPING( 117, XB_WTYPE_C, 90.000, -59.817, 0.000,117, 96, 95,115,132,133) // C 0.013 -XB_WRAPPING( 118, XB_WTYPE_D, 108.000, -58.283, -58.283,118, 97, 96,116,133,134) // D 0.001 -XB_WRAPPING( 119, XB_WTYPE_C, 125.985, -56.387, 181.114, 99, 98, 97,117,134,135) // C 0.022 -XB_WRAPPING( 120, XB_WTYPE_B, 149.675, -30.140, -7.989,120,101,100, 99,135,136) // B 0.018 -XB_WRAPPING( 121, XB_WTYPE_A, 148.283, 0.000, 90.000,121,101,119,136,137,162) // A 0.003 -XB_WRAPPING( 122, XB_WTYPE_B, 149.675, 30.140, 187.989,103,102,101,120,137,138) // B 0.018 -XB_WRAPPING( 123, XB_WTYPE_C, 125.985, 56.387, -1.114,123,105,104,103,138,139) // C 0.022 -XB_WRAPPING( 124, XB_WTYPE_D, 108.000, 58.283, 58.283,124,106,105,122,139,140) // D 0.001 -XB_WRAPPING( 125, XB_WTYPE_C, 90.000, 59.817, 180.000,125,107,106,123,140,141) // C 0.013 -XB_WRAPPING( 126, XB_WTYPE_D, 72.000, 58.283, 121.717,126,108,107,124,141,142) // D 0.001 -XB_WRAPPING( 127, XB_WTYPE_C, 54.015, 56.387, 1.114,127,110,109,108,125,142) // C 0.034 -XB_WRAPPING( 128, XB_WTYPE_C, 47.634, 37.321, 132.588,128,111,110,126,142,143) // C 0.018 -XB_WRAPPING( 129, XB_WTYPE_B, 45.050, 12.791, 115.890,129,112,111,127,143,144) // B 0.024 -XB_WRAPPING( 130, XB_WTYPE_B, 45.050, -12.791, 64.110,130,113,112,128,144,145) // B 0.024 -XB_WRAPPING( 131, XB_WTYPE_C, 47.634, -37.321, 47.412,131,114, 92,113,129,145) // C 0.018 -XB_WRAPPING( 132, XB_WTYPE_C, 63.388, -41.086, -69.780,132,115,114,130,145,146) // C 0.022 -XB_WRAPPING( 133, XB_WTYPE_B, 80.986, -44.330, -35.002,133,116,115,131,146,147) // B 0.013 -XB_WRAPPING( 134, XB_WTYPE_B, 99.014, -44.330, 35.002,134,117,116,132,147,148) // B 0.013 -XB_WRAPPING( 135, XB_WTYPE_C, 116.612, -41.086, 69.780,135,118,117,133,148,149) // C 0.014 -XB_WRAPPING( 136, XB_WTYPE_C, 132.366, -37.321, -47.412,136,119, 99,118,134,149) // C 0.018 -XB_WRAPPING( 137, XB_WTYPE_B, 134.950, -12.791, -64.110,137,120,119,135,149,150) // B 0.024 -XB_WRAPPING( 138, XB_WTYPE_B, 134.950, 12.791, 244.110,138,121,120,136,150,151) // B 0.024 -XB_WRAPPING( 139, XB_WTYPE_C, 132.366, 37.321, 227.412,139,122,103,121,137,151) // C 0.018 -XB_WRAPPING( 140, XB_WTYPE_C, 116.612, 41.086, 110.220,140,123,122,138,151,152) // C 0.014 -XB_WRAPPING( 141, XB_WTYPE_B, 99.014, 44.330, 144.998,141,124,123,139,152,153) // B 0.013 -XB_WRAPPING( 142, XB_WTYPE_B, 80.986, 44.330, 215.002,142,125,124,140,153,154) // B 0.013 -XB_WRAPPING( 143, XB_WTYPE_C, 63.388, 41.086, 249.780,143,127,126,125,141,154) // C 0.022 -XB_WRAPPING( 144, XB_WTYPE_D, 60.000, 20.905, 20.905,144,128,127,142,154,155) // D 0.017 -XB_WRAPPING( 145, XB_WTYPE_C, 59.817, 0.000, 90.000,145,129,128,143,155,156) // C 0.064 -XB_WRAPPING( 146, XB_WTYPE_D, 60.000, -20.905, -20.905,146,131,130,129,144,156) // D 0.017 -XB_WRAPPING( 147, XB_WTYPE_B, 75.314, -26.832, 251.370,147,132,131,145,156,157) // B 0.019 -XB_WRAPPING( 148, XB_WTYPE_A, 90.000, -31.717, 180.000,148,133,132,146,157,162) // A 0.003 -XB_WRAPPING( 149, XB_WTYPE_B, 104.686, -26.832, 108.630,149,134,133,147,157,158) // B 0.019 -XB_WRAPPING( 150, XB_WTYPE_D, 120.000, -20.905,-159.095,150,136,135,134,148,158) // D 0.017 -XB_WRAPPING( 151, XB_WTYPE_C, 120.183, 0.000, 270.000,151,137,136,149,158,159) // C 0.064 -XB_WRAPPING( 152, XB_WTYPE_D, 120.000, 20.905, 159.095,152,139,138,137,150,159) // D 0.017 -XB_WRAPPING( 153, XB_WTYPE_B, 104.686, 26.832, 71.370,153,140,139,151,159,160) // B 0.019 -XB_WRAPPING( 154, XB_WTYPE_A, 90.000, 31.717, 0.000,154,141,140,152,160,162) // A 0.003 -XB_WRAPPING( 155, XB_WTYPE_B, 75.314, 26.832, -71.370,155,143,142,141,153,160) // B 0.019 -XB_WRAPPING( 156, XB_WTYPE_C, 73.928, 8.355, -32.656,156,144,143,154,160,161) // C 0.107 -XB_WRAPPING( 157, XB_WTYPE_C, 73.928, -8.355, 212.656,157,146,145,144,155,161) // C 0.107 -XB_WRAPPING( 158, XB_WTYPE_B, 90.000, -16.257, 180.000,158,148,147,146,156,161) // B 0.051 -XB_WRAPPING( 159, XB_WTYPE_C, 106.072, -8.355, 147.344,159,150,149,148,157,161) // C 0.107 -XB_WRAPPING( 160, XB_WTYPE_C, 106.072, 8.355, 32.656,160,152,151,150,158,161) // C 0.107 -XB_WRAPPING( 161, XB_WTYPE_B, 90.000, 16.257, 0.000,161,155,154,153,152,159) // B 0.051 -XB_WRAPPING( 162, XB_WTYPE_D, 90.000, 0.000, 90.000,155,156,157,158,159,160) // D 0.000 diff --git a/xball/xb_wrapping_mod.hh b/xball/xb_wrapping_mod.hh deleted file mode 100644 index c0c788d80..000000000 --- a/xball/xb_wrapping_mod.hh +++ /dev/null @@ -1,13 +0,0 @@ -// ----- Modification file for CrystalBall Al Wrappers ----- -// ----- Created 08/06/12 by Pablo Cabanelas ----- -// -// Only "WDISABLE" and "WMOVE_R" command implemented -// Syntax: XB_WRAPPING_MOD( , , ) -// -XB_WRAPPING_MOD( 77, WDISABLE, 0.0 ) // Disable wrapping 86 -XB_WRAPPING_MOD( 81, WDISABLE, 0.0 ) // Disable wrapping 81 -XB_WRAPPING_MOD( 82, WDISABLE, 0.0 ) // Disable wrapping 82 -//XB_WRAPPING_MOD( 60, WMOVE_R, 4.0 ) // Move wrapping 60 +4.0 cm in r -//XB_WRAPPING_MOD( 62, WMOVE_R, 4.0 ) // Move wrapping 62 +4.0 cm in r -//XB_WRAPPING_MOD( 90, WMOVE_R, 4.0 ) // Move wrapping 90 +4.0 cm in r -//XB_WRAPPING_MOD( 92, WMOVE_R, 4.0 ) // Move wrapping 92 +4.0 cm in r diff --git a/xball/xb_wrapping_part.hh b/xball/xb_wrapping_part.hh deleted file mode 100644 index 3f403e1ca..000000000 --- a/xball/xb_wrapping_part.hh +++ /dev/null @@ -1,19 +0,0 @@ -// ----- Corner definition file for Al wrappers in R3BCal ----- -// ----- Created 08/06/12 by Pablo Cabanelas ----- -// -// The wrappings are generated to cover a sertain solid angle -// All values are in cm and are mesured om the frame with radious 49.86932985 cm -// Syntax: , , , , , , , , -// - 0.0, 9.06038, 8.61693, 2.79981, 5.32555, -7.33, 0.0, -7.33, //WrappingA1 - 0.0, -7.33, -5.32555, -7.33, -8.61693, 2.79981, 0.0, 9.06038, //WrappingA2 --9.60862, 0.0, -5.31000, 6.18700, 5.31000, 6.18700, 9.60862, 0.0, //WrappingB1_mod - 9.60862, 0.0, 4.33050, -7.42200, -4.33050, -7.42200, -9.60862, 0.0, //WrappingB2_mod - 0.0, -8.11689, -7.15389, -3.93231, -8.51298, 4.85925, 0.0, 8.09558, //WrappingC1 - 0.0, 8.09558, 8.51298, 4.85925, 7.15389, -3.93231, 0.0, -8.11689, //WrappingC2 - 0.0, -10.08625, -6.80000, -4.3305, -6.80000, 4.3305, 0.0, 10.08625, //WrappingD1 - 0.0, 10.08625, 6.80000, 4.3305, 6.80000, -4.3305, 0.0, -10.08625, //WrappingD2 - -// Original B wrapping before modification (modification done because of overlapping B-B wrappings in A-B-B combination) -//-9.60862, 0.0, -5.34300, 6.18700, 5.34300, 6.18700, 9.60862, 0.0, //WrappingB1_orig -// 9.60862, 0.0, 4.33050, -7.42200, -4.33050, -7.42200, -9.60862, 0.0, //WrappingB2_orig