Skip to content
Snippets Groups Projects
Commit 4020f251 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'fix-hbb-tag' into 'master'

ATLASRECTS-5201: DL1 double -> float encore

See merge request !39327
parents b99bfeeb ff00aca8
No related branches found
No related tags found
No related merge requests found
...@@ -161,9 +161,9 @@ namespace { ...@@ -161,9 +161,9 @@ namespace {
return {hk::eta, j.eta()}; return {hk::eta, j.eta()};
}; };
} else { } else {
// for now we assume everything we read from b-tagging is a double, // for now we assume everything we read from b-tagging is a float,
// this is only true for DL1 scores. // this is only true for DL1 scores.
return BTagPairGetter<double>(key); return BTagPairGetter<float>(key);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment