CMS 3D CMS Logo

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  }
10 
11  void notSafe() {
12  throw edm::Exception(edm::errors::LogicError, "Instantiating a DetSetVector::FastFiller for OnDemand")
13  << "use DetSetVector::TSFastFiller";
14  }
15 
18  << "DetSetVector::inserv called with index already in collection;\n"
19  << "index value: " << iid;
20  }
21 
24  << "DetSetVector::operator[] called with index not in collection;\n"
25  << "index value: " << iid;
26  }
27 
28  } // namespace dstvdetails
29 } // namespace edmNew
unsigned int det_id_type
Definition: DetSetNew.h:10
void throw_range(det_id_type iid)
void errorIdExists(det_id_type iid)