CMS 3D CMS Logo

Classes | Functions
edmNew::dstvdetails Namespace Reference

Classes

struct  DetSetVectorTrans
 
struct  Pointer
 
struct  ToRM
 

Functions

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

Function Documentation

void edmNew::dstvdetails::errorFilling ( )

Definition at line 6 of file DetSetVectorNew.cc.

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

Referenced by edmNew::dstvdetails::DetSetVectorTrans::ready().

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 17 of file DetSetVectorNew.cc.

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

Referenced by edmNew::DetSetVector< edm::Ref< edmNew::DetSetVector< SiStripCluster >, SiStripCluster, edmNew::DetSetVector< SiStripCluster >::FindForDetSetVector > >::addItem().

17  {
19  << "DetSetVector::inserv called with index already in collection;\n"
20  << "index value: " << iid;
21  }
void edmNew::dstvdetails::notSafe ( )

Definition at line 11 of file DetSetVectorNew.cc.

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

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

11  {
12  throw edm::Exception(edm::errors::LogicError,"Instantiating a DetSetVector::FastFiller for OnDemand")
13  << "use DetSetVector::TSFastFiller";
14  }
void edmNew::dstvdetails::throw_range ( det_id_type  iid)

Definition at line 23 of file DetSetVectorNew.cc.

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

Referenced by edmNew::DetSetVector< edm::Ref< edmNew::DetSetVector< SiStripCluster >, SiStripCluster, edmNew::DetSetVector< SiStripCluster >::FindForDetSetVector > >::operator[]().

23  {
25  << "DetSetVector::operator[] called with index not in collection;\n"
26  << "index value: " << iid;
27  }
void edmNew::dstvdetails::throwCapacityExausted ( )
inline