CMS 3D CMS Logo

ESHandle.cc
Go to the documentation of this file.
4 
5 #include <exception>
6 
7 namespace edm {
8 
10  if (!description_) {
11  throw edm::Exception(edm::errors::InvalidReference, "NullPointer");
12  }
13  return description_;
14  }
15 } // namespace edm
edm::eventsetup::ComponentDescription const * description() const
Definition: ESHandle.cc:9
edm::eventsetup::ComponentDescription const * description_
Definition: ESHandle.h:71
HLT enums.