Skip to content
Snippets Groups Projects
Commit e6d81b82 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'addrref.InDetRIO_OnTrack-20191219' into 'master'

InDetRIO_OnTrack: Address of reference cannot be null.

See merge request atlas/athena!29105
parents 89068311 bd612d29
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,6 @@ Amg::MatrixX PixelRIO_OnTrackErrorScaling::getScaledCovariance(const Amg::Matrix
{
Amg::MatrixX newCov(cov_input);
assert( &pixel_id );
// from SiDetectorElement::isEndcap
bool is_endcap = !(pixel_id.is_barrel(id) || pixel_id.is_dbm(id));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment