Simple class to hold either "A" or "B" for the TBM channel. More...
#include "interface/PixelTBMChannel.h"
Public Member Functions | |
const bool | operator< (const PixelTBMChannel &aTBMChannel) const |
const bool | operator== (const PixelTBMChannel &aTBMChannel) const |
PixelTBMChannel () | |
PixelTBMChannel (std::string TBMChannel) | |
std::string | string () const |
Private Attributes | |
bool | isChannelB_ |
Friends | |
std::ostream & | operator<< (std::ostream &s, const PixelTBMChannel &TBMChannel) |
Simple class to hold either "A" or "B" for the TBM channel.
A longer explanation will be placed here later
Definition at line 18 of file PixelTBMChannel.h.
|
inline |
Definition at line 20 of file PixelTBMChannel.h.
PixelTBMChannel::PixelTBMChannel | ( | std::string | TBMChannel | ) |
Definition at line 6 of file PixelTBMChannel.cc.
References cms::cuda::assert(), gather_cfg::cout, and isChannelB_.
|
inline |
Definition at line 27 of file PixelTBMChannel.h.
References isChannelB_.
|
inline |
std::string PixelTBMChannel::string | ( | ) | const |
Definition at line 18 of file PixelTBMChannel.cc.
References isChannelB_.
Referenced by pos::operator<<(), and pos::PixelChannel::TBMChannelString().
|
friend |
|
private |
Definition at line 34 of file PixelTBMChannel.h.
Referenced by operator<(), operator==(), PixelTBMChannel(), and string().