24 |
|
bdtiface(TString weightDir="", TString cutfile="", TString method="BDTG", TString varfile=""); |
25 |
|
void readBDTCuts(TString file); |
26 |
|
void getxmlvars(); // get list of variables declared in the xml files |
27 |
< |
void readbins(TString varfile); |
28 |
< |
void readvars(TString varfile); |
29 |
< |
void readlimits(TString varfile); |
27 |
> |
void readbins(); |
28 |
> |
void readvars(); |
29 |
> |
void readlimits(); |
30 |
> |
map<TString,Float_t> *get_bdt_vars(); |
31 |
|
TString getBinName(double pt, double eta, int isglobal=-1, int istracker=-1); |
32 |
|
double getBDTCut(double pt, double eta, TString tightness); |
33 |
|
double getBDTCut(TString binname, TString tightness); |