CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESOutlet Class Reference

#include <FWCore/Framework/interface/ESOutlet.h>

Detailed Description

Description: An outlet which gets its data from the EventSetup and passes it to an edm::ExtensionCord

Usage: If you have a framework module (e.g. an EDProducer) which internally holds objects and these objects need access to data in the EventSetup then you can use the edm::ESOutlet and an edm::ExtensionCord to pass the EventSetup data from the EDProducer to the object which needs the data.