#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
Go to the source code of this file.
Classes | |
class | prodname |
Functions | |
DEFINE_FWK_MODULE (prodname) | |
Variables | |
example_myparticle example_myparticle typedef std::vector< reco::Particle > | MyParticleCollection |
DEFINE_FWK_MODULE | ( | prodname | ) |
example_myparticle example_myparticle typedef std::vector<reco::Particle> MyParticleCollection |
Definition at line 70 of file edproducer.cc.
Referenced by prodname::produce().