Analysis Software
Documentation for sPHENIX simulation software
|
channel id More...
Public Member Functions | |
channel_id_t (int layer, int tile, int strip) | |
constructor | |
bool | operator< (const channel_id_t &other) const |
less than operator | |
Public Attributes | |
int | m_layer = 0 |
int | m_tile = 0 |
int | m_strip = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &out, const channel_id_t &channel_id) |
streamer | |
channel id
Definition at line 49 of file MicromegasHotChannelMapData.h.
View newest version in sPHENIX GitHub at line 49 of file MicromegasHotChannelMapData.h
|
inline |
constructor
Definition at line 54 of file MicromegasHotChannelMapData.h.
View newest version in sPHENIX GitHub at line 54 of file MicromegasHotChannelMapData.h
|
inline |
less than operator
Definition at line 65 of file MicromegasHotChannelMapData.h.
View newest version in sPHENIX GitHub at line 65 of file MicromegasHotChannelMapData.h
|
friend |
streamer
Definition at line 73 of file MicromegasHotChannelMapData.h.
View newest version in sPHENIX GitHub at line 73 of file MicromegasHotChannelMapData.h
int MicromegasHotChannelMapData::channel_id_t::m_layer = 0 |
Definition at line 60 of file MicromegasHotChannelMapData.h.
View newest version in sPHENIX GitHub at line 60 of file MicromegasHotChannelMapData.h
Referenced by operator<().
int MicromegasHotChannelMapData::channel_id_t::m_strip = 0 |
Definition at line 62 of file MicromegasHotChannelMapData.h.
View newest version in sPHENIX GitHub at line 62 of file MicromegasHotChannelMapData.h
Referenced by operator<().
int MicromegasHotChannelMapData::channel_id_t::m_tile = 0 |
Definition at line 61 of file MicromegasHotChannelMapData.h.
View newest version in sPHENIX GitHub at line 61 of file MicromegasHotChannelMapData.h
Referenced by operator<().