CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESHandle.cc
Go to the documentation of this file.
4 
5 #include <exception>
6 
7 namespace edm {
8 
9  eventsetup::ComponentDescription const*
11  if(!description_) {
12  throw edm::Exception(edm::errors::InvalidReference,"NullPointer");
13  }
14  return description_;
15  }
16 }
edm::eventsetup::ComponentDescription const * description() const
Definition: ESHandle.cc:10
edm::eventsetup::ComponentDescription const * description_
Definition: ESHandle.h:71