![]() |
ATLAS Offline Software
|
#include "AthenaBaseComps/AthAlgTool.h"#include "FPGATrackSimMaps/FPGATrackSimClusteringToolI.h"#include "FPGATrackSimObjects/FPGATrackSimHit.h"#include "FPGATrackSimObjects/FPGATrackSimCluster.h"#include "FPGATrackSimLorentzAngle/FPGATrackSimLorentzAngleTool.h"#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | FPGATrackSimClusteringTool |
Namespaces | |
| namespace | FPGATrackSimCLUSTERING |
Functions | |
| void | FPGATrackSimCLUSTERING::attachTruth (std::vector< FPGATrackSimHit > &) |
| bool | FPGATrackSimCLUSTERING::updatePixelCluster (FPGATrackSimCluster ¤tCluster, FPGATrackSimHit &incomingHit, bool newCluster, bool digitalClustering) |
| bool | FPGATrackSimCLUSTERING::updateStripCluster (FPGATrackSimCluster ¤tCluster, FPGATrackSimHit &incomingHit, bool newCluster, bool digitalClustering) |
| bool | FPGATrackSimCLUSTERING::updateClusterContents (FPGATrackSimCluster ¤tCluster, int &clusterRow, int &clusterRowWidth, int &clusterCol, int &clusterColWidth, FPGATrackSimHit &incomingHit, bool digitalClustering) |
| bool | FPGATrackSimCLUSTERING::sortITkInputEta (const std::unique_ptr< FPGATrackSimHit > &hitA, const std::unique_ptr< FPGATrackSimHit > &hitB) |
| bool | FPGATrackSimCLUSTERING::sortITkInputPhi (const std::unique_ptr< FPGATrackSimHit > &hitA, const std::unique_ptr< FPGATrackSimHit > &HitB) |