(const int col, const int row)
seem more natural coordinates/arguments than const std::shared_ptr<Pixel>& px
for Detector
class and its children. In particular as conversion from (col,row)
to Pixel
object is a bit cumbersome.
GitLab Runners cleaning campaign ongoing (ETA 2nd October 2023). Check https://cern.ch/otg0078219 for further information.
(const int col, const int row)
seem more natural coordinates/arguments than const std::shared_ptr<Pixel>& px
for Detector
class and its children. In particular as conversion from (col,row)
to Pixel
object is a bit cumbersome.