CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::InputSource::LumiSourceSentry Class Reference

#include <InputSource.h>

Public Member Functions

 LumiSourceSentry (InputSource const &source)
 

Private Attributes

SourceSentry sentry_
 

Detailed Description

Definition at line 290 of file InputSource.h.

Constructor & Destructor Documentation

edm::InputSource::LumiSourceSentry::LumiSourceSentry ( InputSource const &  source)
explicit

Definition at line 564 of file InputSource.cc.

564  :
565  sentry_(source.actReg()->preSourceLumiSignal_, source.actReg()->postSourceLumiSignal_) {
566  }
static std::string const source("source")

Member Data Documentation

SourceSentry edm::InputSource::LumiSourceSentry::sentry_
private

Definition at line 294 of file InputSource.h.