#include "FWCore/Utilities/interface/EDPutToken.h"
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.