Loading src/core/Allpix.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -238,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/geometry/GeometryManager.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ void GeometryManager::load_models() { } } /* /** * After closing the geometry new parts of the geometry cannot be added anymore. All the models for the detectors in the * configuration are resolved to requested type (and an error is thrown if this is not possible). Also if a parameter is * specialized in the detector config a copy of the model is created with those specialized settings. Loading Loading @@ -486,7 +486,7 @@ void GeometryManager::close_geometry() { closed_ = true; LOG(TRACE) << "Closed geometry"; } /* /** * Calculates the position and orientation of the object from the provided configuration file */ std::pair<XYZPoint, Rotation3D> GeometryManager::calculate_orientation(const Configuration& config) { Loading src/core/utils/log.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -417,7 +417,7 @@ std::string DefaultLogger::get_current_date() { return ss.str(); } /* /** * It is impossible to know for sure a terminal has support for all extra terminal features, but every modern terminal has * this so we just assume it. */ Loading src/modules/CapacitiveTransfer/CapacitiveTransferModule.cpp +1 −1 Original line number Diff line number Diff line /* /** * @file * * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. Loading src/modules/CapacitiveTransfer/CapacitiveTransferModule.hpp +1 −1 Original line number Diff line number Diff line /* /** * @file * * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. Loading Loading
src/core/Allpix.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -238,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/geometry/GeometryManager.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ void GeometryManager::load_models() { } } /* /** * After closing the geometry new parts of the geometry cannot be added anymore. All the models for the detectors in the * configuration are resolved to requested type (and an error is thrown if this is not possible). Also if a parameter is * specialized in the detector config a copy of the model is created with those specialized settings. Loading Loading @@ -486,7 +486,7 @@ void GeometryManager::close_geometry() { closed_ = true; LOG(TRACE) << "Closed geometry"; } /* /** * Calculates the position and orientation of the object from the provided configuration file */ std::pair<XYZPoint, Rotation3D> GeometryManager::calculate_orientation(const Configuration& config) { Loading
src/core/utils/log.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -417,7 +417,7 @@ std::string DefaultLogger::get_current_date() { return ss.str(); } /* /** * It is impossible to know for sure a terminal has support for all extra terminal features, but every modern terminal has * this so we just assume it. */ Loading
src/modules/CapacitiveTransfer/CapacitiveTransferModule.cpp +1 −1 Original line number Diff line number Diff line /* /** * @file * * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. Loading
src/modules/CapacitiveTransfer/CapacitiveTransferModule.hpp +1 −1 Original line number Diff line number Diff line /* /** * @file * * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors. Loading