ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/bdtiface.h
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/interface/bdtiface.h (file contents):
Revision 1.4 by dkralph, Sun May 6 14:56:25 2012 UTC vs.
Revision 1.5 by dkralph, Thu May 31 12:09:59 2012 UTC

# Line 24 | Line 24 | public:
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines