Skip to content

Commit 2b0a5bc

Browse files
committed
fixing bug
1 parent cee318d commit 2b0a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ struct JetHadronRecoil {
703703
double dRp = getWTAaxisDifference(jetTag, particles);
704704

705705
if (jetTag.has_matchedJetGeo()) {
706-
for (const auto& jetBase : jetTag.template matchedJetGeo_as<std::decay_t<U>>()) {
706+
for (const auto& jetBase : jetTag.template matchedJetGeo_as<std::decay_t<T>>()) {
707707
if (jetBase.pt() > pTHatMaxMCD * pTHat) {
708708
if (outlierRejectEvent) {
709709
return;

0 commit comments

Comments
 (0)