CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
ZombieKillerService.cc File Reference
#include <atomic>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <exception>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/ActivityRegistry.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"

Go to the source code of this file.

Classes

class  edm::ZombieKillerService
 

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 

Functions

 DEFINE_FWK_SERVICE (ZombieKillerService)
 
bool isProcessWideService (ZombieKillerService const *)
 

Function Documentation

DEFINE_FWK_SERVICE ( ZombieKillerService  )
bool isProcessWideService ( ZombieKillerService const *  )
inline

Definition at line 55 of file ZombieKillerService.cc.

55  {
56  return true;
57 }