ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
DerivationFramework | |
THE reconstruction tool. | |
DerivationFramework::TriggerMatchingUtils | |
Functions | |
template<typename T > | |
bool | DerivationFramework::TriggerMatchingUtils::insertIntoSortedVector (std::vector< T > &vec, const T &ele) |
Helper function for inserting an element into a sorted vector. More... | |
template<typename T > | |
std::vector< typename T::value_type > | DerivationFramework::TriggerMatchingUtils::sorted (T begin, T end) |
Helper function to create a sorted vector from an unsorted one. More... | |
template<typename T > | |
std::vector< std::vector< T > > | DerivationFramework::TriggerMatchingUtils::getAllDistinctCombinations (std::vector< RangedItr< typename std::vector< T >::const_iterator >> &inputs) |
Get all valid, unique combinations of distinct elements from the input ranges. More... | |