|
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... | |
Static Public Member Functions | |
| static GbtsLayerConnectionMap | fromFile (std::string &inFile, bool lrtMode) |
| Create a GbtsLayerConnectionMap from a file. | |
| static GbtsLayerConnectionMap | fromStream (std::istream &inStream, bool lrtMode) |
| Create a GbtsLayerConnectionMap from an input stream. | |
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.
|
static |
Create a GbtsLayerConnectionMap from a file.
| inFile | Input configuration file path |
| lrtMode | Enable LRT (Large Radius Tracking) mode |
|
static |
Create a GbtsLayerConnectionMap from an input stream.
| inStream | Input stream containing the connection data |
| lrtMode | Enable LRT (Large Radius Tracking) mode |