LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#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) |
Definition at line 39 of file ClusterCrawlerAlg.cxx.
References CluLen::length.
Referenced by cluster::ClusterCrawlerAlg::FindVertices().