ATLAS Offline Software
Loading...
Searching...
No Matches
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 62 of file MuonMDT_CablingMap.h.

Member Function Documentation

◆ begin() [1/2]

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

Definition at line 65 of file MuonMDT_CablingMap.h.

65{ return all_modules.begin(); }

◆ begin() [2/2]

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

Definition at line 63 of file MuonMDT_CablingMap.h.

63{ return all_modules.begin(); }

◆ end() [1/2]

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

Definition at line 66 of file MuonMDT_CablingMap.h.

66{ return all_modules.end(); }

◆ end() [2/2]

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

Definition at line 64 of file MuonMDT_CablingMap.h.

64{ return all_modules.end(); }

Member Data Documentation

◆ all_modules

TdcOnlSet MuonMDT_CablingMap::MdtTdcModule::all_modules {}

Definition at line 68 of file MuonMDT_CablingMap.h.

68{};

◆ zero_module

MdtTdcOnlSorter MuonMDT_CablingMap::MdtTdcModule::zero_module {nullptr}

Definition at line 70 of file MuonMDT_CablingMap.h.

70{nullptr};

The documentation for this struct was generated from the following file: