toppartner::TruthVariables Class Reference
Variables for truth level analyses. More...
#include <TruthVariables.hh>
Inheritance diagram for toppartner::TruthVariables:
Collaboration diagram for toppartner::TruthVariables:
Public Member Functions | |
| Momentum | LeptonPt (unsigned number) const |
| Momentum | TopPt (unsigned number) const |
| int | BosonNumber () const |
| int | HardBosonNumber () const |
| int | DetectableBosonNumber () const |
| Momentum | HardBosonPt () const |
| Momentum | SoftBosonPt () const |
| Angle | BosonDeltaRMin () const |
| void | SetLeptons (std::vector< Particle > const &leptons) |
| void | SetBosons (std::vector< Particle > const &bosons) |
| void | SetTops (std::vector< Particle > const &tops) |
| void | SetDetectable (std::vector< Particle > const &jets) |
| Energy | MissingEt () const |
| Momentum | ScalarHt () const |
| void | SetMissingEt (boca::MissingEt const &missing_et) |
| void | SetScalarHt (Momentum const &scalar_ht) |
| void | SetJets (std::vector< boca::Jet > const &jets) |
| Momentum | JetPt (unsigned number) 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
Variables for truth level analyses.
Member Function Documentation
| Angle toppartner::TruthVariables::BosonDeltaRMin | ( | ) | const |
| int toppartner::TruthVariables::BosonNumber | ( | ) | const |
| int toppartner::TruthVariables::DetectableBosonNumber | ( | ) | const |
| int toppartner::TruthVariables::HardBosonNumber | ( | ) | const |
| Momentum toppartner::TruthVariables::HardBosonPt | ( | ) | const |
| Momentum toppartner::TruthVariables::JetPt | ( | unsigned | number | ) | const |
| Momentum toppartner::TruthVariables::LeptonPt | ( | unsigned | number | ) | const |
| Energy toppartner::TruthVariables::MissingEt | ( | ) | const |
| Momentum toppartner::TruthVariables::ScalarHt | ( | ) | const |
| void toppartner::TruthVariables::SetBosons | ( | std::vector< Particle > const & | bosons | ) |
| void toppartner::TruthVariables::SetDetectable | ( | std::vector< Particle > const & | jets | ) |
| void toppartner::TruthVariables::SetJets | ( | std::vector< boca::Jet > const & | jets | ) |
| void toppartner::TruthVariables::SetLeptons | ( | std::vector< Particle > const & | leptons | ) |
| void toppartner::TruthVariables::SetMissingEt | ( | boca::MissingEt const & | missing_et | ) |
| void toppartner::TruthVariables::SetScalarHt | ( | Momentum const & | scalar_ht | ) |
| void toppartner::TruthVariables::SetTops | ( | std::vector< Particle > const & | tops | ) |
| Momentum toppartner::TruthVariables::SoftBosonPt | ( | ) | const |
| Momentum toppartner::TruthVariables::TopPt | ( | unsigned | number | ) | const |
The documentation for this class was generated from the following files:
- examples/toppartner/toppartner/multiplets/TruthVariables.hh
- examples/toppartner/source/TruthVariables.cpp

Public Member Functions inherited from