Skip to content
Snippets Groups Projects

Changes to support complete use of RICH PMTs/panels in the reco

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7 +47,7 @@ namespace LHCb::Detector::detail {
auto moduleCopyNum() const noexcept { return this->access()->m_MapmtModuleCopyNum; }
auto isHType() const noexcept { return this->access()->m_isHType; }
auto QE() const noexcept { return scalePhotonEnergies( this->access()->m_PmtQE ); }
auto effPixelArea() const noexcept { return toLHCbAreaUnits( this->access()->m_effPixelArea ); }
auto effPixelArea() const noexcept { return this->access()->m_effPixelArea; }
auto numPixels() const noexcept { return this->access()->m_numPixels; }
};
Loading