CMS 3D CMS Logo

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 62 of file TtSemiLepHitFitProducer.cc.

Member Function Documentation

◆ operator<()

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

Definition at line 75 of file TtSemiLepHitFitProducer.cc.

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

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

Member Data Documentation

◆ Chi2

template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::Chi2

◆ HadB

template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::HadB

Definition at line 68 of file TtSemiLepHitFitProducer.cc.

◆ HadP

template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::HadP

Definition at line 69 of file TtSemiLepHitFitProducer.cc.

◆ HadQ

template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::HadQ

Definition at line 70 of file TtSemiLepHitFitProducer.cc.

◆ JetCombi

template<typename LeptonCollection >
std::vector<int> TtSemiLepHitFitProducer< LeptonCollection >::FitResult::JetCombi

Definition at line 74 of file TtSemiLepHitFitProducer.cc.

◆ LepB

template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::LepB

Definition at line 71 of file TtSemiLepHitFitProducer.cc.

◆ LepL

template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::LepL

Definition at line 72 of file TtSemiLepHitFitProducer.cc.

◆ LepN

template<typename LeptonCollection >
pat::Particle TtSemiLepHitFitProducer< LeptonCollection >::FitResult::LepN

Definition at line 73 of file TtSemiLepHitFitProducer.cc.

◆ MT

template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::MT

Definition at line 66 of file TtSemiLepHitFitProducer.cc.

◆ Prob

template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::Prob

Definition at line 65 of file TtSemiLepHitFitProducer.cc.

◆ SigMT

template<typename LeptonCollection >
double TtSemiLepHitFitProducer< LeptonCollection >::FitResult::SigMT

Definition at line 67 of file TtSemiLepHitFitProducer.cc.

◆ Status

template<typename LeptonCollection >
int TtSemiLepHitFitProducer< LeptonCollection >::FitResult::Status

Definition at line 63 of file TtSemiLepHitFitProducer.cc.