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