Skip to content
Snippets Groups Projects

ATLASRECTS-5201: DL1 double -> float encore

Merged Dan Guest requested to merge dguest/athena:fix-hbb-tag into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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);
}
}
}
}
Loading