#include <InDetLowBetaCandidate.h>
|
| 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){}. More...
|
|
| 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. More...
|
|
float | getTRTCorrBitsOverThreshold () const |
|
float | getTRTTrailingEdge () const |
|
float | getTRTTrailingEdgeError () const |
|
int | getTRTNLastBits () const |
|
float | getTRTdEdx () const |
|
float | getTRTLikelihoodBeta () const |
|
float | getTRTLikelihoodError () const |
|
float | getTRTHighTbits () const |
|
Definition at line 24 of file InDetLowBetaCandidate.h.
◆ InDetLowBetaCandidate() [1/3]
InDet::InDetLowBetaCandidate::InDetLowBetaCandidate |
( |
| ) |
|
◆ InDetLowBetaCandidate() [2/3]
InDet::InDetLowBetaCandidate::InDetLowBetaCandidate |
( |
float |
TRTCorrBitsOverThreshold, |
|
|
float |
TRTTrailingEdge, |
|
|
float |
TRTTrailingEdgeError, |
|
|
int |
TRTNLastBits, |
|
|
float |
TRTdEdx, |
|
|
float |
TRTLikelihoodBeta, |
|
|
float |
TRTLikelihoodError, |
|
|
float |
TRTHighTbits |
|
) |
| |
◆ ~InDetLowBetaCandidate()
InDet::InDetLowBetaCandidate::~InDetLowBetaCandidate |
( |
| ) |
|
|
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; }
◆ InDetLowBetaCandidate() [3/3]
◆ dump()
MsgStream & InDet::InDetLowBetaCandidate::dump |
( |
MsgStream & |
sl | ) |
const |
|
virtual |
Output Method for MsgStream, to be overloaded by child classes.
Definition at line 61 of file InDetLowBetaCandidate.cxx.
62 sl <<
"Printing InDet::InDetLowBetaCandidate: " <<
endmsg;
◆ getTRTCorrBitsOverThreshold()
float InDet::InDetLowBetaCandidate::getTRTCorrBitsOverThreshold |
( |
| ) |
const |
◆ getTRTdEdx()
float InDet::InDetLowBetaCandidate::getTRTdEdx |
( |
| ) |
const |
◆ getTRTHighTbits()
float InDet::InDetLowBetaCandidate::getTRTHighTbits |
( |
| ) |
const |
◆ getTRTLikelihoodBeta()
float InDet::InDetLowBetaCandidate::getTRTLikelihoodBeta |
( |
| ) |
const |
◆ getTRTLikelihoodError()
float InDet::InDetLowBetaCandidate::getTRTLikelihoodError |
( |
| ) |
const |
◆ getTRTNLastBits()
int InDet::InDetLowBetaCandidate::getTRTNLastBits |
( |
| ) |
const |
◆ getTRTTrailingEdge()
float InDet::InDetLowBetaCandidate::getTRTTrailingEdge |
( |
| ) |
const |
◆ getTRTTrailingEdgeError()
float InDet::InDetLowBetaCandidate::getTRTTrailingEdgeError |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_TRTCorrBitsOverThreshold
float InDet::InDetLowBetaCandidate::m_TRTCorrBitsOverThreshold |
|
protected |
◆ m_TRTdEdx
float InDet::InDetLowBetaCandidate::m_TRTdEdx |
|
protected |
◆ m_TRTHighTbits
float InDet::InDetLowBetaCandidate::m_TRTHighTbits |
|
protected |
◆ m_TRTLikelihoodBeta
float InDet::InDetLowBetaCandidate::m_TRTLikelihoodBeta |
|
protected |
◆ m_TRTLikelihoodError
float InDet::InDetLowBetaCandidate::m_TRTLikelihoodError |
|
protected |
◆ m_TRTNLastBits
int InDet::InDetLowBetaCandidate::m_TRTNLastBits |
|
protected |
◆ m_TRTTrailingEdge
float InDet::InDetLowBetaCandidate::m_TRTTrailingEdge |
|
protected |
◆ m_TRTTrailingEdgeError
float InDet::InDetLowBetaCandidate::m_TRTTrailingEdgeError |
|
protected |
The documentation for this class was generated from the following files: