HerdSoftware
0.1.1
|
Algorithm that clusters the Monte Carlo STK hits. More...
#include <algorithms/clustering/StkClusteringAlgo.h>
Public Member Functions | |
StkClusteringAlgo (const std::string &name) | |
Constructor. More... | |
![]() | |
SiliconDetectorClusteringAlgo (const std::string &name) | |
Constructor. More... | |
bool | Initialize () override |
Initialization of the algorithm. More... | |
bool | Process () override |
Process a single event. More... | |
std::vector< std::string > | FreeObjects (const std::vector< std::string > &objs, Memory::Status memStatus) override |
Free the memory of unneeded objects. More... | |
Additional Inherited Members | |
![]() | |
std::string | _detName |
Name of the detector, e.g "stk". More... | |
Algorithm that clusters the Monte Carlo STK hits.
This algorithm creates clusters starting from the strip hits in the STK. A cluster is defined as a group of contiguous strips above a given S/N level, including at least one strip (the seed strip) above a given, higher S/N level.
name | type | store | optional | description |
---|---|---|---|---|
stkHitsColl | StkHitsColl | evStore | no | Hits in the STK. |
Needed global objects:
name | type | store | optional | description |
---|---|---|---|---|
stkGeoParams | StkGeoParamsColl | globStore | no | Geometric parameters of the STK. |
Produced event objects:
name | alias | type | store | description |
---|---|---|---|---|
stkClustersCollMC | StkClustersColl | evStore | The clusters of the STKs. |
Parameters:
name | type | default value | description -----------------—|----------—|------------—|--------------------------------------------------------------------------------------—
Herd::StkClusteringAlgo::StkClusteringAlgo | ( | const std::string & | name | ) |
Constructor.
name | The name of the algorithm. |