ATLAS Offline Software
Loading...
Searching...
No Matches
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
9namespace ActsTrk {
10
11class PixelClusterizationAlg : public ClusterizationAlg<IPixelClusteringTool, false> {
13};
14
15class PixelCacheClusterizationAlg : public ClusterizationAlg<IPixelClusteringTool, 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...