#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/ValueMap.h"
#include "FWCore/Framework/interface/Event.h"
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
template<typename ValueType , class HandleType > | |
void | writeValueMap (edm::Event &iEvent, const edm::Handle< HandleType > &handle, const std::vector< ValueType > &values, const std::string &label) |
void writeValueMap | ( | edm::Event & | iEvent, |
const edm::Handle< HandleType > & | handle, | ||
const std::vector< ValueType > & | values, | ||
const std::string & | label | ||
) |
Definition at line 13 of file Utils.h.
References objects.autophobj::filler, eostools::move(), and edm::Event::put().
Referenced by ElectronIDValueMapProducer::produce(), MVAValueMapProducer< ParticleType >::produce(), EcalBarrelClusterFastTimer::produce(), TrackTimeValueMapProducer::produce(), and PhotonIDValueMapProducer::produce().