Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HCAL TP: Address outstanding comment from #17171 #17226

Merged
merged 1 commit into from Jan 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -270,9 +270,6 @@ void HcalTriggerPrimitiveAlgo::run(const HcalTPGCoder* incoder,
analyze(item.second, result.back());
} else if (fgUpgradeMap_.find(item.first) != fgUpgradeMap_.end()) {
analyze2017(item.second, result.back(), fg_algo);
} else {
// Tower 16 may show up here if HE is upgraded, but HB is not
// present
}
}
}
Expand Down