Skip to content

Commit

Permalink
Merge pull request #19679 from christopheralanwest/fix_hcal_tp_ieta16
Browse files Browse the repository at this point in the history
Fix TP ET emulation for ieta=16
  • Loading branch information
cmsbuild committed Jul 12, 2017
2 parents a9f5ea0 + 74720be commit 3ad8a88
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -736,8 +736,6 @@ HcalTriggerPrimitiveAlgo::validUpgradeFG(const HcalTrigTowerDetId& id, int depth
return false;
if (id.ietaAbs() > LAST_FINEGRAIN_TOWER)
return false;
if (id.ietaAbs() == HBHE_OVERLAP_TOWER and not upgrade_hb_)
return false;
return true;
}

Expand Down

0 comments on commit 3ad8a88

Please sign in to comment.