CMS 3D CMS Logo

edm::dslvdetail Namespace Reference


Functions

void _throw_range (det_id_type i)


Function Documentation

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   }


Generated on Tue Jun 9 18:45:03 2009 for CMSSW by  doxygen 1.5.4