file ColliderBit/mt2w.h

[No description available]

Functions

Name
doublecalculateMT2wHepUtils(vector< HEPUtils::P4 > & jets, vector< bool > & btag, HEPUtils::P4 & lep, float met, float metphi)
doublemt2wWrapperHepUtils(HEPUtils::P4 & lep, HEPUtils::P4 & jet_o, HEPUtils::P4 & jet_b, float met, float metphi)

Functions Documentation

function calculateMT2wHepUtils

double calculateMT2wHepUtils(
    vector< HEPUtils::P4 > & jets,
    vector< bool > & btag,
    HEPUtils::P4 & lep,
    float met,
    float metphi
)

function mt2wWrapperHepUtils

double mt2wWrapperHepUtils(
    HEPUtils::P4 & lep,
    HEPUtils::P4 & jet_o,
    HEPUtils::P4 & jet_b,
    float met,
    float metphi
)

Source code

#include "mt2w_bisect.h"
#include <vector>
#include "HEPUtils/MathUtils.h"
#include "HEPUtils/Event.h"
using namespace std;


double calculateMT2wHepUtils(vector<HEPUtils::P4>& jets, vector<bool>& btag, HEPUtils::P4& lep, float met, float metphi);

double mt2wWrapperHepUtils(HEPUtils::P4& lep, HEPUtils::P4& jet_o, HEPUtils::P4& jet_b, float met, float metphi);

Updated on 2023-06-26 at 21:36:56 +0000