#include <LhoodMMEvent.h>
|
| | LhoodMMEvent (int nlep, const std::vector< FakeBkgTools::Efficiency > &realEff, const std::vector< FakeBkgTools::Efficiency > &fakeEff, const std::vector< bool > &isTight, const std::vector< int > &charge, double weight, double aux=0., double aux2=0.) |
| |
| | LhoodMMEvent (int nlep, const std::vector< FakeBkgTools::Efficiency > &realEff, const std::vector< FakeBkgTools::Efficiency > &fakeEff, const std::vector< bool > &isTight, const std::vector< int > &charge, float weight, float aux=0., float aux2=0.) |
| |
| | LhoodMMEvent (const LhoodMMEvent &mmevt) |
| |
| unsigned | nlep () const |
| |
| float | realEff (unsigned ilep, CP::BaseFakeBkgTool *tool=nullptr) const |
| |
| float | fakeEff (unsigned ilep, CP::BaseFakeBkgTool *tool=nullptr) const |
| |
| const FakeBkgTools::Efficiency & | realEffObj (unsigned ilep) const |
| |
| const FakeBkgTools::Efficiency & | fakeEffObj (unsigned ilep) const |
| |
| bool | isTight (unsigned ilep) const |
| |
| int | charge (unsigned ilep) const |
| |
| float | weight () const |
| |
| double | aux () const |
| |
| double | aux2 () const |
| |
Definition at line 11 of file LhoodMMEvent.h.
◆ LhoodMMEvent() [1/3]
◆ LhoodMMEvent() [2/3]
◆ LhoodMMEvent() [3/3]
◆ aux()
| double LhoodMMEvent::aux |
( |
| ) |
const |
|
inline |
◆ aux2()
| double LhoodMMEvent::aux2 |
( |
| ) |
const |
|
inline |
◆ charge()
| int LhoodMMEvent::charge |
( |
unsigned |
ilep | ) |
const |
◆ fakeEff()
◆ fakeEffObj()
◆ Init()
◆ isTight()
| bool LhoodMMEvent::isTight |
( |
unsigned |
ilep | ) |
const |
◆ nlep()
| unsigned LhoodMMEvent::nlep |
( |
| ) |
const |
|
inline |
◆ realEff()
◆ realEffObj()
◆ weight()
| float LhoodMMEvent::weight |
( |
| ) |
const |
|
inline |
◆ m_aux
| double LhoodMMEvent::m_aux |
|
private |
◆ m_aux2
| double LhoodMMEvent::m_aux2 |
|
private |
◆ m_charge
| std::vector<int> LhoodMMEvent::m_charge |
|
private |
◆ m_fakeEff
◆ m_isTight
| std::vector<bool> LhoodMMEvent::m_isTight |
|
private |
◆ m_nlep
| unsigned LhoodMMEvent::m_nlep |
|
private |
◆ m_realEff
◆ m_weight
| float LhoodMMEvent::m_weight |
|
private |
The documentation for this class was generated from the following files:
void Init(int nlep, const std::vector< FakeBkgTools::Efficiency > &realEff, const std::vector< FakeBkgTools::Efficiency > &fakeEff, const std::vector< bool > &isTight, const std::vector< int > &charge, float weight, double aux, double aux2)