Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor committed Sep 17, 2014
1 parent 2389133 commit 22de58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondFormats/HcalObjects/interface/OOTPileupCorrDataFcn.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class OOTPileupCorrDataFcn
ts[tsTrig] -= (ts321 + ts21); // ts[4] after pu correction

// ts5 estimation from ts4
ts[tsTrig+1] = a_1_(ts[tsTrig]);
ts[tsTrig+1] = a1_(ts[tsTrig]);
}

private:
Expand Down

0 comments on commit 22de58f

Please sign in to comment.