LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "larreco/RecoAlg/ClusterMatchTQ.h"
#include "larcore/Geometry/Geometry.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
#include "TH1D.h"
Go to the source code of this file.
Classes | |
struct | CluLen |
Namespaces | |
cluster | |
Cluster finding and building. | |
Functions | |
bool | SortByLength (CluLen const &c1, CluLen const &c2) |
bool | SortByWire (art::Ptr< recob::Hit > const &h1, art::Ptr< recob::Hit > const &h2) |
Definition at line 24 of file ClusterMatchTQ.cxx.
References CluLen::length.
Referenced by cluster::ClusterMatchTQ::ClusterMatch().
bool SortByWire | ( | art::Ptr< recob::Hit > const & | h1, |
art::Ptr< recob::Hit > const & | h2 | ||
) |
Definition at line 28 of file ClusterMatchTQ.cxx.
References geo::WireID::Wire, and recob::Hit::WireID().
Referenced by cluster::ClusterMatchTQ::ClusterMatch(), trkf::SpacePts::produce(), and vertex::VertexFinder2D::produce().