![]() |
ATLAS Offline Software
|
Functions | |
void | attachTruth (std::vector< FPGATrackSimHit > &) |
bool | updatePixelCluster (FPGATrackSimCluster ¤tCluster, FPGATrackSimHit &incomingHit, bool newCluster, bool digitalClustering) |
bool | updateStripCluster (FPGATrackSimCluster ¤tCluster, FPGATrackSimHit &incomingHit, bool newCluster, bool digitalClustering) |
bool | updateClusterContents (FPGATrackSimCluster ¤tCluster, int &clusterRow, int &clusterRowWidth, int &clusterCol, int &clusterColWidth, FPGATrackSimHit &incomingHit, bool digitalClustering) |
bool | sortITkInputEta (const FPGATrackSimHit &hitA, const FPGATrackSimHit &hitB) |
bool | sortITkInputPhi (const FPGATrackSimHit &hitA, const FPGATrackSimHit &HitB) |
void FPGATrackSimCLUSTERING::attachTruth | ( | std::vector< FPGATrackSimHit > & | hits | ) |
Definition at line 439 of file FPGATrackSimClusteringTool.cxx.
bool FPGATrackSimCLUSTERING::sortITkInputEta | ( | const FPGATrackSimHit & | hitA, |
const FPGATrackSimHit & | hitB | ||
) |
Definition at line 686 of file FPGATrackSimClusteringTool.cxx.
bool FPGATrackSimCLUSTERING::sortITkInputPhi | ( | const FPGATrackSimHit & | hitA, |
const FPGATrackSimHit & | HitB | ||
) |
Definition at line 695 of file FPGATrackSimClusteringTool.cxx.
bool FPGATrackSimCLUSTERING::updateClusterContents | ( | FPGATrackSimCluster & | currentCluster, |
int & | clusterRow, | ||
int & | clusterRowWidth, | ||
int & | clusterCol, | ||
int & | clusterColWidth, | ||
FPGATrackSimHit & | incomingHit, | ||
bool | digitalClustering | ||
) |
Definition at line 589 of file FPGATrackSimClusteringTool.cxx.
bool FPGATrackSimCLUSTERING::updatePixelCluster | ( | FPGATrackSimCluster & | currentCluster, |
FPGATrackSimHit & | incomingHit, | ||
bool | newCluster, | ||
bool | digitalClustering | ||
) |
Definition at line 458 of file FPGATrackSimClusteringTool.cxx.
bool FPGATrackSimCLUSTERING::updateStripCluster | ( | FPGATrackSimCluster & | currentCluster, |
FPGATrackSimHit & | incomingHit, | ||
bool | newCluster, | ||
bool | digitalClustering | ||
) |
Definition at line 540 of file FPGATrackSimClusteringTool.cxx.