ATLAS Offline Software
|
This performs reclustering after identifying dead or noisy channels. More...
#include <SCT_ReClustering.h>
Static Public Member Functions | |
static std::vector< std::vector< Identifier > > | recluster (std::vector< std::vector< Identifier >> &, const SCT_ID &) |
called by SCT_ClusteringTool. More... | |
Private Types | |
typedef std::vector< Identifier > | ID_Vector |
typedef std::vector< Identifier >::iterator | Discont |
This performs reclustering after identifying dead or noisy channels.
Definition at line 22 of file SCT_ReClustering.h.
|
private |
Definition at line 32 of file SCT_ReClustering.h.
|
private |
Definition at line 31 of file SCT_ReClustering.h.
|
static |
called by SCT_ClusteringTool.
If some bad channel has broken the cluster (provided as a list of RDOs) in non-consecutive fragments, just split it.
Definition at line 24 of file SCT_ReClustering.cxx.