ATLAS Offline Software
Classes
FPGATrackSimSectorBank.h File Reference

This file declares a class that stores the module IDs of the sectors. More...

#include <iostream>
#include <map>
#include <fstream>
#include <vector>
#include "FPGATrackSimObjects/FPGATrackSimTypes.h"
Include dependency graph for FPGATrackSimSectorBank.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimSectorBank
 

Detailed Description

This file declares a class that stores the module IDs of the sectors.

Author
Riley Xu - rixu@.nosp@m.cern.nosp@m..ch
Date
April 2nd, 2020 This class reads sector definitions from a text file generated by ConstGen (or MatrixGen?). The file format uses space-delimited values:
  • 1st line is a header with the number of sectors followed by the number of logical layers (P)
  • Each sector then has a line with the info: sector# [moduleID0 ... moduleID(P-1)] IDK? coverage

Definition in file FPGATrackSimSectorBank.h.