#include <VxClusteringTable.h>
Definition at line 70 of file VxClusteringTable.h.
◆ VxClusteringTable() [1/2]
Trk::VxClusteringTable::VxClusteringTable |
( |
| ) |
|
|
default |
◆ ~VxClusteringTable()
Trk::VxClusteringTable::~VxClusteringTable |
( |
| ) |
|
|
default |
◆ VxClusteringTable() [2/2]
◆ dump() [1/2]
MsgStream & Trk::VxClusteringTable::dump |
( |
MsgStream & |
sl | ) |
const |
Output Method for MsgStream, to be overloaded by child classes.
Definition at line 46 of file VxClusteringTable.cxx.
56 {
return sf.dump(sl); }
59 {
return sf.dump(sl); }
62 sl <<
"Trk::VxClusteringTable:" << std::endl;
64 sl <<
"No couple of vertices contained in the table " << std::endl;
◆ dump() [2/2]
std::ostream & Trk::VxClusteringTable::dump |
( |
std::ostream & |
sl | ) |
const |
Output Method for std::ostream, to be overloaded by child classes.
Definition at line 76 of file VxClusteringTable.cxx.
92 if (compatibility!=0) {
◆ getCompatibilityPairOfVertices()
◆ getMostCompatibleVertices()
Get pair of tracks with highest compatibility.
Definition at line 117 of file VxClusteringTable.cxx.
123 std::map<float,PairOfVxVertexOnJetAxis>::const_reverse_iterator revIterator=revIteratorEnd;
124 std::map<float,PairOfVxVertexOnJetAxis>::const_reverse_iterator pairHighest=revIteratorEnd;
130 const PairOfVxVertexOnJetAxis & myVxVertex=(*revIterator).second;
131 VxVertexOnJetAxis* firstVertex=myVxVertex.first;
132 VxVertexOnJetAxis* secondVertex=myVxVertex.second;
◆ getMostCompatibleVerticesExcludingPrimary()
PairOfVxVertexOnJetAxis Trk::VxClusteringTable::getMostCompatibleVerticesExcludingPrimary |
( |
float & |
probability | ) |
const |
Get pair of vertices with highest compatibility, removing cases with primary.
Definition at line 134 of file VxClusteringTable.cxx.
140 pairHighest=revIterator;
151 probability=(*pairHighest).first;
152 return (*pairHighest).second;
◆ operator=()
◆ setCompatibilityOfTo()
Set compatibility of a new pair of tracks.
Definition at line 106 of file VxClusteringTable.cxx.
111 std::map<float,PairOfVxVertexOnJetAxis>::const_reverse_iterator pairHighest=
114 probability=(*pairHighest).first;
◆ m_compatibilityPairOfVertices
The documentation for this class was generated from the following files: