ATLAS Offline Software
Classes
FPGATrackSimNNMap.h File Reference

Map for NN tracking. More...

#include "lwtnn/LightweightGraph.hh"
#include "lwtnn/parse_json.hh"
#include <fstream>
#include <string>
Include dependency graph for FPGATrackSimNNMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimNNMap
 

Detailed Description

Map for NN tracking.

Author
Elliott Cheu
Date
April 28, 2021 A connection map is a text file that maps the first stage sectors to all possible second stage sectors

The first line indicates the first stage sector ID and the following numbers are the IDs of all the matching second stage, i.e.:

First_stage_sector_ID Second_stage_sector_ID_1 Second_stage_sector_ID_2 ... Second_stage_sector_ID_N

Definition in file FPGATrackSimNNMap.h.