![]() |
ATLAS Offline Software
|
Algorithm to generate fit constants. More...
#include "GaudiKernel/ITHistSvc.h"#include "AthenaBaseComps/AthAlgorithm.h"#include "FPGATrackSimObjects/FPGATrackSimTypes.h"#include "FPGATrackSimObjects/FPGATrackSimTrackPars.h"#include "FPGATrackSimObjects/FPGATrackSimVectors.h"#include "FPGATrackSimMaps/IFPGATrackSimMappingSvc.h"#include "FPGATrackSimConfTools/IFPGATrackSimEventSelectionSvc.h"#include "TMatrixDfwd.h"#include <string>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| struct | geo_constants |
| class | FPGATrackSimConstGenAlgo |
Algorithm to generate fit constants.
See ATLAS-TDR-FTK-021 section 5.2.2. for a detailed description of constant generation. The constants are calculated via equation 9,
C_ij = Inv(V_jk) . ( <x_k p_i> - <x_k> <p_i> )
where x_k are the hit coordinates, p_i the helix parameters, and V_jk the covariance matrix
V_jk = <x_j x_k> - <x_j> <x_k>
Definition in file FPGATrackSimConstGenAlgo.h.
1.8.18