![]() |
ATLAS Offline Software
|
#include <InDetLowBetaCandidate.h>
Public Member Functions | |
| InDetLowBetaCandidate () | |
| InDetLowBetaCandidate (float TRTCorrBitsOverThreshold, float TRTTrailingEdge, float TRTTrailingEdgeError, int TRTNLastBits, float TRTdEdx, float TRTLikelihoodBeta, float TRTLikelihoodError, float TRTHighTbits) | |
| virtual | ~InDetLowBetaCandidate () |
| InDetLowBetaCandidate::InDetLowBetaCandidate(const InDetLowBetaCandidate& rhs) : m_TRTCorrBitsOverThreshold(rhs.m_TRTCorrBitsOverThreshold), m_TRTTrailingEdge(rhs.m_TRTTrailingEdge), m_TRTTrailingEdgeError(rhs.m_TRTTrailingEdgeError), m_TRTNLastBits(rhs.m_TRTNLastBits), m_TRTdEdx(rhs.m_TRTdEdx), m_TRTLikelihoodBeta(rhs.m_TRTLikelihoodBeta), m_TRTLikelihoodError(rhs.m_TRTLikelihoodError), m_TRTHighTbits(rhs.m_TRTHighTbits){}. | |
| InDetLowBetaCandidate (const InDetLowBetaCandidate &rhs)=default | |
| InDetLowBetaCandidate & | operator= (const InDetLowBetaCandidate &)=default |
| InDetLowBetaCandidate & | operator= (InDetLowBetaCandidate &&)=default |
| virtual MsgStream & | dump (MsgStream &sl) const |
| Output Method for MsgStream, to be overloaded by child classes. | |
| float | getTRTCorrBitsOverThreshold () const |
| float | getTRTTrailingEdge () const |
| float | getTRTTrailingEdgeError () const |
| int | getTRTNLastBits () const |
| float | getTRTdEdx () const |
| float | getTRTLikelihoodBeta () const |
| float | getTRTLikelihoodError () const |
| float | getTRTHighTbits () const |
Protected Attributes | |
| float | m_TRTCorrBitsOverThreshold |
| float | m_TRTTrailingEdge |
| float | m_TRTTrailingEdgeError |
| int | m_TRTNLastBits |
| float | m_TRTdEdx |
| float | m_TRTLikelihoodBeta |
| float | m_TRTLikelihoodError |
| float | m_TRTHighTbits |
Definition at line 24 of file InDetLowBetaCandidate.h.
| InDet::InDetLowBetaCandidate::InDetLowBetaCandidate | ( | ) |
Definition at line 20 of file InDetLowBetaCandidate.cxx.
| InDet::InDetLowBetaCandidate::InDetLowBetaCandidate | ( | float | TRTCorrBitsOverThreshold, |
| float | TRTTrailingEdge, | ||
| float | TRTTrailingEdgeError, | ||
| int | TRTNLastBits, | ||
| float | TRTdEdx, | ||
| float | TRTLikelihoodBeta, | ||
| float | TRTLikelihoodError, | ||
| float | TRTHighTbits ) |
Definition at line 22 of file InDetLowBetaCandidate.cxx.
|
virtualdefault |
InDetLowBetaCandidate::InDetLowBetaCandidate(const InDetLowBetaCandidate& rhs) : m_TRTCorrBitsOverThreshold(rhs.m_TRTCorrBitsOverThreshold), m_TRTTrailingEdge(rhs.m_TRTTrailingEdge), m_TRTTrailingEdgeError(rhs.m_TRTTrailingEdgeError), m_TRTNLastBits(rhs.m_TRTNLastBits), m_TRTdEdx(rhs.m_TRTdEdx), m_TRTLikelihoodBeta(rhs.m_TRTLikelihoodBeta), m_TRTLikelihoodError(rhs.m_TRTLikelihoodError), m_TRTHighTbits(rhs.m_TRTHighTbits){}.
InDetLowBetaCandidate &InDetLowBetaCandidate::operator= (const InDetLowBetaCandidate& rhs) { if (this!=&rhs) { m_TRTCorrBitsOverThreshold = rhs.m_TRTCorrBitsOverThreshold; m_TRTTrailingEdge = rhs.m_TRTTrailingEdge; m_TRTTrailingEdgeError = rhs.m_TRTTrailingEdgeError; m_TRTNLastBits = rhs.m_TRTNLastBits; m_TRTdEdx = rhs.m_TRTdEdx; m_TRTLikelihoodBeta = rhs.m_TRTLikelihoodBeta; m_TRTLikelihoodError = rhs.m_TRTLikelihoodError; m_TRTHighTbits = rhs.m_TRTHighTbits; } return *this; }
|
default |
|
virtual |
Output Method for MsgStream, to be overloaded by child classes.
Definition at line 61 of file InDetLowBetaCandidate.cxx.
| float InDet::InDetLowBetaCandidate::getTRTCorrBitsOverThreshold | ( | ) | const |
Definition at line 80 of file InDetLowBetaCandidate.cxx.
| float InDet::InDetLowBetaCandidate::getTRTdEdx | ( | ) | const |
Definition at line 99 of file InDetLowBetaCandidate.cxx.
| float InDet::InDetLowBetaCandidate::getTRTHighTbits | ( | ) | const |
Definition at line 111 of file InDetLowBetaCandidate.cxx.
| float InDet::InDetLowBetaCandidate::getTRTLikelihoodBeta | ( | ) | const |
Definition at line 103 of file InDetLowBetaCandidate.cxx.
| float InDet::InDetLowBetaCandidate::getTRTLikelihoodError | ( | ) | const |
Definition at line 107 of file InDetLowBetaCandidate.cxx.
| int InDet::InDetLowBetaCandidate::getTRTNLastBits | ( | ) | const |
Definition at line 95 of file InDetLowBetaCandidate.cxx.
| float InDet::InDetLowBetaCandidate::getTRTTrailingEdge | ( | ) | const |
Definition at line 85 of file InDetLowBetaCandidate.cxx.
| float InDet::InDetLowBetaCandidate::getTRTTrailingEdgeError | ( | ) | const |
Definition at line 90 of file InDetLowBetaCandidate.cxx.
|
default |
|
default |
|
protected |
Definition at line 59 of file InDetLowBetaCandidate.h.
|
protected |
Definition at line 63 of file InDetLowBetaCandidate.h.
|
protected |
Definition at line 66 of file InDetLowBetaCandidate.h.
|
protected |
Definition at line 64 of file InDetLowBetaCandidate.h.
|
protected |
Definition at line 65 of file InDetLowBetaCandidate.h.
|
protected |
Definition at line 62 of file InDetLowBetaCandidate.h.
|
protected |
Definition at line 60 of file InDetLowBetaCandidate.h.
|
protected |
Definition at line 61 of file InDetLowBetaCandidate.h.