boca::Global Class Reference
#include <Global.hh>
Inheritance diagram for boca::Global:
Collaboration diagram for boca::Global:
Public Member Functions | |
| Global () | |
| Global (Event const &event) | |
| Global (Event const &event, std::vector< boca::Jet > const &jets) | |
| void | SetEvent (Event const &event, std::vector< boca::Jet > const &jets) |
| void | SetEvent (Event const &event) |
| int | LeptonNumber () const |
| int | JetNumber () const |
| int | BottomNumber () const |
| Momentum | ScalarHt () const |
| Momentum | LeptonHt () const |
| Momentum | JetHt () const |
| Momentum | Ht () const |
| boca::Mass | Mass () const |
| Angle | DeltaRTo (boca::PseudoJet const &jet) const |
| int | Charge () const |
| Momentum | JetPt (std::size_t number) const |
| Momentum | LeptonPt (std::size_t number) const |
| Energy | MissingEt () const |
| std::vector< boca::Jet > | Jets () const |
| void | SetJets (std::vector< boca::Jet > const &jets) |
| void | SetLeptons (std::vector< Lepton > const &leptons) |
| boca::Singlet | ConstituentJet () const |
| boca::Jet | Jet () const |
| std::vector< boca::Jet > | Constituents () const |
| std::vector< LorentzVector< Momentum > > | LorentzVectors () 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 () | |
Constructor & Destructor Documentation
| boca::Global::Global | ( | ) |
| boca::Global::Global | ( | Event const & | event | ) |
Member Function Documentation
| int boca::Global::BottomNumber | ( | ) | const |
| int boca::Global::Charge | ( | ) | const |
| Singlet boca::Global::ConstituentJet | ( | ) | const |
| std::vector< Jet > boca::Global::Constituents | ( | ) | const |
| Angle boca::Global::DeltaRTo | ( | boca::PseudoJet const & | jet | ) | const |
| Momentum boca::Global::Ht | ( | ) | const |
| Jet boca::Global::Jet | ( | ) | const |
| Momentum boca::Global::JetHt | ( | ) | const |
| int boca::Global::JetNumber | ( | ) | const |
| Momentum boca::Global::JetPt | ( | std::size_t | number | ) | const |
| std::vector< Jet > boca::Global::Jets | ( | ) | const |
| Momentum boca::Global::LeptonHt | ( | ) | const |
| int boca::Global::LeptonNumber | ( | ) | const |
| Momentum boca::Global::LeptonPt | ( | std::size_t | number | ) | const |
| std::vector< LorentzVector< Momentum > > boca::Global::LorentzVectors | ( | ) | const |
| Mass boca::Global::Mass | ( | ) | const |
| Energy boca::Global::MissingEt | ( | ) | const |
| Momentum boca::Global::ScalarHt | ( | ) | const |
| void boca::Global::SetEvent | ( | boca::Event const & | event, |
| std::vector< boca::Jet > const & | jets | ||
| ) |
| void boca::Global::SetEvent | ( | boca::Event const & | event | ) |
| void boca::Global::SetJets | ( | std::vector< boca::Jet > const & | jets | ) |
| void boca::Global::SetLeptons | ( | std::vector< Lepton > const & | leptons | ) |
The documentation for this class was generated from the following files:
- boca/multiplets/Global.hh
- source/multiplets/Global.cpp

Public Member Functions inherited from