CMS 3D CMS Logo

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 } // namespace edm
HLT enums.
bool isAvailable() const
Definition: Service.h:40