LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <cmath>
#include <utility>
#include <iterator>
#include <algorithm>
#include <functional>
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "larcoreobj/SimpleTypesAndConstants/geo_types.h"
#include "larevt/Filters/ChannelFilter.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
#include "larreco/RecoAlg/fuzzyClusterAlg.h"
#include "lardataobj/RecoBase/Hit.h"
Go to the source code of this file.
Classes | |
class | cluster::fuzzyClusterAlg::baseCluster |
This stores information about a cluster. More... | |
class | cluster::fuzzyClusterAlg::showerCluster |
This stores information about a showerlike cluster. More... | |
class | cluster::fuzzyClusterAlg::trackCluster |
This stores information about a tracklike cluster. More... | |
Namespaces | |
cluster | |
Cluster finding and building. | |
Enumerations | |
enum | cluster::MergeMode : short int { cluster::MergeMode::Shower, cluster::MergeMode::Normal, cluster::MergeMode::ShowerIntercept, cluster::MergeMode::ChargeAsymAngle } |