Skip to content
Snippets Groups Projects
Commit 6e631d4d authored by Dan Guest's avatar Dan Guest
Browse files

Add override to decorate calls

parent 92441191
No related branches found
No related tags found
23 merge requests!76035Updated rel21 number,!63304adding missing electron iso WPs (Tight_VarRad, Loose_VarRad, TightTrackOnly_VarRad),!62053Merge branch 'sh_xrd_warning' into 'master',!61521fix maxPVrefit,!59663fixed a typo in HIGG8D1 format (followup of https://gitlab.cern.ch/atlas/athena/-/merge_requests/59575),!50754Return TruthTaus from truth matching tool in SUSY tools,!48850Added new HDBS derivation (HDBS3),!46643Draft:Adding MET Significance in AT,!46320Draft: Adding support for Leading3SignalJets strategy,!45689Bug fix: Use wrong vector to calculate largest bin number in findBin(),!45211Update in the FFJetSmearingTool,!44864Draft: WIP- MuonUncorrelateSystematics,!43718Modification of EXOT17.py for fractionally charged particle search,!40581Fix crash in egamma topocluster decorator,!37848Add TrigRingerRings to EGAM3, EGAM4 and EGAM9,!36766Truth class fallback max dr,!35816Add HardScatterParticles into the EXOT8 Derivation,!35273Fix JETM1: add back TruthEvents,!34244WIP: 21.2 topq1 add rc jets 2020 06 27,!34182Merge new MCTruthClassifier developments into master,!34164Use allMuons instead oc combinedOnly for BPHY15,!33109Add delta-R to nearest VR track jet decoration,!32978Add HbbTagTool, also a VR jet overlap decoration tool
......@@ -27,7 +27,7 @@ namespace FlavorTagDiscriminants {
StatusCode initialize() override;
// returns 0 for success
int decorate(const xAOD::JetContainer& jets) const;
int decorate(const xAOD::JetContainer& jets) const override;
private:
HbbTagProperties m_props;
std::unique_ptr<HbbTag> m_hbb;
......
......@@ -23,7 +23,7 @@ namespace FlavorTagDiscriminants {
StatusCode initialize() override;
// returns 0 for success
int decorate(const xAOD::JetContainer& jets) const;
int decorate(const xAOD::JetContainer& jets) const override;
private:
std::unique_ptr<VRJetOverlapDecorator> m_dec;
};
......
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