Skip to content

Commit

Permalink
Merge pull request #19217 from afiqaize/egmQuadEtaFix_92x
Browse files Browse the repository at this point in the history
Fix filter logic error: redundant produce (92X)
  • Loading branch information
cmsbuild committed Jun 15, 2017
2 parents dac21e2 + 2bcc6d5 commit 0aa4df1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions HLTrigger/Egamma/src/HLTEgammaGenericQuadraticEtaFilter.cc
Expand Up @@ -89,9 +89,6 @@ HLTEgammaGenericQuadraticEtaFilter::HLTEgammaGenericQuadraticEtaFilter(const edm
throw cms::Exception("ImproperBinning") << "absEtaLowEdges entries should be in increasing order. \n";
}
}

//register your products
produces<trigger::TriggerFilterObjectWithRefs>();
}

void
Expand Down

0 comments on commit 0aa4df1

Please sign in to comment.