splits clusters on the basis of exponential distance from the subCluster centroid
More...
#include <BSEmcExpClusterSplittingProcess.h>
splits clusters on the basis of exponential distance from the subCluster centroid
to be run after BSEmcLocalMaxFindingProcess or BSEmcRemoveSplitOffMax
- Author
- Phil Strother
-
M. Babai
-
Ben Salisbury salis.nosp@m.bury.nosp@m.@hisk.nosp@m.p.un.nosp@m.i-bon.nosp@m.n.de, HISKP Bonn
- Date
- 2021-02
Definition at line 79 of file BSEmcExpClusterSplittingProcess.h.
◆ BSEmcExpClusterSplittingProcess()
BSEmcExpClusterSplittingProcess::BSEmcExpClusterSplittingProcess |
( |
| ) |
|
◆ ~BSEmcExpClusterSplittingProcess()
virtual BSEmcExpClusterSplittingProcess::~BSEmcExpClusterSplittingProcess |
( |
| ) |
|
|
virtual |
◆ GetDataContainer()
Pass the container register to the process, and set the processes container requirements.
- Parameters
-
Reimplemented from PndProcess.
◆ Process()
virtual void BSEmcExpClusterSplittingProcess::Process |
( |
| ) |
|
|
virtual |
The actual data transformation (digitizing, clustering, etc.) should be defined here.
Implements PndProcess.
◆ RequestDataContainer()
Pass the container register to the process, and get the processes container requirements.
- Parameters
-
Reimplemented from PndProcess.
◆ SetClusterBranchName()
void BSEmcExpClusterSplittingProcess::SetClusterBranchName |
( |
const TString & |
t_branchname | ) |
|
|
inline |
◆ SetClusteringParName()
void BSEmcExpClusterSplittingProcess::SetClusteringParName |
( |
const std::string & |
t_parName | ) |
|
|
inline |
◆ SetClusterPropertiesParName()
void BSEmcExpClusterSplittingProcess::SetClusterPropertiesParName |
( |
const std::string & |
t_parName | ) |
|
|
inline |
◆ SetDetectorName()
virtual void BSEmcExpClusterSplittingProcess::SetDetectorName |
( |
const std::string & |
t_detectorname | ) |
|
|
virtual |
Set the Detector name. Important, as most EmcParameter need to know for which detector they need to be fetched (each Emc Subdetector has its own set of parameters)
- Parameters
-
Reimplemented from PndProcess.
◆ SetDigiBranchName()
void BSEmcExpClusterSplittingProcess::SetDigiBranchName |
( |
const TString & |
t_branchname | ) |
|
|
inline |
◆ SetNeighbouringRelationParName()
void BSEmcExpClusterSplittingProcess::SetNeighbouringRelationParName |
( |
const std::string & |
t_parName | ) |
|
|
inline |
◆ SetPositionParName()
void BSEmcExpClusterSplittingProcess::SetPositionParName |
( |
const std::string & |
t_parName | ) |
|
|
inline |
◆ SetSubClusterBranchName()
void BSEmcExpClusterSplittingProcess::SetSubClusterBranchName |
( |
const TString & |
t_branchname | ) |
|
|
inline |
◆ SetupParameters()
virtual void BSEmcExpClusterSplittingProcess::SetupParameters |
( |
const PndParameterRegister * |
t_parameter | ) |
|
|
virtual |
◆ SubClustering()
std::vector<BSEmcSubCluster *> BSEmcExpClusterSplittingProcess::SubClustering |
( |
const std::vector< const BSEmcDigi *> & |
t_digiCont, |
|
|
const std::vector< BSEmcCluster *> & |
t_clusterCont |
|
) |
| |
The documentation for this class was generated from the following file: