![]() |
PandaRoot
|
#include <math.h>
#include <tuple>
#include "PndSttGeometryMap.h"
#include "FairHit.h"
#include "PndSttHit.h"
#include "FairLogger.h"
#include "PndHoughApollonius.h"
#include "PndTrackEvaluatorDetStt.h"
#include "PndSttCA.h"
Go to the source code of this file.
Classes | |
struct | PndApollonius::Thresholds |
Contains all distance thresholds for different detector hits to be defined as "close to the track and must be added". More... | |
struct | PndApollonius::Triplet |
A structure that defines a triplet consisting of three STT Hits. More... | |
struct | PndApollonius::TripletSolution |
A structure that defines a solution of a triplet (an Apollonius Circle and all hits close to the circle). More... | |
struct | PndApollonius::TripletValues |
A structure that defines the three sets of STT hits (inner, mid, outer STT set), that are used to combine triplets. More... | |
struct | PndApollonius::ReductionMaps |
A structure that defines all maps that are used to reduce to number of possible triplet combinations. More... | |
struct | PndApollonius::ApolloniusTripletFunctions |
A structure that defines all functions used for the Apollonius Triplet track finder. More... | |
Namespaces | |
PndApollonius | |
Macros | |
#define | _USE_MATH_DEFINES |
#define _USE_MATH_DEFINES |
Definition at line 3 of file PndApolloniusTriplet.h.