QwAnalysis
|
#include <QwBeamMod.h>
Public Member Functions | |
QwModChannelID (Int_t subbankid, Int_t wordssofar, TString name, TString modtype, QwBeamMod *obj) | |
void | Print () |
Data Fields | |
Int_t | fSubbankIndex |
Int_t | fWordInSubbank |
TString | fmoduletype |
TString | fmodulename |
Int_t | kUnknownDeviceType |
Int_t | fTypeID |
Int_t | fIndex |
Definition at line 197 of file QwBeamMod.h.
QwModChannelID::QwModChannelID | ( | Int_t | subbankid, |
Int_t | wordssofar, | ||
TString | name, | ||
TString | modtype, | ||
QwBeamMod * | obj | ||
) |
Definition at line 221 of file QwBeamMod.cc.
References fTypeID, and kQwUnknownDeviceType.
void QwModChannelID::Print | ( | ) |
Definition at line 978 of file QwBeamMod.cc.
References QwLog::endl(), fIndex, fmodulename, fmoduletype, fSubbankIndex, fWordInSubbank, and QwMessage.
Referenced by QwBeamMod::LoadChannelMap().
Int_t QwModChannelID::fIndex |
Definition at line 222 of file QwBeamMod.h.
Referenced by QwBeamMod::LoadChannelMap(), and Print().
TString QwModChannelID::fmodulename |
Definition at line 217 of file QwBeamMod.h.
Referenced by QwBeamMod::LoadChannelMap(), and Print().
TString QwModChannelID::fmoduletype |
Definition at line 216 of file QwBeamMod.h.
Referenced by Print().
Int_t QwModChannelID::fSubbankIndex |
Definition at line 209 of file QwBeamMod.h.
Referenced by Print().
Int_t QwModChannelID::fTypeID |
Definition at line 221 of file QwBeamMod.h.
Referenced by QwModChannelID().
Int_t QwModChannelID::fWordInSubbank |
Definition at line 210 of file QwBeamMod.h.
Referenced by Print().
Int_t QwModChannelID::kUnknownDeviceType |
Definition at line 220 of file QwBeamMod.h.