#include <AlBjet.h>
Inheritance diagram for AlBjet:
Public Methods | |
AlBjet () | |
default costructor. More... | |
AlBjet (const AlBjet &oldAj) | |
copy constructor. More... | |
AlBjet (const AlJet &ojet, float proba=0) | |
conversion constructor. More... | |
void | setBprobability (float) |
set the B probability. More... | |
float | getBprobability () const |
get the B probability. More... | |
Private Attributes | |
float | Bproba |
the B probability. More... |
Definition at line 17 of file AlBjet.h.
|
default costructor.
Definition at line 14 of file AlBjet.cpp. |
|
copy constructor.
Definition at line 19 of file AlBjet.cpp. |
|
conversion constructor.
Definition at line 24 of file AlBjet.cpp. |
|
get the B probability.
Definition at line 32 of file AlBjet.cpp. |
|
set the B probability.
Definition at line 29 of file AlBjet.cpp. Referenced by AlToolBox::TagBjets().
|
|
the B probability.
|