 |
Belle II Software
release-05-02-19
|
29 class KLMChannelStatus :
public TObject {
ClassDef(Belle2::KLMChannelStatus, 1)
Class version.
@ c_Undetermined
Undetermined (used during calibration).
@ c_Hot
Hot channel (large background).
unsigned int newNormalChannels(KLMChannelStatus &status)
Number of new channels with status c_Normal that have a different status in another channel-status da...
ChannelStatus
Channel status.
bool operator==(KLMChannelStatus &status)
Operator ==.
@ c_Dead
Dead channel (no signal).
Abstract base class for different kinds of events.
KLMChannelStatus()
Constructor.
void setChannelStatus(uint16_t channel, enum ChannelStatus status)
Set channel status.
std::map< uint16_t, enum ChannelStatus > m_ChannelStatus
Channel data.
@ c_Unknown
Unknown status (no data).
int getActiveStripsInModule(uint16_t module) const
Get number of active strips in the specified KLM module.
void setStatusAllChannels(enum ChannelStatus status)
Set staus for all channels.
~KLMChannelStatus()
Destructor.
@ c_Normal
Normally operating channel.
enum ChannelStatus getChannelStatus(uint16_t channel) const
Get channel status.