MuonShowerInformationProducer::MuonShowerInformationProducer |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
inline |
Definition at line 21 of file MuonShowerInformationProducer.cc.
26 produces<edm::ValueMap<reco::MuonShower> >().setBranchAlias(
"muonShowerInformation");
T getParameter(std::string const &) const
virtual MuonShowerInformationProducer::~MuonShowerInformationProducer |
( |
| ) |
|
|
inlinevirtual |
Implements edm::EDProducer.
Definition at line 38 of file MuonShowerInformationProducer.cc.
References edm::helper::Filler< Map >::fill(), MuonShowerInformationFiller::fillShowerInformation(), edm::Event::getByLabel(), inputMuonCollection_, edm::helper::Filler< Map >::insert(), metsig::muon, patZpeak::muons, edm::Event::put(), and showerFiller_.
44 std::vector<reco::MuonShower> showerInfoValues;
45 showerInfoValues.reserve(muons->size());
47 for(reco::MuonCollection::const_iterator
muon = muons->begin();
57 fillerC.insert(muons, showerInfoValues.begin(), showerInfoValues.end());
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
edm::InputTag MuonShowerInformationProducer::inputMuonCollection_ |
|
private |
edm::InputTag MuonShowerInformationProducer::inputTrackCollection_ |
|
private |