Skip to content

Commit

Permalink
extended existing HLT tau-jet correlation module
Browse files Browse the repository at this point in the history
  • Loading branch information
brallmond committed Mar 9, 2023
1 parent 0e463f6 commit 7274406
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RecoTauTag/HLTProducers/src/HLTPFDiJetCorrCheckerWithDiTau.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ void HLTPFDiJetCorrCheckerWithDiTau::produce(edm::StreamID iSId, edm::Event& iEv
continue;

correctComb = true;
break;
} else {
for (unsigned int iTau2 = iTau1 + 1; iTau2 < taus.size(); iTau2++) {
if (taus[iTau1]->pt() < extraTauPtCut_ && taus[iTau2]->pt() < extraTauPtCut_)
Expand Down Expand Up @@ -143,5 +142,5 @@ void HLTPFDiJetCorrCheckerWithDiTau::fillDescriptions(edm::ConfigurationDescript
//
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(HLTPFDiJetCorrCheckerWithDiTau);
using HLTDiPFJetPlusTausFilter = HLTPFDiJetCorrCheckerWithDiTau;
DEFINE_FWK_MODULE(HLTDiPFJetPlusTausFilter);
using HLTDiPFJetPlusTausCandidatePFJetProducer = HLTPFDiJetCorrCheckerWithDiTau;
DEFINE_FWK_MODULE(HLTDiPFJetPlusTausCandidatePFJetProducer);

0 comments on commit 7274406

Please sign in to comment.