#include "art/Framework/Core/ModuleMacros.h"
#include "Geometry/GeometryCore.h"
#include "ReconstructionDataProducts/CaloHit.h"
#include "ReconstructionDataProducts/Cluster.h"
#include "ReconstructionDataProducts/Track.h"
#include <list>
#include <map>
#include <unordered_map>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | gar::rec::alg::KNNClusterAlg |
Namespaces | |
fhicl | |
gar | |
General GArSoft Utilities. | |
gar::rec | |
gar::rec::alg | |
Typedefs | |
typedef std::vector< gar::rec::CaloHit * > | gar::rec::alg::CaloHitVec |
typedef std::vector< gar::rec::Track * > | gar::rec::alg::TrackVec |
typedef std::vector< gar::rec::Cluster * > | gar::rec::alg::ClusterVec |