![]() |
ATLAS Offline Software
|
Maps ITK module indices to FPGATrackSim regions. More...
#include "FPGATrackSimMaps/FPGATrackSimPlaneMap.h"#include <vector>#include <map>#include <fstream>Go to the source code of this file.
Classes | |
| struct | FPGATrackSimRegionBoundaries |
| class | FPGATrackSimRegionMap |
Maps ITK module indices to FPGATrackSim regions.
The region map is a text configuration file that defines the regions in FPGATrackSim. A region is roughly an eta/phi slice that handled by the same TP board (??? not quite sure if this is right). The region map delineates the modules in each region based on InDetIdentifier ids.
Region map format:
Region definition format:
Line values (i.e. columns):
The min and max ids are the important fields that actually define the boundary of the region, and are inclusive. TODO there is no reason to store total phi/eta module in each region.
See header.
Definition in file FPGATrackSimRegionMap.h.