|
ACTS
Experiment-independent tracking
|
Loader and container for GBTS layer connection data. More...
#include <Acts/Seeding2/GbtsLayerConnection.hpp>
Classes | |
| struct | LayerGroup |
| Group of connections targeting a destination layer. More... | |
Public Member Functions | |
| GbtsLayerConnectionMap (std::string &inFile, bool lrtMode) | |
| Constructor. | |
Public Attributes | |
| std::map< std::int32_t, std::vector< std::unique_ptr< GbtsLayerConnection > > > | connectionMap |
| Map of connections indexed by layer. | |
| float | etaBinWidth {} |
| Eta bin width. | |
| std::map< std::int32_t, std::vector< LayerGroup > > | layerGroups |
| Map of layer groups indexed by layer. | |
Loader and container for GBTS layer connection data.
| Acts::Experimental::GbtsLayerConnectionMap::GbtsLayerConnectionMap | ( | std::string & | inFile, |
| bool | lrtMode ) |
Constructor.
| inFile | Input configuration file path |
| lrtMode | Enable LRT (Large Radius Tracking) mode |