Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wozniewski committed Feb 5, 2021
1 parent 6ec8f51 commit 541726e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RecoTauTag/RecoTau/plugins/DeepTauId.cc
Expand Up @@ -2035,9 +2035,9 @@ class DeepTauId : public deep_tau::DeepTauBase {
get(dnn::pfCand_gamma_fromPV) = getValueLinear<int>(candFunc::getFromPV(gamma_cand), 0, 3, true);
get(dnn::pfCand_gamma_puppiWeight) = is_inner ? getValue(candFunc::getPuppiWeight(gamma_cand, 0.9084110f))
: getValue(candFunc::getPuppiWeight(gamma_cand, 0.4211567f));
get(dnn::pfCand_gamma_puppiWeightNoLep) =
is_inner ? getValue(candFunc::getPuppiWeightNoLep(gamma_cand, 0.8857716f))
: getValue(candFunc::getPuppiWeightNoLep(gamma_cand, 0.3822604f));
get(dnn::pfCand_gamma_puppiWeightNoLep) = is_inner
? getValue(candFunc::getPuppiWeightNoLep(gamma_cand, 0.8857716f))
: getValue(candFunc::getPuppiWeightNoLep(gamma_cand, 0.3822604f));
get(dnn::pfCand_gamma_lostInnerHits) = getValue<int>(candFunc::getLostInnerHits(gamma_cand, 0));
get(dnn::pfCand_gamma_numberOfPixelHits) =
getValueLinear(candFunc::getNumberOfPixelHits(gamma_cand, 0), 0, 7, true);
Expand Down

0 comments on commit 541726e

Please sign in to comment.