ATLAS Offline Software
Classes
FPGATrackSimSectorSlice.h File Reference

Stores the range of eta/phi/etc. of each sector. More...

#include "FPGATrackSimObjects/FPGATrackSimTrackPars.h"
#include "FPGATrackSimObjects/FPGATrackSimTypes.h"
#include <vector>
#include <utility>
Include dependency graph for FPGATrackSimSectorSlice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimSectorSlice
 

Detailed Description

Stores the range of eta/phi/etc. of each sector.

See header.

Author
major update Riley Xu - rixu@.nosp@m.cern.nosp@m..ch
Date
March 20, 2020 Sector slices store the range of eta/phi/etc. of each sector. This is done for all 5 track parameters by binning each parameter, with one bitvector per bin. The size of the bitvectors is the number of sectors, so that bv[sector] represents whether that sector goes through that parameter value.

Sector slices are created by ConstGenAlgo and stored in a ROOT file. Sector slices are used by track inversion to select the sectors that it uses to do the inverse fit.

Author
unkown
Date
nope

Definition in file FPGATrackSimSectorSlice.h.