![]() |
ATLAS Offline Software
|
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>Go to the source code of this file.
Classes | |
| class | FPGATrackSimMatrixMergeAlgo |
Algorithm to merge matrix files, to be used for sector and constant generation.
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.