ATLAS Offline Software
Classes
FPGATrackSimMatrixMergeAlgo.h File Reference

Algorithm to merge matrix files, to be used for sector and constant generation. More...

#include "GaudiKernel/ITHistSvc.h"
#include "AthenaBaseComps/AthAlgorithm.h"
#include "FPGATrackSimMatrixIO.h"
#include "TTree.h"
#include "TH1I.h"
#include "TH1F.h"
#include <string>
#include <vector>
Include dependency graph for FPGATrackSimMatrixMergeAlgo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimMatrixMergeAlgo
 

Detailed Description

Algorithm to merge matrix files, to be used for sector and constant generation.

Author
Rewrite by Riley Xu - riley.nosp@m..xu@.nosp@m.cern..nosp@m.ch after FTK code
Date
May 8th, 2020 This algorithm merges multiple matrix files. See FPGATrackSimMatrixGenAlgo.h for information on the matrix file. This class uses the same map structure to accumulate the data.

This algorithm doesn't run on events; the functinality takes place in initialize() and finalize().

Definition in file FPGATrackSimMatrixMergeAlgo.h.