Analysis Software
Documentation for sPHENIX simulation software
|
Auctioneer that makes only the highest bidding extension valid. If multiple elements have the same int, the first one with this value is picked. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/detail/Auctioneer.hpp>
Public Member Functions | |
HighestValidAuctioneer ()=default | |
Default constructor. | |
template<long unsigned int N> | |
std::array< bool, N > | operator() (std::array< int, N > vCandidates) const |
Call operator that states the highest bidding extension as the only valid extension. | |
Auctioneer that makes only the highest bidding extension valid. If multiple elements have the same int, the first one with this value is picked.
Definition at line 88 of file Auctioneer.hpp.
View newest version in sPHENIX GitHub at line 88 of file Auctioneer.hpp
|
default |
Default constructor.
|
inline |
Call operator that states the highest bidding extension as the only valid extension.
[in] | vCandidates | Candidates for a valid extension |
Definition at line 99 of file Auctioneer.hpp.
View newest version in sPHENIX GitHub at line 99 of file Auctioneer.hpp
References distance().