ATLAS Offline Software
|
#include <LhoodMMFitInfo.h>
Public Member Functions | |
LhoodMMFitInfo (int nlep=1) | |
void | add (LhoodMMFitInfo &rhs, int nLepMax) |
void | resizeVectors (unsigned nlep) |
void | reset () |
Public Attributes | |
std::vector< std::vector< std::vector< FakeBkgTools::Efficiency > > > | coeffs_num |
std::vector< std::vector< FakeBkgTools::Efficiency > > | normterms |
std::vector< std::vector< double > > | event_cat |
std::vector< std::vector< double > > | event_sumw2 |
std::vector< std::vector< double > > | OSfrac_num |
std::vector< std::vector< double > > | OSfrac_denom |
int | totEvents |
std::vector< double > | eventCount |
Definition at line 13 of file LhoodMMFitInfo.h.
LhoodMMFitInfo::LhoodMMFitInfo | ( | int | nlep = 1 | ) |
Definition at line 12 of file LhoodMMFitInfo.cxx.
void LhoodMMFitInfo::add | ( | LhoodMMFitInfo & | rhs, |
int | nLepMax | ||
) |
Definition at line 35 of file LhoodMMFitInfo.cxx.
void LhoodMMFitInfo::reset | ( | ) |
Definition at line 17 of file LhoodMMFitInfo.cxx.
void LhoodMMFitInfo::resizeVectors | ( | unsigned | nlep | ) |
Definition at line 73 of file LhoodMMFitInfo.cxx.
std::vector< std::vector < std::vector< FakeBkgTools::Efficiency> > > CP::LhoodMMFitInfo::coeffs_num |
Definition at line 17 of file LhoodMMFitInfo.h.
std::vector<std::vector<double> > CP::LhoodMMFitInfo::event_cat |
Definition at line 19 of file LhoodMMFitInfo.h.
std::vector<std::vector<double> > CP::LhoodMMFitInfo::event_sumw2 |
Definition at line 20 of file LhoodMMFitInfo.h.
std::vector<double> CP::LhoodMMFitInfo::eventCount |
Definition at line 24 of file LhoodMMFitInfo.h.
std::vector< std::vector< FakeBkgTools::Efficiency> > CP::LhoodMMFitInfo::normterms |
Definition at line 18 of file LhoodMMFitInfo.h.
std::vector< std::vector < double > > CP::LhoodMMFitInfo::OSfrac_denom |
Definition at line 22 of file LhoodMMFitInfo.h.
std::vector< std::vector < double > > CP::LhoodMMFitInfo::OSfrac_num |
Definition at line 21 of file LhoodMMFitInfo.h.
int CP::LhoodMMFitInfo::totEvents |
Definition at line 23 of file LhoodMMFitInfo.h.