CMS 3D CMS Logo

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

#include <InputSource.h>

Public Member Functions

 RunSourceSentry (InputSource const &source)
 

Private Attributes

SourceSentry sentry_
 

Detailed Description

Definition at line 292 of file InputSource.h.

Constructor & Destructor Documentation

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

Definition at line 538 of file InputSource.cc.

538  :
539  sentry_(source.actReg()->preSourceRunSignal_, source.actReg()->postSourceRunSignal_) {
540  }
static std::string const source("source")

Member Data Documentation

SourceSentry edm::InputSource::RunSourceSentry::sentry_
private

Definition at line 296 of file InputSource.h.