ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_ReClustering.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5
12
13
14#ifndef SiClusterizationTool_SCT_ReClustering_H
15#define SiClusterizationTool_SCT_ReClustering_H
16
17class SCT_ID;
18class Identifier;
19#include <vector>
20
23{
24 public:
28 static std::vector<std::vector<Identifier> > recluster(std::vector<std::vector<Identifier>>&, const SCT_ID&);
29
30 private:
31 typedef std::vector<Identifier> ID_Vector;
32 typedef std::vector<Identifier>::iterator Discont;
33};
34
35#endif // SiClusterizationTool_SCT_ReClustering_H
This is an Identifier helper class for the SCT subdetector.
Definition SCT_ID.h:68
This performs reclustering after identifying dead or noisy channels.
static std::vector< std::vector< Identifier > > recluster(std::vector< std::vector< Identifier > > &, const SCT_ID &)
called by SCT_ClusteringTool.
std::vector< Identifier >::iterator Discont
std::vector< Identifier > ID_Vector