Loading src/modules/CorryvreckanWriter/corryvreckan/Event.hpp +9 −0 Original line number Diff line number Diff line /** * @file * * @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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 CORRYVRECKAN_EVENT_H #define CORRYVRECKAN_EVENT_H 1 Loading src/modules/CorryvreckanWriter/corryvreckan/Linkdef.h +5 −0 Original line number Diff line number Diff line /** * @file * @brief Linkdef for ROOT Class generation * * @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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. */ #pragma link off all globals; Loading src/modules/ProjectionPropagation/ProjectionPropagationModule.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ * @file * @brief Implementation of ProjectionPropagation module * * @copyright MIT License * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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 "ProjectionPropagationModule.hpp" Loading src/modules/ProjectionPropagation/ProjectionPropagationModule.hpp +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ * @file * @brief Definition of ProjectionPropagation module * * @copyright MIT License * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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. * * Contains minimal dummy module to use as a start for the development of your own module * Loading src/objects/Linkdef.h +5 −0 Original line number Diff line number Diff line /** * @file * @brief Linkdef for ROOT Class generation * * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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. */ #pragma link off all globals; Loading Loading
src/modules/CorryvreckanWriter/corryvreckan/Event.hpp +9 −0 Original line number Diff line number Diff line /** * @file * * @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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 CORRYVRECKAN_EVENT_H #define CORRYVRECKAN_EVENT_H 1 Loading
src/modules/CorryvreckanWriter/corryvreckan/Linkdef.h +5 −0 Original line number Diff line number Diff line /** * @file * @brief Linkdef for ROOT Class generation * * @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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. */ #pragma link off all globals; Loading
src/modules/ProjectionPropagation/ProjectionPropagationModule.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ * @file * @brief Implementation of ProjectionPropagation module * * @copyright MIT License * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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 "ProjectionPropagationModule.hpp" Loading
src/modules/ProjectionPropagation/ProjectionPropagationModule.hpp +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ * @file * @brief Definition of ProjectionPropagation module * * @copyright MIT License * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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. * * Contains minimal dummy module to use as a start for the development of your own module * Loading
src/objects/Linkdef.h +5 −0 Original line number Diff line number Diff line /** * @file * @brief Linkdef for ROOT Class generation * * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN 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. */ #pragma link off all globals; Loading