tthh::branch::Global Class Reference
#include <Global.hh>
Inheritance diagram for tthh::branch::Global:
Collaboration diagram for tthh::branch::Global:
Public Member Functions | |
| Global () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
| boca::Observables | Variables () override |
| boca::Observables | Spectators () override |
Public Member Functions inherited from boca::branch::Bdt | |
| Bdt () | |
| template<typename Multiplet_ > | |
| void | Fill (Multiplet_ const &multiplet) |
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 | jet_number |
| float | bottom_number |
| float | missing_et |
| float | scalar_ht |
| float | jet_1_pt |
| float | jet_2_pt |
| float | jet_3_pt |
| float | jet_4_pt |
| float | photon_1_pt |
| float | photon_2_pt |
| float | photon12_mass |
Public Attributes inherited from boca::branch::Bdt | |
| float | bdt |
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 () | |
Constructor & Destructor Documentation
| tthh::branch::Global::Global | ( | ) |
Member Function Documentation
template<typename Multiplet >
|
inline |
|
overridevirtual |
Reimplemented from boca::branch::Bdt.
|
overridevirtual |
Reimplemented from boca::branch::Bdt.
Member Data Documentation
| float tthh::branch::Global::bottom_number |
| float tthh::branch::Global::jet_1_pt |
| float tthh::branch::Global::jet_2_pt |
| float tthh::branch::Global::jet_3_pt |
| float tthh::branch::Global::jet_4_pt |
| float tthh::branch::Global::jet_number |
| float tthh::branch::Global::missing_et |
| float tthh::branch::Global::photon12_mass |
| float tthh::branch::Global::photon_1_pt |
| float tthh::branch::Global::photon_2_pt |
| float tthh::branch::Global::scalar_ht |
The documentation for this class was generated from the following files:
- examples/tthh/tthh/branch/Global.hh
- examples/tthh/source/branch/Global.cpp

Public Member Functions inherited from