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#ifndef ACTSTRK_PIXELCLUSTERIZATIONALG_H
5#define ACTSTRK_PIXELCLUSTERIZATIONALG_H
6
11
12namespace ActsTrk {
13
14class PixelClusterizationAlg : public ClusterizationAlg<IPixelClusteringTool, false> {
16};
17
18class PixelCacheClusterizationAlg : public ClusterizationAlg<IPixelClusteringTool, true> {
20};
21
22}
23#endif
ClusterizationAlg(const std::string &name, ISvcLocator *pSvcLocator)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...