ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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/master/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 87 of file Auctioneer.hpp.
View newest version in sPHENIX GitHub at line 87 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 98 of file Auctioneer.hpp.
View newest version in sPHENIX GitHub at line 98 of file Auctioneer.hpp