ATLAS Offline Software
Loading...
Searching...
No Matches
StripClusterizationAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef ACTSTRK_STRIPCLUSTERIZATIONALG_H
5#define ACTSTRK_STRIPCLUSTERIZATIONALG_H
9
10namespace ActsTrk {
11
12class StripClusterizationAlg : public ClusterizationAlg<IStripClusteringTool, false> {
14};
15
16class StripCacheClusterizationAlg : public ClusterizationAlg<IStripClusteringTool, true> {
18};
19
20}
21#endif
ClusterizationAlg(const std::string &name, ISvcLocator *pSvcLocator)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...