heavyhiggs::branch::EventCharged Class Reference
Higgs cpv tagger root tree structure. More...
#include <EventCharged.hh>
Inheritance diagram for heavyhiggs::branch::EventCharged:
Collaboration diagram for heavyhiggs::branch::EventCharged:
Public Member Functions | |
| EventCharged () | |
| 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 |
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::EventCharged::EventCharged | ( | ) |
Member Function Documentation
template<typename Multiplet >
|
inline |
|
virtual |
Reimplemented from boca::branch::Event.
Member Data Documentation
| float heavyhiggs::branch::EventCharged::HiggsBdt |
| float heavyhiggs::branch::EventCharged::HiggsMass |
| float heavyhiggs::branch::EventCharged::PairRap |
| float heavyhiggs::branch::EventCharged::SignatureBdt |
The documentation for this class was generated from the following files:
- examples/heavyhiggs/heavyhiggs/branch/EventCharged.hh
- examples/heavyhiggs/source/branch/EventCharged.cpp

Public Member Functions inherited from