Process to find all local maxima within a cluster.
More...
#include <BSEmcLocalMaxFindingProcess.h>
Process to find all local maxima within a cluster.
To be run after BSEmcClusteringProcess to determine maxima, since Subclustering depends on maxima
- Author
- Phil Strother
-
Helmut Schmuecker Ruhr-Uni Bochum
-
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 66 of file BSEmcLocalMaxFindingProcess.h.
◆ BSEmcLocalMaxFindingProcess()
BSEmcLocalMaxFindingProcess::BSEmcLocalMaxFindingProcess |
( |
| ) |
|
◆ ~BSEmcLocalMaxFindingProcess()
virtual BSEmcLocalMaxFindingProcess::~BSEmcLocalMaxFindingProcess |
( |
| ) |
|
|
virtual |
◆ FindLocalMaxima()
void BSEmcLocalMaxFindingProcess::FindLocalMaxima |
( |
const std::vector< const BSEmcDigi *> & |
t_digiCont, |
|
|
const std::vector< BSEmcCluster *> & |
t_clusterCont |
|
) |
| |
◆ GetDataContainer()
Pass the container register to the process, and set the processes container requirements.
- Parameters
-
Reimplemented from PndProcess.
◆ GetNeigboursOf()
◆ IsLocalMaximum()
Bool_t BSEmcLocalMaxFindingProcess::IsLocalMaximum |
( |
const BSEmcDigi * |
t_digi, |
|
|
const std::vector< const BSEmcDigi *> & |
t_neighbours |
|
) |
| const |
|
protected |
◆ Process()
virtual void BSEmcLocalMaxFindingProcess::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 BSEmcLocalMaxFindingProcess::SetClusterBranchName |
( |
const TString & |
t_branchname | ) |
|
|
inline |
◆ SetClusteringParName()
void BSEmcLocalMaxFindingProcess::SetClusteringParName |
( |
const std::string & |
t_parName | ) |
|
|
inline |
◆ SetDetectorName()
virtual void BSEmcLocalMaxFindingProcess::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 BSEmcLocalMaxFindingProcess::SetDigiBranchName |
( |
const TString & |
t_branchname | ) |
|
|
inline |
◆ SetNeighbouringRelationParName()
void BSEmcLocalMaxFindingProcess::SetNeighbouringRelationParName |
( |
const std::string & |
t_parName | ) |
|
|
inline |
◆ SetupParameters()
virtual void BSEmcLocalMaxFindingProcess::SetupParameters |
( |
const PndParameterRegister * |
t_parameter | ) |
|
|
virtual |
The documentation for this class was generated from the following file: