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

The online -> offline conversion needs to treat two cases tdcId && channelId == 0xFF: ** Decode the station name using the first module in the set with tdcZero() == 0 ** Ordinary channel decoding Helper struct below is collection of all the modules & the first module used to decode the stationName. More...

#include <MuonMDT_CablingMap.h>

Collaboration diagram for MuonMDT_CablingMap::MdtTdcModule:

Public Member Functions

TdcOnlSet::const_iterator begin () const
 
TdcOnlSet::const_iterator end () const
 
TdcOnlSet::const_iterator begin ()
 
TdcOnlSet::const_iterator end ()
 

Public Attributes

TdcOnlSet all_modules {}
 
MdtTdcOnlSorter zero_module {nullptr}
 

Detailed Description

The online -> offline conversion needs to treat two cases tdcId && channelId == 0xFF: ** Decode the station name using the first module in the set with tdcZero() == 0 ** Ordinary channel decoding Helper struct below is collection of all the modules & the first module used to decode the stationName.

Definition at line 58 of file MuonMDT_CablingMap.h.

Member Function Documentation

◆ begin() [1/2]

TdcOnlSet::const_iterator MuonMDT_CablingMap::MdtTdcModule::begin ( )
inline

Definition at line 61 of file MuonMDT_CablingMap.h.

61 { return all_modules.begin(); }

◆ begin() [2/2]

TdcOnlSet::const_iterator MuonMDT_CablingMap::MdtTdcModule::begin ( ) const
inline

Definition at line 59 of file MuonMDT_CablingMap.h.

59 { return all_modules.begin(); }

◆ end() [1/2]

TdcOnlSet::const_iterator MuonMDT_CablingMap::MdtTdcModule::end ( )
inline

Definition at line 62 of file MuonMDT_CablingMap.h.

62 { return all_modules.end(); }

◆ end() [2/2]

TdcOnlSet::const_iterator MuonMDT_CablingMap::MdtTdcModule::end ( ) const
inline

Definition at line 60 of file MuonMDT_CablingMap.h.

60 { return all_modules.end(); }

Member Data Documentation

◆ all_modules

TdcOnlSet MuonMDT_CablingMap::MdtTdcModule::all_modules {}

Definition at line 64 of file MuonMDT_CablingMap.h.

◆ zero_module

MdtTdcOnlSorter MuonMDT_CablingMap::MdtTdcModule::zero_module {nullptr}

Definition at line 66 of file MuonMDT_CablingMap.h.


The documentation for this struct was generated from the following file:
MuonMDT_CablingMap::MdtTdcModule::all_modules
TdcOnlSet all_modules
Definition: MuonMDT_CablingMap.h:64