#include <list>
#include <vector>
#include <algorithm>
#include "CLHEP/Vector/ThreeVector.h"
#include "RecoAlg/ClusterShapes.h"
Go to the source code of this file.
|
template<class In , class Out , class Pred > |
void | gar::rec::alg::cluster (In first, In last, Out result, Pred *pred) |
|
template<class T , class Pred > |
void | gar::rec::alg::addToGenericHitVec (GenericHitVec< T > &v, CaloHitVec vec, Pred pred) |
|
template<class T , class Pred , class Order > |
void | gar::rec::alg::addToGenericHitVec (GenericHitVec< T > &v, CaloHitVec vec, Pred pred, Order order) |
|