ATLAS Offline Software
|
#include <TrackCountingInfo.h>
Public Member Functions | |
TrackCountingInfo () | |
default constructor More... | |
TrackCountingInfo (const TagInfoType &x) | |
constructor with info type More... | |
TrackCountingInfo (const TrackCountingInfo &TrackCountingInfo) | |
copy constructor not really needed now, but the object might get more complicated ... More... | |
TrackCountingInfo & | operator= (const TrackCountingInfo &rhs) |
assigenment operator More... | |
virtual | ~TrackCountingInfo () |
default destructor More... | |
virtual TrackCountingInfo * | clone () const |
a clone method for the proper workings of the copy constructor More... | |
void | setnTracks (int n) |
void | setd0sig_2nd (float d0sig_2nd) |
void | setd0sig_abs_2nd (float d0sig_abs_2nd) |
void | setd0sig_3rd (float d0sig_3rd) |
void | setd0sig_abs_3rd (float d0sig_abs_3rd) |
int | nTracks () const |
float | d0sig_2nd () const |
float | d0sig_abs_2nd () const |
float | d0sig_3rd () const |
float | d0sig_abs_3rd () const |
virtual void | setTagLikelihood (const std::vector< double > &) |
Return and set methods for the likelihood. More... | |
virtual void | setTagLikelihood (std::vector< double > &&) |
to set the tag likelihood for one tagger More... | |
virtual const std::vector< double > & | tagLikelihood (void) const |
returns the tag likelihood of one tagger More... | |
virtual void | setWeight (double weight) |
set the weight for one tagger More... | |
virtual double | weight () const |
get the weight of one tagger More... | |
virtual void | makeValid () |
sets the isValid flag to true, cannot be reversed! More... | |
virtual bool | isValid () const |
returns true if the tag was successfull More... | |
virtual TagInfoType | infoType (void) const |
returns the infoType of the info objects. More... | |
Protected Member Functions | |
void | setValid (bool valid) |
void | setTagJetInfoType (const TagInfoType &type) |
Protected Attributes | |
bool | m_isValid |
true if the tagger could tag the jet, default is false More... | |
std::vector< double > | m_tagLikelihood |
vector to hold the taglikelihood (signal plus N background) More... | |
double | m_weight |
weight for this tag More... | |
TagInfoType | m_tagJetInfoType |
string to hold the info type (specified by the tag tool) More... | |
Private Attributes | |
int | m_ntrk |
number of tracks used for tagging More... | |
float | m_d0sig_2nd |
2nd highest IP2D significance More... | |
float | m_d0sig_abs_2nd |
2nd highest absolute IP2D significance More... | |
float | m_d0sig_3rd |
3rd highest IP2D significance More... | |
float | m_d0sig_abs_3rd |
3rd highest absolute IP2D significance More... | |
Class to hold TrackCounting tagger results
Definition at line 25 of file TrackCountingInfo.h.
Analysis::TrackCountingInfo::TrackCountingInfo | ( | ) |
Analysis::TrackCountingInfo::TrackCountingInfo | ( | const TagInfoType & | x | ) |
Analysis::TrackCountingInfo::TrackCountingInfo | ( | const TrackCountingInfo & | TrackCountingInfo | ) |
copy constructor not really needed now, but the object might get more complicated ...
Definition at line 31 of file TrackCountingInfo.cxx.
|
virtual |
|
inlinevirtual |
a clone method for the proper workings of the copy constructor
Reimplemented from Analysis::BaseTagInfo.
Definition at line 73 of file TrackCountingInfo.h.
|
inline |
Definition at line 53 of file TrackCountingInfo.h.
|
inline |
Definition at line 55 of file TrackCountingInfo.h.
|
inline |
Definition at line 54 of file TrackCountingInfo.h.
|
inline |
Definition at line 56 of file TrackCountingInfo.h.
|
inlinevirtualinherited |
returns the infoType of the info objects.
This has to be set by the tagger.
Implements Analysis::ITagInfo.
Definition at line 89 of file BaseTagInfo.h.
|
inlinevirtualinherited |
returns true if the tag was successfull
Implements Analysis::ITagInfo.
Definition at line 81 of file BaseTagInfo.h.
|
inlinevirtualinherited |
sets the isValid flag to true, cannot be reversed!
Implements Analysis::ITagInfo.
Definition at line 85 of file BaseTagInfo.h.
|
inline |
Definition at line 52 of file TrackCountingInfo.h.
TrackCountingInfo & Analysis::TrackCountingInfo::operator= | ( | const TrackCountingInfo & | rhs | ) |
|
inline |
Definition at line 47 of file TrackCountingInfo.h.
|
inline |
Definition at line 49 of file TrackCountingInfo.h.
|
inline |
Definition at line 48 of file TrackCountingInfo.h.
|
inline |
Definition at line 50 of file TrackCountingInfo.h.
|
inline |
Definition at line 46 of file TrackCountingInfo.h.
|
inlineprotectedinherited |
Definition at line 129 of file BaseTagInfo.h.
|
inlinevirtualinherited |
Return and set methods for the likelihood.
to set the tag likelihood for one tagger
Implements Analysis::ITagInfo.
Definition at line 93 of file BaseTagInfo.h.
|
inlinevirtualinherited |
to set the tag likelihood for one tagger
Implements Analysis::ITagInfo.
Definition at line 97 of file BaseTagInfo.h.
|
inlineprotectedinherited |
Definition at line 125 of file BaseTagInfo.h.
|
inlinevirtualinherited |
set the weight for one tagger
Implements Analysis::ITagInfo.
Definition at line 113 of file BaseTagInfo.h.
|
inlinevirtualinherited |
returns the tag likelihood of one tagger
Implements Analysis::ITagInfo.
Definition at line 101 of file BaseTagInfo.h.
|
inlinevirtualinherited |
get the weight of one tagger
Implements Analysis::ITagInfo.
Definition at line 117 of file BaseTagInfo.h.
|
private |
2nd highest IP2D significance
Definition at line 60 of file TrackCountingInfo.h.
|
private |
3rd highest IP2D significance
Definition at line 62 of file TrackCountingInfo.h.
|
private |
2nd highest absolute IP2D significance
Definition at line 61 of file TrackCountingInfo.h.
|
private |
3rd highest absolute IP2D significance
Definition at line 63 of file TrackCountingInfo.h.
|
protectedinherited |
true if the tagger could tag the jet, default is false
Definition at line 74 of file BaseTagInfo.h.
|
private |
number of tracks used for tagging
Definition at line 59 of file TrackCountingInfo.h.
|
protectedinherited |
string to hold the info type (specified by the tag tool)
Definition at line 77 of file BaseTagInfo.h.
|
protectedinherited |
vector to hold the taglikelihood (signal plus N background)
Definition at line 75 of file BaseTagInfo.h.
|
protectedinherited |
weight for this tag
Definition at line 76 of file BaseTagInfo.h.