CMS 3D CMS Logo

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

#include "FWCore/Utilities/interface/EDPutToken.h"

Detailed Description

Description: A Token used to put data into the EDM

Usage: A EDPutToken is created by calls to 'produces'from an EDProducer or EDFilter. The EDPutToken can then be used to quickly put data into the edm::Event, edm::LuminosityBlock or edm::Run.

The templated form, EDPutTokenT<T>, is the same as EDPutToken except when used to get data the framework will skip checking that the type being requested matches the type specified during the 'produces'' call.