ATLAS Offline Software
|
Algorithm to generate fit constants. More...
#include "GaudiKernel/ITHistSvc.h"
#include "AthenaBaseComps/AthAlgorithm.h"
#include "FPGATrackSimObjects/FPGATrackSimVectors.h"
#include "FPGATrackSimMaps/IFPGATrackSimMappingSvc.h"
#include "FPGATrackSimMaps/FPGATrackSimPlaneMap.h"
#include "TTree.h"
#include "FPGATrackSimMatrixAccumulator.h"
#include <string>
#include <vector>
#include <TMatrixD.h>
#include "TH1I.h"
#include "TH1F.h"
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.