Skip to content

Commit

Permalink
fix HI ETT mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Alex Barbieri committed Nov 18, 2015
1 parent d1b1114 commit 06da8c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ void l1t::Stage1Layer2EtSumAlgorithmImpHI::processEvent(const std::vector<l1t::C

//Region Correction will return uncorrected subregions if
//regionPUSType is set to None in the config
double jetLsb=params_->jetLsb();
//double jetLsb=params_->jetLsb();
double jetLsb = 0.5; // HI O2O does not set this, and it will never change.

int etSumEtaMinEt = params_->etSumEtaMin(0);
int etSumEtaMaxEt = params_->etSumEtaMax(0);
Expand Down

0 comments on commit 06da8c1

Please sign in to comment.