LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
ClusterCrawlerAlg.cxx File Reference
#include <cmath>
#include <iostream>
#include <iomanip>
#include <algorithm>
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "canvas/Utilities/Exception.h"
#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"
#include "larcorealg/CoreUtils/NumericUtils.h"
#include "larcore/Geometry/Geometry.h"
#include "larcorealg/Geometry/TPCGeo.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardataobj/RecoBase/Cluster.h"
#include "larreco/RecoAlg/ClusterCrawlerAlg.h"
#include "larevt/CalibrationDBI/Interface/ChannelStatusService.h"
#include "larevt/CalibrationDBI/Interface/ChannelStatusProvider.h"

Go to the source code of this file.

Classes

struct  CluLen
 

Namespaces

 cluster
 Cluster finding and building.
 

Functions

bool greaterThan (CluLen c1, CluLen c2)
 
bool lessThan (CluLen c1, CluLen c2)
 
bool cluster::SortByLowHit (unsigned int i, unsigned int j)
 

Function Documentation

bool greaterThan ( CluLen  c1,
CluLen  c2 
)

Definition at line 39 of file ClusterCrawlerAlg.cxx.

References CluLen::length.

Referenced by cluster::ClusterCrawlerAlg::FindVertices().

39 { return (c1.length > c2.length);}
bool lessThan ( CluLen  c1,
CluLen  c2 
)

Definition at line 40 of file ClusterCrawlerAlg.cxx.

References CluLen::length.

40 { return (c1.length < c2.length);}