ATLAS Offline Software
Utility Class Reference
Collaboration diagram for Utility:

Detailed Description

generate combinations dierctly with collections and their respective iterators The usage is expected to be: auto ci = CombinationIterator( collA, collB, collC ); while ( ci ) { //iterators aIter, bIter, cIter are iterators for collA, collB and collC respectively ci(aIter,bIter,cIter); // they form now valid combination ++ci; // and they move ahead }

Warning
the implementation is missing for now

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