CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DetSetVectorNew.cc
Go to the documentation of this file.
3 
4 namespace edmNew {
5  namespace dstvdetails {
6  void errorFilling() {
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  }
12  << "DetSetVector::inserv called with index already in collection;\n"
13  << "index value: " << iid;
14  }
15 
18  << "DetSetVector::operator[] called with index not in collection;\n"
19  << "index value: " << iid;
20  }
21 
22  }
23 }
unsigned int det_id_type
Definition: DetSetNew.h:6
void throw_range(det_id_type iid)
void errorIdExists(det_id_type iid)