heavyhiggs::branch::EventNeutral Class Reference
Higgs cpv tagger root tree structure. More...
#include <EventNeutral.hh>
Inheritance diagram for heavyhiggs::branch::EventNeutral:
Collaboration diagram for heavyhiggs::branch::EventNeutral:
Public Member Functions | |
| EventNeutral () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &event) |
| Observables | Variables () |
Public Member Functions inherited from boca::branch::Event | |
| Event () | |
| template<typename Multiplet > | |
| void | Fill (Multiplet const &multiplet) |
| Observables | Spectators () |
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 | HiggsMass |
| float | PairRap |
| float | HiggsBdt |
| float | SignatureBdt |
| float | HardTopPt |
| float | SoftTopPt |
Public Attributes inherited from boca::branch::Event | |
| float | signature_bdt |
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
Higgs cpv tagger root tree structure.
Constructor & Destructor Documentation
| heavyhiggs::branch::EventNeutral::EventNeutral | ( | ) |
Member Function Documentation
template<typename Multiplet >
|
inline |
|
virtual |
Reimplemented from boca::branch::Event.
Member Data Documentation
| float heavyhiggs::branch::EventNeutral::HardTopPt |
| float heavyhiggs::branch::EventNeutral::HiggsBdt |
| float heavyhiggs::branch::EventNeutral::HiggsMass |
| float heavyhiggs::branch::EventNeutral::PairRap |
| float heavyhiggs::branch::EventNeutral::SignatureBdt |
| float heavyhiggs::branch::EventNeutral::SoftTopPt |
The documentation for this class was generated from the following files:
- examples/heavyhiggs/heavyhiggs/branch/EventNeutral.hh
- examples/heavyhiggs/source/branch/EventNeutral.cpp

Public Member Functions inherited from