#include "interface/PixelChannel.h"
Public Member Functions | |
std::string | channelname () const |
const PixelModuleName & | module () const |
std::string | modulename () const |
const bool | operator< (const PixelChannel &aChannel) const |
const bool | operator== (const PixelChannel &aChannel) const |
PixelChannel () | |
PixelChannel (PixelModuleName module, std::string TBMChannel) | |
PixelChannel (PixelModuleName module, PixelTBMChannel TBMChannel) | |
PixelChannel (std::string name) | |
const PixelTBMChannel & | TBMChannel () const |
std::string | TBMChannelString () const |
Private Attributes | |
PixelModuleName | module_ |
PixelTBMChannel | TBMChannel_ |
Friends | |
std::ostream & | operator<< (std::ostream &s, const PixelChannel &channel) |
A longer explanation will be placed here later
Definition at line 21 of file PixelChannel.h.
|
inline |
Definition at line 25 of file PixelChannel.h.
PixelChannel::PixelChannel | ( | PixelModuleName | module, |
std::string | TBMChannel | ||
) |
Definition at line 5 of file PixelChannel.cc.
PixelChannel::PixelChannel | ( | PixelModuleName | module, |
PixelTBMChannel | TBMChannel | ||
) |
Definition at line 9 of file PixelChannel.cc.
PixelChannel::PixelChannel | ( | std::string | name | ) |
Definition at line 13 of file PixelChannel.cc.
References module_, TBMChannel_, and TBMChannelString().
std::string PixelChannel::channelname | ( | ) | const |
Definition at line 27 of file PixelChannel.cc.
References modulename(), and TBMChannelString().
|
inline |
|
inline |
Definition at line 31 of file PixelChannel.h.
References module_, and pos::PixelModuleName::modulename().
Referenced by channelname().
|
inline |
Definition at line 40 of file PixelChannel.h.
References module_, and TBMChannel_.
|
inline |
|
inline |
|
inline |
Definition at line 33 of file PixelChannel.h.
References pos::PixelTBMChannel::string(), and TBMChannel_.
Referenced by channelname(), pos::PixelCalibConfiguration::nextFECState(), PixelChannel(), pos::PixelNameTranslation::writeASCII(), and pos::PixelNameTranslation::writeXML().
|
friend |
|
private |
Definition at line 49 of file PixelChannel.h.
Referenced by module(), modulename(), operator<(), operator==(), and PixelChannel().
|
private |
Definition at line 50 of file PixelChannel.h.
Referenced by operator<(), operator==(), PixelChannel(), TBMChannel(), and TBMChannelString().