Skip to content

Commit

Permalink
Fix TP ET emulation for ieta=16
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheralanwest committed Jul 11, 2017
1 parent 0d534b8 commit 74720be
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
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 74720be

Please sign in to comment.