standardmodel::branch::Truth Class Reference
Truth tagger tree branch More...
#include <Truth.hh>
Inheritance diagram for standardmodel::branch::Truth:
Collaboration diagram for standardmodel::branch::Truth:
Public Member Functions | |
| Truth () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
| boca::Observables | Variables () |
| boca::Observables | Spectators () |
Public Member Functions inherited from boca::branch::Result | |
| Result () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
Public Member Functions inherited from boca::branch::Base | |
| Base () | |
| Base (Base const &)=default | |
| Base (Base &&)=default | |
| Base & | operator= (Base const &)&=default |
| Base & | operator= (Base &&)&=default |
Public Attributes | |
| float | top_pt |
| float | bottom_pt |
| float | w_pt |
| float | quark_1_pt |
| float | quark_2_pt |
| float | delta_r_top |
| float | delta_r_w |
| float | rho_top |
| float | rhow_w |
Public Attributes inherited from boca::branch::Result | |
| float | tag |
Additional Inherited Members | |
Static Public Member Functions inherited from boca::branch::Base | |
| static float | InitialValue () |
Protected Member Functions inherited from boca::branch::Base | |
| ~Base () | |
Detailed Description
Truth tagger tree branch
Constructor & Destructor Documentation
| standardmodel::branch::Truth::Truth | ( | ) |
Member Function Documentation
template<typename Multiplet >
|
inline |
|
virtual |
Reimplemented from boca::branch::Result.
|
virtual |
Reimplemented from boca::branch::Result.
Member Data Documentation
| float standardmodel::branch::Truth::bottom_pt |
| float standardmodel::branch::Truth::delta_r_top |
| float standardmodel::branch::Truth::delta_r_w |
| float standardmodel::branch::Truth::quark_1_pt |
| float standardmodel::branch::Truth::quark_2_pt |
| float standardmodel::branch::Truth::rho_top |
| float standardmodel::branch::Truth::rhow_w |
| float standardmodel::branch::Truth::top_pt |
| float standardmodel::branch::Truth::w_pt |
The documentation for this class was generated from the following files:

Public Member Functions inherited from