Skip to content

Commit

Permalink
a fix on conding style
Browse files Browse the repository at this point in the history
  • Loading branch information
hsert committed Feb 4, 2024
1 parent 28cf1b8 commit 65fa239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoTauTag/RecoTau/interface/DeepTauIdBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -1298,8 +1298,8 @@ class DeepTauIdBase : public Producer {
if (sub_version_ == 1)
get(dnn::footprintCorrection) =
sp.scale(tau_funcs.getFootprintCorrectiondR03(tau, tau_ref), tauInputs_indices_[dnn::footprintCorrection]);
else if (sub_version_ == 5){
if(is_online_)
else if (sub_version_ == 5) {
if (is_online_)
get(dnn::footprintCorrection) =
sp.scale(tau_funcs.getFootprintCorrectiondR03(tau, tau_ref), tauInputs_indices_[dnn::footprintCorrection]);
else
Expand Down

0 comments on commit 65fa239

Please sign in to comment.