Loading etc/unittests/test_core/test_01-3_globalconfig_log_format.conf +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ number_of_events = 1 random_seed = 0 log_format = LONG #PASS (STATUS) <Allpix.cpp/load:L122> Initialized PRNG with configured seed 0 #PASS (STATUS) <Allpix.cpp/load:L124> Initialized PRNG with configured seed 0 #LABEL coverage src/core/Allpix.cpp +6 −4 Original line number Diff line number Diff line /** @file /** * @file * @brief Implementation of interface to the core framework * * @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 Loading Loading @@ -236,7 +238,7 @@ void Allpix::finalize() { } } /* /** * This function can be called safely from any signal handler. Time between the request to terminate * and the actual termination is not always negigible. */ Loading src/core/Allpix.hpp +5 −3 Original line number Diff line number Diff line /** @file /** * @file * @brief Interface to the core framework * * @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 Loading src/core/config/ConfigManager.cpp +1 −0 Original line number Diff line number Diff line /** * @file * @brief Implementation of config manager * * @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 Loading src/core/config/ConfigManager.hpp +1 −0 Original line number Diff line number Diff line /** * @file * @brief Interface to the main configuration and its normal and special sections * * @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 Loading Loading
etc/unittests/test_core/test_01-3_globalconfig_log_format.conf +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ number_of_events = 1 random_seed = 0 log_format = LONG #PASS (STATUS) <Allpix.cpp/load:L122> Initialized PRNG with configured seed 0 #PASS (STATUS) <Allpix.cpp/load:L124> Initialized PRNG with configured seed 0 #LABEL coverage
src/core/Allpix.cpp +6 −4 Original line number Diff line number Diff line /** @file /** * @file * @brief Implementation of interface to the core framework * * @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 Loading Loading @@ -236,7 +238,7 @@ void Allpix::finalize() { } } /* /** * This function can be called safely from any signal handler. Time between the request to terminate * and the actual termination is not always negigible. */ Loading
src/core/Allpix.hpp +5 −3 Original line number Diff line number Diff line /** @file /** * @file * @brief Interface to the core framework * * @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 Loading
src/core/config/ConfigManager.cpp +1 −0 Original line number Diff line number Diff line /** * @file * @brief Implementation of config manager * * @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 Loading
src/core/config/ConfigManager.hpp +1 −0 Original line number Diff line number Diff line /** * @file * @brief Interface to the main configuration and its normal and special sections * * @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 Loading