boca::branch::ThreeBody Class Reference
Three body tree branch. More...
#include <ThreeBody.hh>
Inheritance diagram for boca::branch::ThreeBody:
Collaboration diagram for boca::branch::ThreeBody:
Public Member Functions | |
| ThreeBody () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
| Observables | Variables () |
| Observables | Spectators () |
Public Member Functions inherited from boca::branch::Particle | |
| Particle () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
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 | ht |
| float | bdt_1 |
| float | bdt_2 |
| float | bdt_3 |
| float | mass_12 |
| float | mass_23 |
| float | mass_13 |
| float | pt_12 |
| float | pt_23 |
| float | pt_13 |
| float | delta_pt_12 |
| float | delta_pt_23 |
| float | delta_pt_13 |
| float | ht_12 |
| float | ht_23 |
| float | ht_13 |
| float | rho_12 |
| float | rho_23 |
| float | rho_13 |
| float | delta_rap_12 |
| float | delta_rap_23 |
| float | delta_rap_13 |
| float | delta_phi_12 |
| float | delta_phi_23 |
| float | delta_phi_13 |
| float | delta_r_12 |
| float | delta_r_23 |
| float | delta_r_13 |
| float | delta_m_12 |
| float | delta_m_23 |
| float | delta_m_13 |
| float | delta_ht_12 |
| float | delta_ht_23 |
| float | delta_ht_13 |
| float | pull_12 |
| float | pull_21 |
| float | pull_23 |
| float | pull_13 |
| float | pull_32 |
| float | pull_31 |
| float | dipolarity_23 |
| float | dipolarity_13 |
| float | sphericity |
| float | aplanarity |
Public Attributes inherited from boca::branch::Particle | |
| float | mass |
| float | pt |
| float | rap |
| float | phi |
| float | charge |
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 () | |
Detailed Description
Three body tree branch.
Constructor & Destructor Documentation
| boca::branch::ThreeBody::ThreeBody | ( | ) |
Member Function Documentation
template<typename Multiplet >
|
inline |
|
virtual |
Reimplemented from boca::branch::Particle.
Reimplemented in toppartner::branch::SignatureSingleHadronicBranch, toppartner::branch::Complete, and toppartner::branch::SignatureEffectiveBranch.
|
virtual |
Reimplemented from boca::branch::Particle.
Reimplemented in higgscpv::branch::SignatureT, toppartner::branch::SignatureSingleHadronicBranch, toppartner::branch::Complete, toppartner::branch::SignatureSingle, tthh::branch::Signature, higgscpv::branch::SignatureLeptonT, and toppartner::branch::SignatureEffectiveBranch.
Member Data Documentation
| float boca::branch::ThreeBody::aplanarity |
| float boca::branch::ThreeBody::bdt_1 |
| float boca::branch::ThreeBody::bdt_2 |
| float boca::branch::ThreeBody::bdt_3 |
| float boca::branch::ThreeBody::delta_ht_12 |
| float boca::branch::ThreeBody::delta_ht_13 |
| float boca::branch::ThreeBody::delta_ht_23 |
| float boca::branch::ThreeBody::delta_m_12 |
| float boca::branch::ThreeBody::delta_m_13 |
| float boca::branch::ThreeBody::delta_m_23 |
| float boca::branch::ThreeBody::delta_phi_12 |
| float boca::branch::ThreeBody::delta_phi_13 |
| float boca::branch::ThreeBody::delta_phi_23 |
| float boca::branch::ThreeBody::delta_pt_12 |
| float boca::branch::ThreeBody::delta_pt_13 |
| float boca::branch::ThreeBody::delta_pt_23 |
| float boca::branch::ThreeBody::delta_r_12 |
| float boca::branch::ThreeBody::delta_r_13 |
| float boca::branch::ThreeBody::delta_r_23 |
| float boca::branch::ThreeBody::delta_rap_12 |
| float boca::branch::ThreeBody::delta_rap_13 |
| float boca::branch::ThreeBody::delta_rap_23 |
| float boca::branch::ThreeBody::dipolarity_13 |
| float boca::branch::ThreeBody::dipolarity_23 |
| float boca::branch::ThreeBody::ht |
| float boca::branch::ThreeBody::ht_12 |
| float boca::branch::ThreeBody::ht_13 |
| float boca::branch::ThreeBody::ht_23 |
| float boca::branch::ThreeBody::mass_12 |
| float boca::branch::ThreeBody::mass_13 |
| float boca::branch::ThreeBody::mass_23 |
| float boca::branch::ThreeBody::pt_12 |
| float boca::branch::ThreeBody::pt_13 |
| float boca::branch::ThreeBody::pt_23 |
| float boca::branch::ThreeBody::pull_12 |
| float boca::branch::ThreeBody::pull_13 |
| float boca::branch::ThreeBody::pull_21 |
| float boca::branch::ThreeBody::pull_23 |
| float boca::branch::ThreeBody::pull_31 |
| float boca::branch::ThreeBody::pull_32 |
| float boca::branch::ThreeBody::rho_12 |
| float boca::branch::ThreeBody::rho_13 |
| float boca::branch::ThreeBody::rho_23 |
| float boca::branch::ThreeBody::sphericity |
The documentation for this class was generated from the following files:
- boca/branch/ThreeBody.hh
- source/branch/ThreeBody.cpp

Public Member Functions inherited from