CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
TtSemiLepHitFitProducer< LeptonCollection >::FitResult Struct Reference

Public Member Functions

bool operator< (const FitResult &rhs)
 

Public Attributes

double Chi2
 
pat::Particle HadB
 
pat::Particle HadP
 
pat::Particle HadQ
 
std::vector< int > JetCombi
 
pat::Particle LepB
 
pat::Particle LepL
 
pat::Particle LepN
 
double MT
 
double Prob
 
double SigMT
 
int Status
 

Detailed Description

template<typename LeptonCollection>
struct TtSemiLepHitFitProducer< LeptonCollection >::FitResult

Definition at line 67 of file TtSemiLepHitFitProducer.h.

Member Function Documentation

template<typename LeptonCollection >
bool TtSemiLepHitFitProducer< LeptonCollection >::FitResult::operator< ( const FitResult rhs)
inline

Definition at line 80 of file TtSemiLepHitFitProducer.h.

References TtSemiLepHitFitProducer< LeptonCollection >::FitResult::Chi2.

80 { return Chi2 < rhs.Chi2; };
Chi2(TMatrixD &, TMatrixD &, TMatrixD &)
Definition: Chi2.cc:3
Definition: Chi2.h:17

Member Data Documentation

template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::Chi2
template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::HadB
template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::HadP
template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::HadQ
template<typename LeptonCollection >
std::vector<int> TtSemiLepHitFitProducer< LeptonCollection >::FitResult::JetCombi
template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::LepB
template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::LepL
template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::LepN
template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::MT
template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::Prob
template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::SigMT
template<typename LeptonCollection >
int TtSemiLepHitFitProducer< LeptonCollection >::FitResult::Status