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

Namespaces

namespace  ITk

Classes

struct  DataExportBuffer
struct  DetectorModel
class  Module
class  OffloadBuffer
struct  OutputSeedStorage
struct  SeedFinderSettings
struct  SeedMakingJob
struct  SiliconLayer
struct  SpacePointLayerRange
struct  SpacePointStorage
class  Work
class  WorkFactory

Typedefs

typedef struct TrigAccel::DataExportBuffer DATA_EXPORT_BUFFER
typedef struct TrigAccel::SiliconLayer SILICON_LAYER
typedef struct TrigAccel::DetectorModel DETECTOR_MODEL
typedef struct TrigAccel::SpacePointLayerRange SPACEPOINT_LAYER_RANGE
typedef struct TrigAccel::SpacePointStorage SPACEPOINT_STORAGE
typedef struct TrigAccel::SeedFinderSettings SEED_FINDER_SETTINGS
typedef struct TrigAccel::SeedMakingJob SEED_MAKING_JOB
typedef struct TrigAccel::OutputSeedStorage OUTPUT_SEED_STORAGE

Enumerations

enum  InDetJobControlCode {
  PIXBS = 11001 , SCTBS = 12001 , PIX_CL_EXPORT = 11010 , SCT_CL_EXPORT = 12010 ,
  SPS_EXPORT = 13010 , SFS_EXPORT = 13011 , TFS_EXPORT = 13012 , SEED_IMPORT = 13100 ,
  SIL_LAYERS_EXPORT = 10020 , PIX_GEO_EXPORT = 11020 , SCT_GEO_EXPORT = 12020 , ID_CABLING_EXPORT = 10000 ,
  FIND_SEEDS = 14000 , MAKE_SEEDS = 14001 , FIND_TRACKS = 15000 , RUN_GBTS = 16000
}

Variables

constexpr unsigned int TrigInDetModuleID_CPU = 0x10000000
constexpr unsigned int TrigInDetModuleID_CUDA = 0x10100000
constexpr unsigned int TrigITkModuleID_CUDA = 0x10200000
static constexpr unsigned int MAX_SILICON_LAYERS = 216
static constexpr unsigned int MAX_NUMBER_PIX_MODULES = 6300
static constexpr unsigned int MAX_NUMBER_SCT_MODULES = 24600
static constexpr unsigned int MAX_NUMBER_SPACEPOINTS = 300000
static constexpr unsigned int MAX_PHI_SLICES = 100
static constexpr unsigned int MAX_NUMBER_OUTPUT_SEEDS = 500000

Typedef Documentation

◆ DATA_EXPORT_BUFFER

◆ DETECTOR_MODEL

◆ OUTPUT_SEED_STORAGE

◆ SEED_FINDER_SETTINGS

◆ SEED_MAKING_JOB

◆ SILICON_LAYER

◆ SPACEPOINT_LAYER_RANGE

◆ SPACEPOINT_STORAGE

Enumeration Type Documentation

◆ InDetJobControlCode

Enumerator
PIXBS 
SCTBS 
PIX_CL_EXPORT 
SCT_CL_EXPORT 
SPS_EXPORT 
SFS_EXPORT 
TFS_EXPORT 
SEED_IMPORT 
SIL_LAYERS_EXPORT 
PIX_GEO_EXPORT 
SCT_GEO_EXPORT 
ID_CABLING_EXPORT 
FIND_SEEDS 
MAKE_SEEDS 
FIND_TRACKS 
RUN_GBTS 

Definition at line 15 of file TrigInDetAccelCodes.h.

15 {
16 PIXBS = 11001,
17 SCTBS = 12001,
18 PIX_CL_EXPORT = 11010,
19 SCT_CL_EXPORT = 12010,
20 SPS_EXPORT = 13010,
21 SFS_EXPORT = 13011,
22 TFS_EXPORT = 13012,
23 SEED_IMPORT = 13100,
24 SIL_LAYERS_EXPORT = 10020,
25 PIX_GEO_EXPORT = 11020,
26 SCT_GEO_EXPORT = 12020,
27 ID_CABLING_EXPORT = 10000,
28 FIND_SEEDS = 14000,
29 MAKE_SEEDS = 14001,
30 FIND_TRACKS = 15000,
31 RUN_GBTS = 16000
32 };

Variable Documentation

◆ MAX_NUMBER_OUTPUT_SEEDS

unsigned int TrigAccel::MAX_NUMBER_OUTPUT_SEEDS = 500000
staticconstexpr

Definition at line 19 of file TrigInDetAccelEDM.h.

◆ MAX_NUMBER_PIX_MODULES

unsigned int TrigAccel::MAX_NUMBER_PIX_MODULES = 6300
staticconstexpr

Definition at line 15 of file TrigInDetAccelEDM.h.

◆ MAX_NUMBER_SCT_MODULES

unsigned int TrigAccel::MAX_NUMBER_SCT_MODULES = 24600
staticconstexpr

Definition at line 16 of file TrigInDetAccelEDM.h.

◆ MAX_NUMBER_SPACEPOINTS

unsigned int TrigAccel::MAX_NUMBER_SPACEPOINTS = 300000
staticconstexpr

Definition at line 17 of file TrigInDetAccelEDM.h.

◆ MAX_PHI_SLICES

unsigned int TrigAccel::MAX_PHI_SLICES = 100
staticconstexpr

Definition at line 18 of file TrigInDetAccelEDM.h.

◆ MAX_SILICON_LAYERS

unsigned int TrigAccel::MAX_SILICON_LAYERS = 216
staticconstexpr

Definition at line 14 of file TrigInDetAccelEDM.h.

◆ TrigInDetModuleID_CPU

unsigned int TrigAccel::TrigInDetModuleID_CPU = 0x10000000
constexpr

Definition at line 10 of file TrigInDetAccelCodes.h.

◆ TrigInDetModuleID_CUDA

unsigned int TrigAccel::TrigInDetModuleID_CUDA = 0x10100000
constexpr

Definition at line 12 of file TrigInDetAccelCodes.h.

◆ TrigITkModuleID_CUDA

unsigned int TrigAccel::TrigITkModuleID_CUDA = 0x10200000
constexpr

Definition at line 13 of file TrigInDetAccelCodes.h.