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 |
Public Member Functions inherited from boca::Identification | |
| 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 Public Member Functions inherited from boca::Identification | |
| static double | InitialValue () |
Protected Member Functions inherited from boca::Identification | |
| ~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

Public Member Functions inherited from