ATLAS Offline Software
|
Helper struct and functions for accumulating sector information for matrix generation. More...
#include "FPGATrackSimMatrixAccumulator.h"
Go to the source code of this file.
Functions | |
bool | accumulate (AccumulateMap &map, std::vector< module_t > const &modules, FPGATrackSimMatrixAccumulator const &acc) |
Accumulates an accumulator (e.g. More... | |
Helper struct and functions for accumulating sector information for matrix generation.
Definition in file FPGATrackSimMatrixAccumulator.cxx.
bool accumulate | ( | AccumulateMap & | map, |
std::vector< module_t > const & | modules, | ||
FPGATrackSimMatrixAccumulator const & | acc | ||
) |
Accumulates an accumulator (e.g.
Helper function for adding a track/accumulator to an accumulate map.
a single track) to an accumulate map.
map | - map to be added to |
modules | - sector definition of the accumulator to be added |
acc | - accumulator to be added |
Definition at line 22 of file FPGATrackSimMatrixAccumulator.cxx.