R3BROOT
R3B analysis software
|
#include <R3BNeulandClusterFinder.h>
Public Member Functions | |
R3BNeulandClusterFinder (double dist_x=1. *CLUSTER_FINDER_DISTANCE, double dist_y=1. *CLUSTER_FINDER_DISTANCE, double dist_z=2. *CLUSTER_FINDER_DISTANCE, double dist_t=1., std::string_view input="NeulandHits", std::string_view output="NeulandClusters") | |
R3BNeulandClusterFinder (std::string_view input, std::string_view output) | |
Private Member Functions | |
auto | Init () -> InitStatus override |
void | Exec (Option_t *) override |
ClassDefOverride (R3BNeulandClusterFinder, 0) | |
Private Attributes | |
Neuland::ClusteringEngine< R3BNeulandHit > | fClusteringEngine |
R3B::InputVectorConnector< R3BNeulandHit > | fDigis |
R3B::OutputVectorConnector< R3BNeulandCluster > | fClusters |
std::vector< R3BNeulandHit > | neuland_hits_buffer_ |
std::vector< std::vector< R3BNeulandHit > > | clustered_hits_buffer_ |
Definition at line 38 of file R3BNeulandClusterFinder.h.
|
explicit |
Definition at line 26 of file R3BNeulandClusterFinder.cxx.
|
inline |
Definition at line 48 of file R3BNeulandClusterFinder.h.
|
private |
|
overrideprivate |
Definition at line 53 of file R3BNeulandClusterFinder.cxx.
|
overrideprivate |
Definition at line 46 of file R3BNeulandClusterFinder.cxx.
|
private |
Definition at line 61 of file R3BNeulandClusterFinder.h.
|
private |
Definition at line 56 of file R3BNeulandClusterFinder.h.
|
private |
Definition at line 58 of file R3BNeulandClusterFinder.h.
|
private |
Definition at line 57 of file R3BNeulandClusterFinder.h.
|
private |
Definition at line 60 of file R3BNeulandClusterFinder.h.