Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Namespaces | Functions
FPGATrackSimClusteringTool.h File Reference
#include "AthenaBaseComps/AthAlgTool.h"
#include "FPGATrackSimMaps/FPGATrackSimClusteringToolI.h"
#include "FPGATrackSimObjects/FPGATrackSimHit.h"
#include "FPGATrackSimObjects/FPGATrackSimCluster.h"
#include <vector>
#include <memory>
Include dependency graph for FPGATrackSimClusteringTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimClusteringTool
 

Namespaces

 FPGATrackSimCLUSTERING
 

Functions

void FPGATrackSimCLUSTERING::attachTruth (std::vector< FPGATrackSimHit > &)
 
bool FPGATrackSimCLUSTERING::updatePixelCluster (FPGATrackSimCluster &currentCluster, FPGATrackSimHit &incomingHit, bool newCluster, bool digitalClustering)
 
bool FPGATrackSimCLUSTERING::updateStripCluster (FPGATrackSimCluster &currentCluster, FPGATrackSimHit &incomingHit, bool newCluster, bool digitalClustering)
 
bool FPGATrackSimCLUSTERING::updateClusterContents (FPGATrackSimCluster &currentCluster, int &clusterRow, int &clusterRowWidth, int &clusterCol, int &clusterColWidth, FPGATrackSimHit &incomingHit, bool digitalClustering)
 
bool FPGATrackSimCLUSTERING::sortITkInputEta (const FPGATrackSimHit &hitA, const FPGATrackSimHit &hitB)
 
bool FPGATrackSimCLUSTERING::sortITkInputPhi (const FPGATrackSimHit &hitA, const FPGATrackSimHit &HitB)