#include <TMBBTagNN.hpp>
Inheritance diagram for TMBBTagNN:

Add NN algorithm output to common attributes.
Created: 9-Dec-2005 Andy Haas Modified: Chad Johnson
Definition at line 16 of file TMBBTagNN.hpp.
Public Member Functions | |
| TMBBTagNN () | |
| TMBBTagNN (const TMBBTagNN &btag) | |
| TMBBTagNN (const TMBBTag &btag, Float_t output, Float_t nsvt, Float_t svt_dcasig, Float_t svt_chi2ndof, Float_t svt_ptcorrmass, Float_t svt_ntracks, Float_t jlip_prob, Float_t csip_comb, Float_t neg_output, Float_t neg_nsvt, Float_t neg_svt_dcasig, Float_t neg_svt_chi2ndof, Float_t neg_svt_ptcorrmass, Float_t neg_svt_ntracks, Float_t neg_jlip_prob, Float_t neg_csip_comb) | |
| virtual | ~TMBBTagNN () |
| Float_t | output () const |
| Float_t | nsvt () const |
| Float_t | svt_dcasig () const |
| Float_t | svt_chi2ndof () const |
| Float_t | svt_ptcorrmass () const |
| Float_t | svt_ntracks () const |
| Float_t | jlip_prob () const |
| Float_t | csip_comb () const |
| Float_t | neg_output () const |
| Float_t | neg_nsvt () const |
| Float_t | neg_svt_dcasig () const |
| Float_t | neg_svt_chi2ndof () const |
| Float_t | neg_svt_ptcorrmass () const |
| Float_t | neg_svt_ntracks () const |
| Float_t | neg_jlip_prob () const |
| Float_t | neg_csip_comb () const |
| void | output (Float_t output) |
| void | neg_output (Float_t neg_output) |
Private Member Functions | |
| ClassDef (TMBBTagNN, 4) | |
Private Attributes | |
| Float_t | _output |
| Float_t | _nsvt |
| Float_t | _svt_dcasig |
| Float_t | _svt_chi2ndof |
| Float_t | _svt_ptcorrmass |
| Float_t | _svt_ntracks |
| Float_t | _jlip_prob |
| Float_t | _csip_comb |
| Float_t | _neg_output |
| Float_t | _neg_nsvt |
| Float_t | _neg_svt_dcasig |
| Float_t | _neg_svt_chi2ndof |
| Float_t | _neg_svt_ptcorrmass |
| Float_t | _neg_svt_ntracks |
| Float_t | _neg_jlip_prob |
| Float_t | _neg_csip_comb |
|
|
Definition at line 13 of file TMBBTagNN.cpp. |
|
|
Definition at line 35 of file TMBBTagNN.cpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 60 of file TMBBTagNN.cpp. |
|
|
Definition at line 92 of file TMBBTagNN.cpp. |
|
||||||||||||
|
|
|
|
Definition at line 43 of file TMBBTagNN.hpp. References _csip_comb. |
|
|
Definition at line 42 of file TMBBTagNN.hpp. References _jlip_prob. |
|
|
Definition at line 52 of file TMBBTagNN.hpp. References _neg_csip_comb. |
|
|
Definition at line 51 of file TMBBTagNN.hpp. References _neg_jlip_prob. |
|
|
Definition at line 46 of file TMBBTagNN.hpp. References _neg_nsvt. |
|
|
Definition at line 57 of file TMBBTagNN.hpp. References _neg_output. |
|
|
Definition at line 45 of file TMBBTagNN.hpp. References _neg_output. |
|
|
Definition at line 48 of file TMBBTagNN.hpp. References _neg_svt_chi2ndof. |
|
|
Definition at line 47 of file TMBBTagNN.hpp. References _neg_svt_dcasig. |
|
|
Definition at line 50 of file TMBBTagNN.hpp. References _neg_svt_ntracks. |
|
|
Definition at line 49 of file TMBBTagNN.hpp. References _neg_svt_ptcorrmass. |
|
|
Definition at line 37 of file TMBBTagNN.hpp. References _nsvt. |
|
|
Definition at line 56 of file TMBBTagNN.hpp. References _output. |
|
|
Definition at line 36 of file TMBBTagNN.hpp. References _output. |
|
|
Definition at line 39 of file TMBBTagNN.hpp. References _svt_chi2ndof. |
|
|
Definition at line 38 of file TMBBTagNN.hpp. References _svt_dcasig. |
|
|
Definition at line 41 of file TMBBTagNN.hpp. References _svt_ntracks. |
|
|
Definition at line 40 of file TMBBTagNN.hpp. References _svt_ptcorrmass. |
|
|
Definition at line 68 of file TMBBTagNN.hpp. Referenced by csip_comb(). |
|
|
Definition at line 67 of file TMBBTagNN.hpp. Referenced by jlip_prob(). |
|
|
Definition at line 77 of file TMBBTagNN.hpp. Referenced by neg_csip_comb(). |
|
|
Definition at line 76 of file TMBBTagNN.hpp. Referenced by neg_jlip_prob(). |
|
|
Definition at line 71 of file TMBBTagNN.hpp. Referenced by neg_nsvt(). |
|
|
Definition at line 70 of file TMBBTagNN.hpp. Referenced by neg_output(). |
|
|
Definition at line 73 of file TMBBTagNN.hpp. Referenced by neg_svt_chi2ndof(). |
|
|
Definition at line 72 of file TMBBTagNN.hpp. Referenced by neg_svt_dcasig(). |
|
|
Definition at line 75 of file TMBBTagNN.hpp. Referenced by neg_svt_ntracks(). |
|
|
Definition at line 74 of file TMBBTagNN.hpp. Referenced by neg_svt_ptcorrmass(). |
|
|
Definition at line 62 of file TMBBTagNN.hpp. Referenced by nsvt(). |
|
|
Definition at line 61 of file TMBBTagNN.hpp. Referenced by output(). |
|
|
Definition at line 64 of file TMBBTagNN.hpp. Referenced by svt_chi2ndof(). |
|
|
Definition at line 63 of file TMBBTagNN.hpp. Referenced by svt_dcasig(). |
|
|
Definition at line 66 of file TMBBTagNN.hpp. Referenced by svt_ntracks(). |
|
|
Definition at line 65 of file TMBBTagNN.hpp. Referenced by svt_ptcorrmass(). |
1.3.4