EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::FirstValidAuctioneer Struct Reference

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.
 

Detailed Description

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

Constructor & Destructor Documentation

Acts::detail::FirstValidAuctioneer::FirstValidAuctioneer ( )
default

Default constructor.

Member Function Documentation

template<long unsigned int N>
std::array<bool, N> Acts::detail::FirstValidAuctioneer::operator() ( std::array< int, N >  vCandidates) const
inline

Call operator that states the first valid extension as the only valid extension.

Parameters
[in]vCandidatesCandidates for a valid extension
Returns
List with at most one valid extension

Definition at line 71 of file Auctioneer.hpp.

View newest version in sPHENIX GitHub at line 71 of file Auctioneer.hpp


The documentation for this struct was generated from the following file: