CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
edmNew::dstvdetails Namespace Reference

Classes

struct  DetSetVectorTrans
 
struct  Pointer
 
struct  ToRM
 

Functions

void errorFilling ()
 
void errorIdExists (det_id_type iid)
 
void throw_range (det_id_type iid)
 

Function Documentation

void edmNew::dstvdetails::errorFilling ( )

Definition at line 6 of file DetSetVectorNew.cc.

References edm::hlt::Exception, and edm::errors::LogicError.

Referenced by edmNew::DetSetVector< T >::FastFiller::FastFiller().

6  {
7  throw edm::Exception(edm::errors::LogicError,"Instantiating a second DetSetVector::FastFiller")
8  << "only one DetSetVector::FastFiller can be active at a given time!";
9  }
void edmNew::dstvdetails::errorIdExists ( det_id_type  iid)

Definition at line 10 of file DetSetVectorNew.cc.

References edm::hlt::Exception, and edm::errors::InvalidReference.

Referenced by edmNew::DetSetVector< T >::addItem().

10  {
12  << "DetSetVector::inserv called with index already in collection;\n"
13  << "index value: " << iid;
14  }
void edmNew::dstvdetails::throw_range ( det_id_type  iid)

Definition at line 16 of file DetSetVectorNew.cc.

References edm::hlt::Exception, and edm::errors::InvalidReference.

Referenced by edmNew::DetSetVector< T >::operator[]().

16  {
18  << "DetSetVector::operator[] called with index not in collection;\n"
19  << "index value: " << iid;
20  }