ATLAS Offline Software
PixelClusterizationAlg.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 
9 namespace ActsTrk {
10 
11 class PixelClusterizationAlg : public ClusterizationAlg<IPixelClusteringTool, false> {
13 };
14 
15 class PixelCacheClusterizationAlg : public ClusterizationAlg<IPixelClusteringTool, true> {
17 };
18 
19 }
IPixelClusteringTool.h
PixelClusterCacheId.h
ActsTrk::PixelClusterizationAlg
Definition: PixelClusterizationAlg.h:11
ClusterizationAlg.h
ActsTrk::ClusterizationAlg
Definition: ClusterizationAlg.h:20
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
ActsTrk::PixelCacheClusterizationAlg
Definition: PixelClusterizationAlg.h:15