boca::CutVariables Class Reference
variables for cut based analysis More...
#include <CutVariables.hh>
Inheritance diagram for boca::CutVariables:
Collaboration diagram for boca::CutVariables:
Public Member Functions | |
| void | SetJetNumber (int jet_number) |
| void | SetBottomNumber (int bottom_number) |
| void | SetInvariantMass (boca::Mass const &invariant_mass) |
| void | SetHt (const boca::Energy &ht) |
| void | SetEtMiss (const boca::Energy &et_miss) |
| void | SetBottomMinPt (Momentum const &bottom_min_pt) |
| void | SetBottomMaxRap (Angle const &bottom_max_rap) |
| void | SetLeptonPts (const std::vector< boca::Lepton > &leptons) |
| int | JetNumber () const |
| int | BottomNumber () const |
| int | Charge () const |
| double | BottomBdt () const |
| Angle | DeltaR () const |
| Mass | InvariantMass () const |
| Momentum | LeptonPt (unsigned number) const |
| Momentum | BottomMinPt () const |
| Angle | BottomMaxRap () const |
| Momentum | Ht () const |
| Energy | EtMiss () const |
| void | SetPassed (std::vector< bool > const &passed) |
| bool | IsNaN () |
| std::vector< bool > | Passed () const |
| void | SetJetPts (std::vector< 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 cut based analysis
Member Function Documentation
| double boca::CutVariables::BottomBdt | ( | ) | const |
| Angle boca::CutVariables::BottomMaxRap | ( | ) | const |
| Momentum boca::CutVariables::BottomMinPt | ( | ) | const |
| int boca::CutVariables::BottomNumber | ( | ) | const |
| int boca::CutVariables::Charge | ( | ) | const |
| Angle boca::CutVariables::DeltaR | ( | ) | const |
| Energy boca::CutVariables::EtMiss | ( | ) | const |
| Momentum boca::CutVariables::Ht | ( | ) | const |
| Mass boca::CutVariables::InvariantMass | ( | ) | const |
| bool boca::CutVariables::IsNaN | ( | ) |
| int boca::CutVariables::JetNumber | ( | ) | const |
| Momentum boca::CutVariables::JetPt | ( | unsigned | number | ) | const |
| Momentum boca::CutVariables::LeptonPt | ( | unsigned | number | ) | const |
| std::vector< bool > boca::CutVariables::Passed | ( | ) | const |
| void boca::CutVariables::SetBottomMaxRap | ( | Angle const & | bottom_max_rap | ) |
| void boca::CutVariables::SetBottomMinPt | ( | Momentum const & | bottom_min_pt | ) |
| void boca::CutVariables::SetBottomNumber | ( | int | bottom_number | ) |
| void boca::CutVariables::SetEtMiss | ( | const boca::Energy & | et_miss | ) |
| void boca::CutVariables::SetHt | ( | const boca::Energy & | ht | ) |
| void boca::CutVariables::SetInvariantMass | ( | boca::Mass const & | invariant_mass | ) |
| void boca::CutVariables::SetJetNumber | ( | int | jet_number | ) |
| void boca::CutVariables::SetJetPts | ( | std::vector< Jet > const & | jets | ) |
| void boca::CutVariables::SetLeptonPts | ( | const std::vector< boca::Lepton > & | leptons | ) |
| void boca::CutVariables::SetPassed | ( | std::vector< bool > const & | passed | ) |
The documentation for this class was generated from the following files:
- examples/heavyhiggs/heavyhiggs/CutVariables.hh
- examples/heavyhiggs/source/CutVariables.cpp

Public Member Functions inherited from