CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
ESHandle.cc File Reference
#include "DataFormats/FWLite/interface/ESHandle.h"

Go to the source code of this file.

Namespaces

 fwlite
 

Functions

static void doNotDelete (cms::Exception *)
 
boost::shared_ptr< cms::Exceptionfwlite::eshandle_not_set_exception ()
 

Variables

static cms::Exception s_exc ("ESHandleUnset","The ESHandle is being accessed without ever being set by a Record")
 

Function Documentation

static void doNotDelete ( cms::Exception )
static

Definition at line 26 of file ESHandle.cc.

Referenced by fwlite::eshandle_not_set_exception().

26 {}

Variable Documentation

cms::Exception s_exc("ESHandleUnset","The ESHandle is being accessed without ever being set by a Record")
static