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, LuminosityBlockIndex id)
 
 LumiSourceSentry (LumiSourceSentry const &)=delete
 
LumiSourceSentryoperator= (LumiSourceSentry const &)=delete
 
 ~LumiSourceSentry ()
 

Private Attributes

LuminosityBlockIndex index_
 
InputSource const & source_
 

Detailed Description

Definition at line 261 of file InputSource.h.

Constructor & Destructor Documentation

edm::InputSource::LumiSourceSentry::LumiSourceSentry ( InputSource const &  source,
LuminosityBlockIndex  id 
)

Definition at line 453 of file InputSource.cc.

References edm::InputSource::actReg(), index_, and source_.

454  : source_(source), index_(index) {
455  source_.actReg()->preSourceLumiSignal_(index_);
456  }
static std::string const source("source")
std::shared_ptr< ActivityRegistry > actReg() const
Accessor for Activity Registry.
Definition: InputSource.h:236
edm::InputSource::LumiSourceSentry::~LumiSourceSentry ( )

Definition at line 458 of file InputSource.cc.

References edm::InputSource::actReg(), index_, and source_.

458 { source_.actReg()->postSourceLumiSignal_(index_); }
std::shared_ptr< ActivityRegistry > actReg() const
Accessor for Activity Registry.
Definition: InputSource.h:236
edm::InputSource::LumiSourceSentry::LumiSourceSentry ( LumiSourceSentry const &  )
delete

Member Function Documentation

LumiSourceSentry& edm::InputSource::LumiSourceSentry::operator= ( LumiSourceSentry const &  )
delete

Member Data Documentation

LuminosityBlockIndex edm::InputSource::LumiSourceSentry::index_
private

Definition at line 271 of file InputSource.h.

Referenced by LumiSourceSentry(), and ~LumiSourceSentry().

InputSource const& edm::InputSource::LumiSourceSentry::source_
private