simple::Observables Class Reference
Simple collection of Observables. More...
#include <Observables.hh>
Inheritance diagram for simple::Observables:
Collaboration diagram for simple::Observables:
Public Member Functions | |
Observables (boca::Event const &event) | |
int | LeptonNumber () const |
int | JetNumber () const |
int | BottomNumber () const |
Momentum | ScalarHt () const |
Momentum | JetPt (unsigned number) const |
Momentum | LeptonPt (unsigned number) const |
Energy | MissingEt () const |
![]() | |
Identification () | |
virtual void | SetBdt (double bdt) |
void | SetBdt (double bdt_1, double bdt_2) |
virtual double | Bdt () const |
void | SetTag (boca::Tag tag) |
void | SetTag (boca::Tag tag_1, boca::Tag tag_2) |
boca::Tag | Tag () const |
bool | operator< (Identification const &identification) const |
largest bdt in front More... | |
Identification (Identification const &)=default | |
Identification (Identification &&)=default | |
Identification & | operator= (Identification const &)&=default |
Identification & | operator= (Identification &&)&=default |
Additional Inherited Members | |
![]() | |
static double | InitialValue () |
![]() | |
~Identification () | |
Detailed Description
Simple collection of Observables.
Constructor & Destructor Documentation
simple::Observables::Observables | ( | boca::Event const & | event | ) |
- Examples:
- simple/source/MainSimple.cpp.
Member Function Documentation
int simple::Observables::BottomNumber | ( | ) | const |
- Examples:
- simple/source/MainSimple.cpp.
int simple::Observables::JetNumber | ( | ) | const |
- Examples:
- simple/source/MainSimple.cpp.
Momentum simple::Observables::JetPt | ( | unsigned | number | ) | const |
- Examples:
- simple/source/MainSimple.cpp.
int simple::Observables::LeptonNumber | ( | ) | const |
- Examples:
- simple/source/MainSimple.cpp.
Momentum simple::Observables::LeptonPt | ( | unsigned | number | ) | const |
- Examples:
- simple/source/MainSimple.cpp.
Energy simple::Observables::MissingEt | ( | ) | const |
- Examples:
- simple/source/MainSimple.cpp.
Momentum simple::Observables::ScalarHt | ( | ) | const |
- Examples:
- simple/source/MainSimple.cpp.
The documentation for this class was generated from the following files:
- examples/simple/simple/Observables.hh
- examples/simple/source/Observables.cpp