ATLAS Offline Software
|
Interface for tools that translate pixels columns and rows to local position in station and saves output in xAOD format. More...
#include <IAFPSiRowColToLocalCSTool.h>
Public Member Functions | |
DeclareInterfaceID (IAFPSiRowColToLocalCSTool, 1, 0) | |
virtual xAOD::AFPSiHitsCluster * | newXAODLocal (const int stationID, const int layerID, const AFP::SiLocAlignData &LA, const AFP::SiGlobAlignData &GA, const AFPSiClusterBasicObj &cluster, std::unique_ptr< xAOD::AFPSiHitsClusterContainer > &xAODContainer) const =0 |
Make xAOD::AFPSiHitsCluster with local position. More... | |
Interface for tools that translate pixels columns and rows to local position in station and saves output in xAOD format.
Definition at line 33 of file IAFPSiRowColToLocalCSTool.h.
IAFPSiRowColToLocalCSTool::DeclareInterfaceID | ( | IAFPSiRowColToLocalCSTool | , |
1 | , | ||
0 | |||
) |
|
pure virtual |
Make xAOD::AFPSiHitsCluster with local position.
[in] | stationID | ID number of station where the layer is |
[in] | layerID | ID number of the layer with for which position is to be calculated |
[in] | cluster | cluster to be saved in xAOD::AFPSiHitsCluster |
[out] | xAODContainer | xAOD container to which the new xAOD cluster is added |