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 
16 
19  << "DetSetVector::inserv called with index already in collection;\n"
20  << "index value: " << iid;
21  }
22 
25  << "DetSetVector::operator[] called with index not in collection;\n"
26  << "index value: " << iid;
27  }
28 
29  }
30 }
unsigned int det_id_type
Definition: DetSetNew.h:10
void throw_range(det_id_type iid)
void errorIdExists(det_id_type iid)