ATLAS Offline Software
Namespaces | Functions
BuildCombinations.h File Reference
#include "RangedItr.h"
#include "BuildCombinations.icc"
Include dependency graph for BuildCombinations.h:
This graph shows which files directly or indirectly include this file:

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...