CMS 3D CMS Logo

edm::dsrvdetail Namespace Reference


Functions

void _throw_range (det_id_type i)


Function Documentation

void edm::dsrvdetail::_throw_range ( det_id_type  i  )  [inline]

Definition at line 60 of file DetSetRefVector.h.

References edm::errors::InvalidReference.

Referenced by edm::DetSetRefVector< T, C >::operator[]().

00061     {
00062       throw edm::Exception(errors::InvalidReference)
00063         << "DetSetRefVector::operator[] called with index not in collection;\n"
00064         << "index value: " << i;
00065     }


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