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