ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MuonMDT_CablingMap::MdtOffChModule Struct Reference

Helper struct to group the Mezzanine cards mounted on each multilayer The object provides the following information 1) List of all mezzanine cards associated with the particular multilayer 2) The BME / BIS78 chambers are split into 2 CSM modules due to their. More...

#include <MuonMDT_CablingMap.h>

Collaboration diagram for MuonMDT_CablingMap::MdtOffChModule:

Public Member Functions

TdcOffSet::const_iterator begin () const
 
TdcOffSet::const_iterator end () const
 
TdcOffSet::const_iterator begin ()
 
TdcOffSet::const_iterator end ()
 

Public Attributes

TdcOffSet cards {}
 Mezzanine cards mounted on the chamber. More...
 
std::array< MdtCablingOnData, 2 > csm {}
 The up to 2 CSMs to which the cards are connected. More...
 

Detailed Description

Helper struct to group the Mezzanine cards mounted on each multilayer The object provides the following information 1) List of all mezzanine cards associated with the particular multilayer 2) The BME / BIS78 chambers are split into 2 CSM modules due to their.

Definition at line 38 of file MuonMDT_CablingMap.h.

Member Function Documentation

◆ begin() [1/2]

TdcOffSet::const_iterator MuonMDT_CablingMap::MdtOffChModule::begin ( )
inline

Definition at line 41 of file MuonMDT_CablingMap.h.

41 { return cards.begin(); }

◆ begin() [2/2]

TdcOffSet::const_iterator MuonMDT_CablingMap::MdtOffChModule::begin ( ) const
inline

Definition at line 39 of file MuonMDT_CablingMap.h.

39 { return cards.begin(); }

◆ end() [1/2]

TdcOffSet::const_iterator MuonMDT_CablingMap::MdtOffChModule::end ( )
inline

Definition at line 42 of file MuonMDT_CablingMap.h.

42 { return cards.end(); }

◆ end() [2/2]

TdcOffSet::const_iterator MuonMDT_CablingMap::MdtOffChModule::end ( ) const
inline

Definition at line 40 of file MuonMDT_CablingMap.h.

40 { return cards.end(); }

Member Data Documentation

◆ cards

TdcOffSet MuonMDT_CablingMap::MdtOffChModule::cards {}

Mezzanine cards mounted on the chamber.

Definition at line 45 of file MuonMDT_CablingMap.h.

◆ csm

std::array<MdtCablingOnData, 2> MuonMDT_CablingMap::MdtOffChModule::csm {}

The up to 2 CSMs to which the cards are connected.

Definition at line 47 of file MuonMDT_CablingMap.h.


The documentation for this struct was generated from the following file:
MuonMDT_CablingMap::MdtOffChModule::cards
TdcOffSet cards
Mezzanine cards mounted on the chamber.
Definition: MuonMDT_CablingMap.h:45