EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Auctioneer that states only the first one that makes a valid bid. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/detail/Auctioneer.hpp>
Public Member Functions | |
FirstValidAuctioneer ()=default | |
Default constructor. | |
template<long unsigned int N> | |
std::array< bool, N > | operator() (std::array< int, N > vCandidates) const |
Call operator that states the first valid extension as the only valid extension. | |
Auctioneer that states only the first one that makes a valid bid.
Definition at line 61 of file Auctioneer.hpp.
View newest version in sPHENIX GitHub at line 61 of file Auctioneer.hpp
|
default |
Default constructor.
|
inline |
Call operator that states the first valid extension as the only valid extension.
[in] | vCandidates | Candidates for a valid extension |
Definition at line 71 of file Auctioneer.hpp.
View newest version in sPHENIX GitHub at line 71 of file Auctioneer.hpp