#include <AlignmentSorter.h>
Public Member Functions | |
bool | operator() (const T &a, const T &b) |
A struct to sort Alignments and AlignmentErrorsExtended by increasing DetId
To sort Alignments, do something like: std::sort( alignments->m_align.begin(), alignments->m_align.end(), lessAlignmentDetId<AlignTransform>() );
Definition at line 14 of file AlignmentSorter.h.
|
inline |
Definition at line 17 of file AlignmentSorter.h.