ATLAS Offline Software
Loading...
Searching...
No Matches
IPixelSpacePointFormationTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTOOLINTERFACES_IPIXELSPACEPOINTFORMATIONTOOL_H
6#define ACTSTOOLINTERFACES_IPIXELSPACEPOINTFORMATIONTOOL_H
7
8// Athena
9#include "GaudiKernel/IAlgTool.h"
10
15
16namespace ActsTrk {
17
20
21 class IPixelSpacePointFormationTool : virtual public IAlgTool {
22 public:
24
26
27 virtual StatusCode producePixelSpacePoint(const xAOD::PixelCluster& cluster,
29 const InDetDD::SiDetectorElement& element) const = 0;
31
32 };
33
34} // ACTSTOOLINTERFACES_IPIXELSPACEPOINTFORMATIONTOOL_H
35
36#endif
37
38
static Double_t sp
Base class for pixel space point formation tool.
virtual StatusCode producePixelSpacePoint(const xAOD::PixelCluster &cluster, xAOD::SpacePoint &sp, const InDetDD::SiDetectorElement &element) const =0
DeclareInterfaceID(IPixelSpacePointFormationTool, 1, 0)
Class to hold geometrical description of a silicon detector element.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
PixelCluster_v1 PixelCluster
Define the version of the pixel cluster class.