#include "DataFormats/Common/interface/DetSetVectorNew.h"
#include <algorithm>
#include <functional>
Go to the source code of this file.
|
template<typename DSTV , typename A , typename B , typename T > |
void | edmNew::copyDetSetRange (DSTV const &dstv, std::vector< T const * > &v, std::pair< A, B > const &sel) |
|
template<typename DSTV , typename A , typename B > |
DSTV::Range | edmNew::detsetRangeFromPair (DSTV const &v, std::pair< A, B > const &p) |
|
template<typename DSTV , typename A , typename B , typename F > |
void | edmNew::foreachDetSetObject (DSTV const &v, std::pair< A, B > const &sel, F &f) |
|