Loading src/core/geometry/DetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ namespace allpix { /** * @brief Constructs the base detector model * @param type Name of the model type * @param assembly Detector assembly object with information about ASIC and packaging * @param reader Configuration reader with description of the model */ explicit DetectorModel(std::string type, std::shared_ptr<DetectorAssembly> assembly, ConfigReader reader); Loading src/core/geometry/PixelDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ namespace allpix { /** * @brief Constructs the pixel detector model * @param type Name of the model type * @param assembly Detector assembly object with information about ASIC and packaging * @param reader Configuration reader with description of the model */ explicit PixelDetectorModel(std::string type, Loading src/core/geometry/RadialStripDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ namespace allpix { /** * @brief Constructs the radial strip detector model * @param type Name of the model type * @param assembly Detector assembly object with information about ASIC and packaging * @param reader Configuration reader with description of the model */ explicit RadialStripDetectorModel(std::string type, Loading Loading
src/core/geometry/DetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ namespace allpix { /** * @brief Constructs the base detector model * @param type Name of the model type * @param assembly Detector assembly object with information about ASIC and packaging * @param reader Configuration reader with description of the model */ explicit DetectorModel(std::string type, std::shared_ptr<DetectorAssembly> assembly, ConfigReader reader); Loading
src/core/geometry/PixelDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ namespace allpix { /** * @brief Constructs the pixel detector model * @param type Name of the model type * @param assembly Detector assembly object with information about ASIC and packaging * @param reader Configuration reader with description of the model */ explicit PixelDetectorModel(std::string type, Loading
src/core/geometry/RadialStripDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ namespace allpix { /** * @brief Constructs the radial strip detector model * @param type Name of the model type * @param assembly Detector assembly object with information about ASIC and packaging * @param reader Configuration reader with description of the model */ explicit RadialStripDetectorModel(std::string type, Loading