5#ifndef TAURECTOOLS_HELPERFUNCTIONS_H
6#define TAURECTOOLS_HELPERFUNCTIONS_H
17#include "TLorentzVector.h"
51 bool sortTracks(
const ElementLink<xAOD::TauTrackContainer> &l1,
const ElementLink<xAOD::TauTrackContainer> &l2);
53 std::unique_ptr<MVAUtils::BDT>
configureMVABDT( std::map<TString, float*> &availableVars,
const TString& weightFile);
55 std::unique_ptr<MVAUtils::BDT>
configureMVABDT(std::vector<TString>& variableNames,
const TString& weightFile);
57 std::vector<TString>
parseString(
const TString&
str,
const TString& delim=
",");
Jet_v1 Jet
Definition of the current "jet version".
Vertex_v1 Vertex
Define the latest version of the vertex class.
TauJet_v3 TauJet
Definition of the current "tau version".