Skip to content

LArG4Code: Uniform bounds checking for LArG4Identifier.

Scott Snyder requested to merge ssnyder/athena:bounds.LArG4Code-20210423 into master

Replace bounds-checking in LArG4Identifier::operator[] with at(). Make behavior the same for the const and non-const versions.

Merge request reports