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

Public Member Functions inherited from