Functions | |
void | _throw_range (det_id_type i) |
void edm::dslvdetail::_throw_range | ( | det_id_type | i | ) | [inline] |
Definition at line 56 of file DetSetLazyVector.h.
References edm::errors::InvalidReference.
Referenced by edm::DetSetLazyVector< T >::operator[]().
00057 { 00058 throw edm::Exception(errors::InvalidReference) 00059 << "DetSetLazyVector::operator[] called with index not in collection;\n" 00060 << "index value: " << i; 00061 }