We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe68aa commit 83e3817Copy full SHA for 83e3817
RecoBTag/FeatureTools/src/SeedingTracksConverter.cc
@@ -213,7 +213,7 @@ namespace btagbtvdeep {
213
if (sortedSeedsMap.size() < 10) {
214
for (unsigned int i = sortedSeedsMap.size(); i < 10; i++) {
215
std::vector<btagbtvdeep::TrackPairFeatures> tp_features_zeropad(20);
216
- btagbtvdeep::SeedingTrackFeatures seed_features_zeropad;
+ btagbtvdeep::SeedingTrackFeatures seed_features_zeropad{};
217
seed_features_zeropad.nearTracks = tp_features_zeropad;
218
seedingT_features_vector.push_back(seed_features_zeropad);
219
}
0 commit comments