ATLAS Offline Software
Loading...
Searching...
No Matches
PhaseIIPixelClusterizationAlg.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_PHASEIIPIXELCLUSTERIZATIONALG_H
5#define ACTSTRK_PHASEIIPIXELCLUSTERIZATIONALG_H
6
11
12namespace ActsTrk {
13
14class PhaseIIPixelClusterizationAlg : public ClusterizationAlg<IPhaseIIPixelClusteringTool, false> {
16};
17
18class PhaseIIPixelCacheClusterizationAlg : public ClusterizationAlg<IPhaseIIPixelClusteringTool, 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...