1 #include "skelsubsys/xxxEventHypothesis/interface/xxxEventHypothesisProducer.h"
9 public edm::EDProducer(iConfig)
25 produces<std::vector<xxxEventHypothesis> >(alias =
outputName_).setBranchAddress(alias);
71 for ( ...; ...; ... ) {
81 hyps.push_back( hyp );
86 std::auto_ptr<std::vector<xxxEventHypothesis> > ap_hyps( hyps );
T getParameter(std::string const &) const
virtual void produce(edm::Event &iEvent, const edm::EventSetup &iSetup)
edm::OutputTag outputName_
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
edm::InputTag electronSrc_
xxxEventHypothesisProducer(const edm::ParameterSet &iConfig)
~xxxEventHypothesisProducer()