Skip to content
Snippets Groups Projects

Draft: add new HLT NN JVT, augmented with additional tracking information

Closed Danielle Joan Wilson-Edwards requested to merge dwilson/athena:dwe-trk-aug-nnjvt into 24.0

adding an augmented version of the NNJVT tagger (TrkAugNNJvt) by adding extra tracking information, including the number of tracks, track width, and an extended RpT calculation for an additional vertex. The per-vertex information is reordered based on descending SumTrkPt. A switch has also been added to toggle between this augmented version and the standard legacy NNJVT implementation.

tagging @khoo @pakontax @cmorenom @jlsmith

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
14 14
15 15 public:
16 16 virtual int accept( const xAOD::Jet& jet ) const = 0;
17 // the following funciton is only for Xbb calibration team, for physics analyses, please use the one above.
18 virtual int accetp(double pt, double eta, double mass, double tagger_discriminant) const = 0;
  • Please register or sign in to reply
    Loading