Giter Site home page Giter Site logo

thetwobbtagger's Introduction

2B^2 Tagger

Summary

A new approach to B-taging, which differs from convential tagging techniques such as the OS-tagger/SS-tagger (OppositeSide/SameSide) by starting off with just two track body (TB) vertex's. This approach also implements tools used in the analysis of Semileptonic decays of B Baryons, which includes the Isolation MVA technique which can be used to find as much of the decay chain of the B as possible. Another technique leveraged from the previous described analysis is the Line-of-Flight (LoF) technique which allowes the estimation of COM quantites of the tracks associated in the decay chain. Then using all the information available to us about the two track vertex and the extra tracks (ETs) added(including information obtained from the LoF technique), a tag (B or BBar) is predicted with a corresponding mistag probability.

thetwobbtagger's People

Watchers

Colm Sam avatar

thetwobbtagger's Issues

Try LSTM approach for tagging

This would be for the tagging (third) stage, where instead of treating the TBs independently when we feed them into the classifier, we instead group them by their event, and feed them into an LSTM recurrent neural net. So in this approach, the LSTM can handle events with varying number of TBs

Implement ML for the PID classifier within the LOF calculation

Currently, we take the max probability outputed by the NNs on the particle identification (PID), with additional logic that if muon NN being above some threshold we take particle to be a muon. I did try a ML approach using the probs as features but had worse performance

Dealing with TBs with no ETs

Currently, as a quick fix I just looked at the TBs which didnt have ETs and were causing problems, as there were only 3 of them I manually removed them by their id but will need to generalise this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.