Skip to content

Commit 6648f85

Browse files
authored
Merge pull request #45409 from iarspider/patch-9
Explicitly initialize bTag
2 parents fe75334 + 7b92c1c commit 6648f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HLTriggerOffline/Higgs/plugins/MatchStruct.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ struct MatchStruct {
3434
pt(cand->pt()),
3535
eta(cand->eta()),
3636
phi(cand->phi()),
37+
bTag(0),
3738
thepointer(cand)
3839

3940
{}

0 commit comments

Comments
 (0)