Loading src/core/geometry/DetectorAssembly.hpp +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ namespace allpix { public: /** * Detector assembly constructor * @param reader ConfigReader holding the full detector model configuration * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit DetectorAssembly(Configuration& header_config) { Loading Loading @@ -81,7 +81,7 @@ namespace allpix { public: /** * Constructor for hybrid assemblies * @param reader ConfigReader holding the full detector model configuration * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit HybridAssembly(Configuration& header_config) : DetectorAssembly(header_config) { Loading Loading @@ -152,7 +152,7 @@ namespace allpix { public: /** * Constructor for monolithic assemblies * @param reader ConfigReader holding the full detector model configuration * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit MonolithicAssembly(Configuration& header_config) : DetectorAssembly(header_config) { Loading src/core/geometry/HexagonalPixelDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ namespace allpix { * @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 * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit HexagonalPixelDetectorModel(std::string type, const std::shared_ptr<DetectorAssembly>& assembly, Loading src/core/geometry/PixelDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ namespace allpix { * @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 * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit PixelDetectorModel(std::string type, const std::shared_ptr<DetectorAssembly>& assembly, Loading src/core/geometry/RadialStripDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ namespace allpix { * @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 * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit RadialStripDetectorModel(std::string type, const std::shared_ptr<DetectorAssembly>& assembly, Loading Loading
src/core/geometry/DetectorAssembly.hpp +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ namespace allpix { public: /** * Detector assembly constructor * @param reader ConfigReader holding the full detector model configuration * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit DetectorAssembly(Configuration& header_config) { Loading Loading @@ -81,7 +81,7 @@ namespace allpix { public: /** * Constructor for hybrid assemblies * @param reader ConfigReader holding the full detector model configuration * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit HybridAssembly(Configuration& header_config) : DetectorAssembly(header_config) { Loading Loading @@ -152,7 +152,7 @@ namespace allpix { public: /** * Constructor for monolithic assemblies * @param reader ConfigReader holding the full detector model configuration * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit MonolithicAssembly(Configuration& header_config) : DetectorAssembly(header_config) { Loading
src/core/geometry/HexagonalPixelDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ namespace allpix { * @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 * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit HexagonalPixelDetectorModel(std::string type, const std::shared_ptr<DetectorAssembly>& assembly, Loading
src/core/geometry/PixelDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ namespace allpix { * @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 * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit PixelDetectorModel(std::string type, const std::shared_ptr<DetectorAssembly>& assembly, Loading
src/core/geometry/RadialStripDetectorModel.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ namespace allpix { * @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 * @param header_config Configuration reference holding the unnamed section fo detector configuration */ explicit RadialStripDetectorModel(std::string type, const std::shared_ptr<DetectorAssembly>& assembly, Loading