ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigInDetRoadPredictorTool::LayerDescription Struct Reference
Collaboration diagram for TrigInDetRoadPredictorTool::LayerDescription:

Public Member Functions

 LayerDescription (unsigned int id, int nSL, unsigned int mType)
 

Public Attributes

unsigned int m_id {}
 
int m_nSubLayers {}
 
unsigned int m_mappingType {}
 
std::map< short, DetectorElementsCollectionm_colls [2]
 

Detailed Description

Definition at line 63 of file TrigInDetRoadPredictorTool.h.

Constructor & Destructor Documentation

◆ LayerDescription()

TrigInDetRoadPredictorTool::LayerDescription::LayerDescription ( unsigned int  id,
int  nSL,
unsigned int  mType 
)
inline

Definition at line 64 of file TrigInDetRoadPredictorTool.h.

64 : m_id(id), m_nSubLayers(nSL), m_mappingType(mType) {};

Member Data Documentation

◆ m_colls

std::map<short, DetectorElementsCollection> TrigInDetRoadPredictorTool::LayerDescription::m_colls[2]

Definition at line 68 of file TrigInDetRoadPredictorTool.h.

◆ m_id

unsigned int TrigInDetRoadPredictorTool::LayerDescription::m_id {}

Definition at line 65 of file TrigInDetRoadPredictorTool.h.

◆ m_mappingType

unsigned int TrigInDetRoadPredictorTool::LayerDescription::m_mappingType {}

Definition at line 67 of file TrigInDetRoadPredictorTool.h.

◆ m_nSubLayers

int TrigInDetRoadPredictorTool::LayerDescription::m_nSubLayers {}

Definition at line 66 of file TrigInDetRoadPredictorTool.h.


The documentation for this struct was generated from the following file:
TrigInDetRoadPredictorTool::LayerDescription::m_mappingType
unsigned int m_mappingType
Definition: TrigInDetRoadPredictorTool.h:67
TrigInDetRoadPredictorTool::LayerDescription::m_nSubLayers
int m_nSubLayers
Definition: TrigInDetRoadPredictorTool.h:66
TrigInDetRoadPredictorTool::LayerDescription::m_id
unsigned int m_id
Definition: TrigInDetRoadPredictorTool.h:65