Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MicromegasHotChannelMapData::channel_id_t Class Reference

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
 

Detailed Description

channel id

Definition at line 49 of file MicromegasHotChannelMapData.h.

View newest version in sPHENIX GitHub at line 49 of file MicromegasHotChannelMapData.h

Constructor & Destructor Documentation

MicromegasHotChannelMapData::channel_id_t::channel_id_t ( int  layer,
int  tile,
int  strip 
)
inline

constructor

Definition at line 54 of file MicromegasHotChannelMapData.h.

View newest version in sPHENIX GitHub at line 54 of file MicromegasHotChannelMapData.h

Member Function Documentation

bool MicromegasHotChannelMapData::channel_id_t::operator< ( const channel_id_t other) const
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

References m_layer, m_strip, and m_tile.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const channel_id_t channel_id 
)
friend

streamer

Definition at line 73 of file MicromegasHotChannelMapData.h.

View newest version in sPHENIX GitHub at line 73 of file MicromegasHotChannelMapData.h

Member Data Documentation

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<().


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