Skip to content

Commit

Permalink
bug fix, now correctly getting taus
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Jun 16, 2016
1 parent 93cfc35 commit 21a67bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Egamma/src/HLTEgammaL1TMatchFilterRegional.cc
Expand Up @@ -118,7 +118,7 @@ HLTEgammaL1TMatchFilterRegional::hltFilter(edm::Event& iEvent, const edm::EventS
L1SeedOutput->getObjects(TriggerL1Jet, l1Jets);

std::vector<l1t::TauRef> l1Taus;
L1SeedOutput->getObjects(TriggerL1Jet, l1Taus);
L1SeedOutput->getObjects(TriggerL1Tau, l1Taus);

int countCand=0;
for (reco::RecoEcalCandidateCollection::const_iterator recoecalcand= recoIsolecalcands->begin(); recoecalcand!=recoIsolecalcands->end(); recoecalcand++) {
Expand Down

0 comments on commit 21a67bd

Please sign in to comment.