R3BROOT
R3B analysis software
|
#include "ClusteringEngine.h"
#include "FairTask.h"
#include "R3BNeulandCluster.h"
#include "R3BNeulandHit.h"
#include <R3BIOConnector.h>
Go to the source code of this file.
Classes | |
class | R3BNeulandClusterFinder |
Variables | |
constexpr auto | CLUSTER_FINDER_DISTANCE = 7.5 |
NeuLAND cluster finder task. | |
|
constexpr |
For each event, get the R3BNeulandHits and group them into R3BNeulandClusters using the Neuland Clustering Engine. Input: Branch NeulandHits = TClonesArray("R3BNeulandDigi") Output: Branch NeulandClusters = TClonesArray("R3BNeulandCluster")
Definition at line 32 of file R3BNeulandClusterFinder.h.