CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
edm::InputSource::EventSourceSentry Class Reference

#include <InputSource.h>

Public Member Functions

 EventSourceSentry (InputSource const &source)
 

Private Attributes

SourceSentry sentry_
 

Detailed Description

Definition at line 260 of file InputSource.h.

Constructor & Destructor Documentation

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

Definition at line 601 of file InputSource.cc.

601  :
602  sentry_(source.actReg()->preSourceSignal_, source.actReg()->postSourceSignal_) {
603  }

Member Data Documentation

SourceSentry edm::InputSource::EventSourceSentry::sentry_
private

Definition at line 264 of file InputSource.h.