#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, PixelTBMChannel TBMChannel) | |
PixelChannel (PixelModuleName module, std::string TBMChannel) | |
PixelChannel (std::string name) | |
const PixelTBMChannel & | TBMChannel () const |
std::string | TBMChannelString () const |
Private Attributes | |
PixelModuleName | module_ |
PixelTBMChannel | TBMChannel_ |
A longer explanation will be placed here later
Definition at line 21 of file PixelChannel.h.
|
inline |
Definition at line 23 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 7 of file PixelChannel.cc.
PixelChannel::PixelChannel | ( | std::string | name | ) |
Definition at line 10 of file PixelChannel.cc.
References module_, Skims_PA_cff::name, TBMChannel_, and TBMChannelString().
std::string PixelChannel::channelname | ( | ) | const |
Definition at line 22 of file PixelChannel.cc.
References modulename(), and TBMChannelString().
Referenced by pos::operator<<().
|
inline |
|
inline |
Definition at line 29 of file PixelChannel.h.
References module_, and pos::PixelModuleName::modulename().
Referenced by channelname().
|
inline |
Definition at line 36 of file PixelChannel.h.
References module_, and TBMChannel_.
|
inline |
Definition at line 40 of file PixelChannel.h.
References module_, and TBMChannel_.
|
inline |
|
inline |
Definition at line 31 of file PixelChannel.h.
References pos::PixelTBMChannel::string(), and TBMChannel_.
Referenced by channelname(), pos::PixelCalibConfiguration::nextFECState(), PixelChannel(), pos::PixelNameTranslation::writeASCII(), and pos::PixelNameTranslation::writeXML().
|
private |
Definition at line 45 of file PixelChannel.h.
Referenced by module(), modulename(), operator<(), operator==(), and PixelChannel().
|
private |
Definition at line 46 of file PixelChannel.h.
Referenced by operator<(), operator==(), PixelChannel(), TBMChannel(), and TBMChannelString().