Draft: add new HLT NN JVT, augmented with additional tracking information
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.
Merge request reports
Activity
Filter activity
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; @bdong , @tsulaia Is this deliberately mis-spelled, it appears to be giving problems since merging, e.g. !74080 (merged)
It was not intended. Thanks @tsulaia for fixing it!
Please register or sign in to reply