|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAURECTOOLS_HELPERFUNCTIONS_H
6 #define TAURECTOOLS_HELPERFUNCTIONS_H
17 #include "TLorentzVector.h"
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=
",");
61 #endif // TAURECTOOLS_HELPERFUNCTIONS_H
Class describing a tau jet.
ElementLink implementation for ROOT usage.
Class describing a Vertex.
4-vector of jet constituent at the scale used during jet finding.