CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RootServiceChecker.cc
Go to the documentation of this file.
5 
6 namespace edm {
8  Service<RootHandlers> rootSvc;
9  if (!rootSvc.isAvailable()) {
11  "The 'InitRootHandlers' service was not specified.\n" <<
12  "This service must be used if PoolSource or PoolOutputModule is used.\n";
13  }
14  }
15 }
16 
bool isAvailable() const
Definition: Service.h:47