#include <SVInfoPlus.h>
Definition at line 16 of file SVInfoPlus.h.
◆ SVInfoPlus() [1/3]
Analysis::SVInfoPlus::SVInfoPlus |
( |
| ) |
|
◆ SVInfoPlus() [2/3]
◆ SVInfoPlus() [3/3]
copy destructor
Copy constructor not really needed now, but the object might get more complicated ...
Definition at line 38 of file SVInfoPlus.cxx.
◆ ~SVInfoPlus()
Analysis::SVInfoPlus::~SVInfoPlus |
( |
| ) |
|
|
virtual |
◆ addTrackInfo()
◆ clone()
◆ getChi2Compatibility()
Definition at line 72 of file SVInfoPlus.cxx.
81 AmgSymMatrix(3) covariance = secVertex.covariancePosition() + priVertex.covariancePosition();
85 covariance.computeInverseWithCheck(
weight, invertible);
91 differenceNorm.normalize();
93 jetDirectionNorm.normalize();
95 double weight_similarity = Diff.transpose()*
weight*Diff;
97 return std::sqrt(weight_similarity)*differenceNorm.dot(jetDirectionNorm);
◆ getEnergyFraction()
float Analysis::SVInfoPlus::getEnergyFraction |
( |
| ) |
const |
|
inline |
◆ getMass()
float Analysis::SVInfoPlus::getMass |
( |
| ) |
const |
|
inline |
◆ getN2T()
long int Analysis::SVInfoPlus::getN2T |
( |
| ) |
const |
|
inline |
◆ getNGTrackInJet()
long int Analysis::SVInfoPlus::getNGTrackInJet |
( |
| ) |
const |
|
inline |
◆ getNGTrackInSvx()
long int Analysis::SVInfoPlus::getNGTrackInSvx |
( |
| ) |
const |
|
inline |
◆ getNormDist()
float Analysis::SVInfoPlus::getNormDist |
( |
| ) |
const |
|
inline |
◆ getRecSvx()
◆ getTrackInfo()
◆ infoType()
TagInfoType Analysis::BaseTagInfo::infoType |
( |
void |
| ) |
const |
|
inlinevirtualinherited |
◆ isValid()
bool Analysis::BaseTagInfo::isValid |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ makeValid()
void Analysis::BaseTagInfo::makeValid |
( |
| ) |
|
|
inlinevirtualinherited |
◆ numTrackInfo()
int Analysis::SVInfoPlus::numTrackInfo |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setEnergyFraction()
void Analysis::SVInfoPlus::setEnergyFraction |
( |
float |
ef | ) |
|
|
inline |
◆ setMass()
void Analysis::SVInfoPlus::setMass |
( |
float |
mass | ) |
|
|
inline |
◆ setN2T()
void Analysis::SVInfoPlus::setN2T |
( |
long int |
li | ) |
|
|
inline |
◆ setNGTrackInJet()
void Analysis::SVInfoPlus::setNGTrackInJet |
( |
long int |
li | ) |
|
|
inline |
◆ setNGTrackInSvx()
void Analysis::SVInfoPlus::setNGTrackInSvx |
( |
long int |
li | ) |
|
|
inline |
◆ setNormDist()
void Analysis::SVInfoPlus::setNormDist |
( |
float |
nd | ) |
|
|
inline |
◆ setRecSvx()
◆ setTagJetInfoType()
◆ setTagLikelihood() [1/2]
void Analysis::BaseTagInfo::setTagLikelihood |
( |
const std::vector< double > & |
tagLikelihood | ) |
|
|
inlinevirtualinherited |
◆ setTagLikelihood() [2/2]
void Analysis::BaseTagInfo::setTagLikelihood |
( |
std::vector< double > && |
tagLikelihood | ) |
|
|
inlinevirtualinherited |
◆ setValid()
void Analysis::BaseTagInfo::setValid |
( |
bool |
valid | ) |
|
|
inlineprotectedinherited |
◆ setWeight()
void Analysis::BaseTagInfo::setWeight |
( |
double |
weight | ) |
|
|
inlinevirtualinherited |
◆ tagLikelihood()
const std::vector< double > & Analysis::BaseTagInfo::tagLikelihood |
( |
void |
| ) |
const |
|
inlinevirtualinherited |
◆ weight()
double Analysis::BaseTagInfo::weight |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ m_efracsvx
float Analysis::SVInfoPlus::m_efracsvx |
|
private |
◆ m_isValid
bool Analysis::BaseTagInfo::m_isValid |
|
protectedinherited |
true if the tagger could tag the jet, default is false
Definition at line 74 of file BaseTagInfo.h.
◆ m_masssvx
float Analysis::SVInfoPlus::m_masssvx |
|
private |
◆ m_N2Tpair
long int Analysis::SVInfoPlus::m_N2Tpair |
|
private |
◆ m_NGTinJet
long int Analysis::SVInfoPlus::m_NGTinJet |
|
private |
◆ m_NGTinSvx
long int Analysis::SVInfoPlus::m_NGTinSvx |
|
private |
◆ m_normdist
float Analysis::SVInfoPlus::m_normdist |
|
private |
◆ m_recsvx
◆ m_tagJetInfoType
string to hold the info type (specified by the tag tool)
Definition at line 77 of file BaseTagInfo.h.
◆ m_tagLikelihood
std::vector<double> Analysis::BaseTagInfo::m_tagLikelihood |
|
protectedinherited |
vector to hold the taglikelihood (signal plus N background)
Definition at line 75 of file BaseTagInfo.h.
◆ m_trackinfo
std::vector<SVTrackInfo> Analysis::SVInfoPlus::m_trackinfo |
|
private |
◆ m_weight
double Analysis::BaseTagInfo::m_weight |
|
protectedinherited |
The documentation for this class was generated from the following files: