ATLAS Offline Software
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 FPGATrackSimCLUSTERING::updateStripCluster (FPGATrackSimCluster &currentCluster, FPGATrackSimHit &incomingHit, bool newCluster)
 
void FPGATrackSimCLUSTERING::updateClusterContents (FPGATrackSimCluster &currentCluster, int &clusterRow, int &clusterRowWidth, int &clusterCol, int &clusterColWidth, FPGATrackSimHit &incomingHit)
 
bool FPGATrackSimCLUSTERING::sortITkInputEta (const FPGATrackSimHit &hitA, const FPGATrackSimHit &hitB)
 
bool FPGATrackSimCLUSTERING::sortITkInputPhi (const FPGATrackSimHit &hitA, const FPGATrackSimHit &HitB)