Loading src/core/geometry/HybridPixelDetectorModel.hpp +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <Math/Vector2D.h> #include <Math/Vector3D.h> #include "DetectorModel.hpp" #include "PixelDetectorModel.hpp" namespace allpix { Loading @@ -28,7 +28,7 @@ namespace allpix { * @ingroup DetectorModels * @brief Model of a hybrid pixel detector. This a model where the sensor is bump-bonded to the chip */ class HybridPixelDetectorModel : public DetectorModel { class HybridPixelDetectorModel : public PixelDetectorModel { public: /** * @brief Constructs the hybrid pixel detector model Loading @@ -36,7 +36,7 @@ namespace allpix { * @param reader Configuration reader with description of the model */ explicit HybridPixelDetectorModel(std::string type, const ConfigReader& reader) : DetectorModel(std::move(type), reader) { : PixelDetectorModel(std::move(type), reader) { auto config = reader.getHeaderConfiguration(); // Excess around the chip from the pixel grid Loading src/core/geometry/MonolithicPixelDetectorModel.hpp +4 −4 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <Math/Vector2D.h> #include <Math/Vector3D.h> #include "DetectorModel.hpp" #include "PixelDetectorModel.hpp" namespace allpix { Loading @@ -29,9 +29,9 @@ namespace allpix { * @brief Model of a monolithic pixel detector. This a model where sensor and readout electronics are placed within the * same silicon wafer. * * This model is already fully implemented in the \ref DetectorModel base class. * This model is already fully implemented in the \ref PixelDetectorModel base class. */ class MonolithicPixelDetectorModel : public DetectorModel { class MonolithicPixelDetectorModel : public PixelDetectorModel { public: /** * @brief Constructs the monolithic pixel detector model Loading @@ -39,7 +39,7 @@ namespace allpix { * @param reader Configuration reader with description of the model */ explicit MonolithicPixelDetectorModel(std::string type, const ConfigReader& reader) : DetectorModel(std::move(type), reader) {} : PixelDetectorModel(std::move(type), reader) {} }; } // namespace allpix Loading Loading
src/core/geometry/HybridPixelDetectorModel.hpp +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <Math/Vector2D.h> #include <Math/Vector3D.h> #include "DetectorModel.hpp" #include "PixelDetectorModel.hpp" namespace allpix { Loading @@ -28,7 +28,7 @@ namespace allpix { * @ingroup DetectorModels * @brief Model of a hybrid pixel detector. This a model where the sensor is bump-bonded to the chip */ class HybridPixelDetectorModel : public DetectorModel { class HybridPixelDetectorModel : public PixelDetectorModel { public: /** * @brief Constructs the hybrid pixel detector model Loading @@ -36,7 +36,7 @@ namespace allpix { * @param reader Configuration reader with description of the model */ explicit HybridPixelDetectorModel(std::string type, const ConfigReader& reader) : DetectorModel(std::move(type), reader) { : PixelDetectorModel(std::move(type), reader) { auto config = reader.getHeaderConfiguration(); // Excess around the chip from the pixel grid Loading
src/core/geometry/MonolithicPixelDetectorModel.hpp +4 −4 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <Math/Vector2D.h> #include <Math/Vector3D.h> #include "DetectorModel.hpp" #include "PixelDetectorModel.hpp" namespace allpix { Loading @@ -29,9 +29,9 @@ namespace allpix { * @brief Model of a monolithic pixel detector. This a model where sensor and readout electronics are placed within the * same silicon wafer. * * This model is already fully implemented in the \ref DetectorModel base class. * This model is already fully implemented in the \ref PixelDetectorModel base class. */ class MonolithicPixelDetectorModel : public DetectorModel { class MonolithicPixelDetectorModel : public PixelDetectorModel { public: /** * @brief Constructs the monolithic pixel detector model Loading @@ -39,7 +39,7 @@ namespace allpix { * @param reader Configuration reader with description of the model */ explicit MonolithicPixelDetectorModel(std::string type, const ConfigReader& reader) : DetectorModel(std::move(type), reader) {} : PixelDetectorModel(std::move(type), reader) {} }; } // namespace allpix Loading