ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1TGC Namespace Reference

Classes

class  BigWheelCoincidenceLUT
class  BIS78TrigOut
class  NSWTrigOut
class  TGCBIS78
class  TGCBIS78CoincidenceMap
class  TGCEIFICoincidenceMap
class  TGCGoodMF
class  TGCNSW
class  TGCTileMuCoincidenceLUT
 This class stores the LUT for Tile-Muon coincidence of the Run-3 L1Muon Endcap trigger. More...
class  TGCTMDB
class  TGCTMDBOut

Enumerations

enum  TGCSide { ASIDE = 0 , CSIDE , kNSide }
 The sides of TGC (A- or C-side) More...

Variables

static constexpr unsigned int kNOctant = 8
 The number of octants per side.
static constexpr unsigned int kNEndcapTrigSector = 48
 The number of endcap trigger sectors per side.
static constexpr unsigned int kNMaxSSC = 19
 The maximim number of SubSector-Clusters (SSC) (i.e.
static constexpr unsigned int kNRoiInSSC = 8
 The default number of ROIs in SSC.
static constexpr unsigned int kNumberOfEndcapRoI = (kNMaxSSC-1) * kNRoiInSSC + 4
 The number of ROIs in a endcap trigger sector.
static constexpr unsigned int kNThresholdsR2 = 6
 The number of pT thresholds in Run-2.
static constexpr unsigned int kNThresholdsR3 = 15
 The number of pT thresholds in Run-3.

Enumeration Type Documentation

◆ TGCSide

The sides of TGC (A- or C-side)

Enumerator
ASIDE 
CSIDE 
kNSide 

Definition at line 13 of file TGCNumbering.h.

13 {
14 ASIDE = 0,
15 CSIDE,
16 kNSide
17};

Variable Documentation

◆ kNEndcapTrigSector

unsigned int LVL1TGC::kNEndcapTrigSector = 48
staticconstexpr

The number of endcap trigger sectors per side.

Definition at line 23 of file TGCNumbering.h.

◆ kNMaxSSC

unsigned int LVL1TGC::kNMaxSSC = 19
staticconstexpr

The maximim number of SubSector-Clusters (SSC) (i.e.

The number of Endcap SSCs)

Definition at line 26 of file TGCNumbering.h.

◆ kNOctant

unsigned int LVL1TGC::kNOctant = 8
staticconstexpr

The number of octants per side.

Definition at line 20 of file TGCNumbering.h.

◆ kNRoiInSSC

unsigned int LVL1TGC::kNRoiInSSC = 8
staticconstexpr

The default number of ROIs in SSC.

Definition at line 29 of file TGCNumbering.h.

◆ kNThresholdsR2

unsigned int LVL1TGC::kNThresholdsR2 = 6
staticconstexpr

The number of pT thresholds in Run-2.

Definition at line 35 of file TGCNumbering.h.

◆ kNThresholdsR3

unsigned int LVL1TGC::kNThresholdsR3 = 15
staticconstexpr

The number of pT thresholds in Run-3.

Definition at line 37 of file TGCNumbering.h.

◆ kNumberOfEndcapRoI

unsigned int LVL1TGC::kNumberOfEndcapRoI = (kNMaxSSC-1) * kNRoiInSSC + 4
staticconstexpr

The number of ROIs in a endcap trigger sector.

Definition at line 32 of file TGCNumbering.h.