Class SoftLeptonTruthInfo: Class to store truth information about lepton in jet.
More...
#include <SoftLeptonTruthInfo.h>
|
| bool | m_isValid {} |
| | true if the tagger could tag the jet, default is false
|
| std::vector< double > | m_tagLikelihood |
| | vector to hold the taglikelihood (signal plus N background)
|
| double | m_weight {} |
| | weight for this tag
|
| TagInfoType | m_tagJetInfoType {"NoInfoType"} |
| | string to hold the info type (specified by the tag tool)
|
Class SoftLeptonTruthInfo: Class to store truth information about lepton in jet.
Definition at line 17 of file SoftLeptonTruthInfo.h.
◆ SoftLeptonTruthInfo() [1/4]
| Analysis::SoftLeptonTruthInfo::SoftLeptonTruthInfo |
( |
| ) |
|
|
default |
◆ SoftLeptonTruthInfo() [2/4]
| Analysis::SoftLeptonTruthInfo::SoftLeptonTruthInfo |
( |
const TagInfoType & | tagJetInfoType | ) |
|
◆ SoftLeptonTruthInfo() [3/4]
| Analysis::SoftLeptonTruthInfo::SoftLeptonTruthInfo |
( |
const SoftLeptonTruthInfo & | SoftLeptonTruthInfo | ) |
|
|
default |
◆ SoftLeptonTruthInfo() [4/4]
| Analysis::SoftLeptonTruthInfo::SoftLeptonTruthInfo |
( |
SoftLeptonTruthInfo && | SoftLeptonTruthInfo | ) |
|
|
defaultnoexcept |
◆ ~SoftLeptonTruthInfo()
| virtual Analysis::SoftLeptonTruthInfo::~SoftLeptonTruthInfo |
( |
| ) |
|
|
virtualdefault |
◆ addSLTrueInfo()
Insert a new track info object.
Definition at line 36 of file SoftLeptonTruthInfo.h.
std::vector< SLTrueInfo > m_sltrueinfo
◆ clone()
◆ getSLTrueInfo()
◆ infoType()
| TagInfoType Analysis::BaseTagInfo::infoType |
( |
void | | ) |
const |
|
inlinevirtualinherited |
returns the infoType of the info objects.
This has to be set by the tagger.
Implements Analysis::ITagInfo.
Definition at line 75 of file BaseTagInfo.h.
76{
78}
TagInfoType m_tagJetInfoType
string to hold the info type (specified by the tag tool)
◆ isValid()
| bool Analysis::BaseTagInfo::isValid |
( |
| ) |
const |
|
inlinevirtualinherited |
returns true if the tag was successfull
Implements Analysis::ITagInfo.
Definition at line 67 of file BaseTagInfo.h.
68{
70}
bool m_isValid
true if the tagger could tag the jet, default is false
◆ makeValid()
| void Analysis::BaseTagInfo::makeValid |
( |
| ) |
|
|
inlinevirtualinherited |
◆ numSLTrueInfo()
| int Analysis::SoftLeptonTruthInfo::numSLTrueInfo |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setTagJetInfoType()
◆ setTagLikelihood() [1/2]
| void Analysis::BaseTagInfo::setTagLikelihood |
( |
const std::vector< double > & | tagLikelihood | ) |
|
|
inlinevirtualinherited |
Return and set methods for the likelihood.
to set the tag likelihood for one tagger
Implements Analysis::ITagInfo.
Definition at line 79 of file BaseTagInfo.h.
80{
82}
virtual const std::vector< double > & tagLikelihood(void) const
returns the tag likelihood of one tagger
std::vector< double > m_tagLikelihood
vector to hold the taglikelihood (signal plus N background)
◆ 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 |
set the weight for one tagger
Implements Analysis::ITagInfo.
Definition at line 94 of file BaseTagInfo.h.
95{
97}
double m_weight
weight for this tag
virtual double weight() const
get the weight of one tagger
◆ tagLikelihood()
| const std::vector< double > & Analysis::BaseTagInfo::tagLikelihood |
( |
void | | ) |
const |
|
inlinevirtualinherited |
◆ weight()
| double Analysis::BaseTagInfo::weight |
( |
void | | ) |
const |
|
inlinevirtualinherited |
get the weight of one tagger
Implements Analysis::ITagInfo.
Definition at line 98 of file BaseTagInfo.h.
99{
101}
virtual bool isValid() const
returns true if the tag was successfull
◆ m_isValid
| bool Analysis::BaseTagInfo::m_isValid {} |
|
protectedinherited |
true if the tagger could tag the jet, default is false
Definition at line 60 of file BaseTagInfo.h.
◆ m_sltrueinfo
| std::vector<SLTrueInfo> Analysis::SoftLeptonTruthInfo::m_sltrueinfo {} |
|
private |
◆ m_tagJetInfoType
| TagInfoType Analysis::BaseTagInfo::m_tagJetInfoType {"NoInfoType"} |
|
protectedinherited |
string to hold the info type (specified by the tag tool)
Definition at line 63 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 61 of file BaseTagInfo.h.
◆ m_weight
| double Analysis::BaseTagInfo::m_weight {} |
|
protectedinherited |
The documentation for this class was generated from the following files: