QwAnalysis
QwWord Class Reference

#include <QwWord.h>

Public Member Functions

 QwWord ()
 
void PrintID () const
 
void Print () const
 
void ClearEventData ()
 

Data Fields

Int_t fSubbankIndex
 
Int_t fWordInSubbank
 
TString fModuleType
 
TString fWordName
 
TString fWordType
 
Int_t fValue
 

Detailed Description

Definition at line 19 of file QwWord.h.

Constructor & Destructor Documentation

QwWord::QwWord ( )
inline

Definition at line 22 of file QwWord.h.

24  fWordName(""),fWordType(""),fValue(-1){};
TString fWordType
Definition: QwWord.h:30
Int_t fWordInSubbank
Definition: QwWord.h:27
Int_t fSubbankIndex
Definition: QwWord.h:24
Int_t fValue
Definition: QwWord.h:31
TString fModuleType
Definition: QwWord.h:28
TString fWordName
Definition: QwWord.h:29

Member Function Documentation

void QwWord::ClearEventData ( )
inline

Definition at line 42 of file QwWord.h.

References fValue.

42  {
43  fValue = -1;
44  }
Int_t fValue
Definition: QwWord.h:31
void QwWord::Print ( ) const
inline

Definition at line 38 of file QwWord.h.

References QwLog::endl(), fValue, fWordName, and QwOut.

38  {
39  QwOut << fWordName<<" :: " << fValue << QwLog::endl;
40  }
#define QwOut
Predefined log drain for explicit output.
Definition: QwLog.h:35
Int_t fValue
Definition: QwWord.h:31
TString fWordName
Definition: QwWord.h:29
static std::ostream & endl(std::ostream &)
End of the line.
Definition: QwLog.cc:299

+ Here is the call graph for this function:

void QwWord::PrintID ( ) const
inline

Definition at line 33 of file QwWord.h.

References QwLog::endl(), fModuleType, fSubbankIndex, fWordName, fWordType, and QwOut.

33  {
34  QwOut << fWordName << " :: " << fSubbankIndex << " ; "
35  << fModuleType << " ; " << fWordType << QwLog::endl;
36  }
#define QwOut
Predefined log drain for explicit output.
Definition: QwLog.h:35
TString fWordType
Definition: QwWord.h:30
Int_t fSubbankIndex
Definition: QwWord.h:24
TString fModuleType
Definition: QwWord.h:28
TString fWordName
Definition: QwWord.h:29
static std::ostream & endl(std::ostream &)
End of the line.
Definition: QwLog.cc:299

+ Here is the call graph for this function:

Field Documentation

TString QwWord::fModuleType

Definition at line 28 of file QwWord.h.

Referenced by QwHelicity::LoadChannelMap(), QwBeamMod::LoadChannelMap(), and PrintID().

Int_t QwWord::fSubbankIndex

Definition at line 24 of file QwWord.h.

Referenced by QwHelicity::LoadChannelMap(), QwBeamMod::LoadChannelMap(), and PrintID().

Int_t QwWord::fValue

Definition at line 31 of file QwWord.h.

Referenced by ClearEventData(), and Print().

Int_t QwWord::fWordInSubbank

Definition at line 27 of file QwWord.h.

Referenced by QwHelicity::LoadChannelMap(), and QwBeamMod::LoadChannelMap().

TString QwWord::fWordName

Definition at line 29 of file QwWord.h.

Referenced by QwHelicity::LoadChannelMap(), QwBeamMod::LoadChannelMap(), Print(), and PrintID().

TString QwWord::fWordType

Definition at line 30 of file QwWord.h.

Referenced by QwHelicity::LoadChannelMap(), and PrintID().


The documentation for this class was generated from the following file: