![]() |
ATLAS Offline Software
|
Maps physical layers to logical layers. More...
#include "FPGATrackSimObjects/FPGATrackSimHit.h"#include "FPGATrackSimMaps/FPGATrackSimModuleRelabel.h"#include <vector>#include <string>#include <stdexcept>#include <fstream>#include <memory>Go to the source code of this file.
Classes | |
| struct | LayerSection |
| struct | LayerInfo |
| class | FPGATrackSimPlaneMap |
Maps physical layers to logical layers.
See header.
The plane map file is a columnar text file that defines the logical layers for patterns. The file definition is described in https://twiki.cern.ch/twiki/bin/view/Atlas/FTKConfigFiles#Plane_map_PMAP, with the addition of the line > # logical at the top of the file, which denotes the total number of logical layers.
NB: There are a bunch of different layers floating around. My understanding is that
Definition in file FPGATrackSimPlaneMap.h.