CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventSignalsSentry.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_EventSignalsSentry_h
2 #define FWCore_Framework_EventSignalsSentry_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : EventSignalsSentry
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon, 12 May 2014 19:18:21 GMT
19 //
20 
21 // system include files
24 
25 // user include files
26 
27 // forward declarations
28 namespace edm {
30 
31  public:
33  ModuleCallingContext const * iContext) :
34  m_reg(iReg),
35  m_context(iContext)
36  { iReg->preModuleEventSignal_( *(iContext->getStreamContext()), *iContext);}
37 
40  }
41 
42  private:
43  // ---------- member data --------------------------------
46  };
47 }
48 
49 #endif
StreamContext const * getStreamContext() const
PostModuleEvent postModuleEventSignal_
ActivityRegistry * m_reg
EventSignalsSentry(ActivityRegistry *iReg, ModuleCallingContext const *iContext)
PreModuleEvent preModuleEventSignal_
ModuleCallingContext const * m_context