QwAnalysis
QwIntegratedRasterDetectorID Class Reference

#include <QwIntegratedRaster.h>

Public Member Functions

 QwIntegratedRasterDetectorID ()
 
void Print () const
 

Data Fields

int fSubbankIndex
 
int fWordInSubbank
 
int fIndex
 
UInt_t fSubelement
 
TString fmoduletype
 
TString fdetectorname
 
TString fdetectortype
 

Detailed Description

Definition at line 24 of file QwIntegratedRaster.h.

Constructor & Destructor Documentation

QwIntegratedRasterDetectorID::QwIntegratedRasterDetectorID ( )
inline

Member Function Documentation

void QwIntegratedRasterDetectorID::Print ( ) const

Definition at line 704 of file QwIntegratedRaster.cc.

References fdetectorname, fdetectortype, fIndex, fmoduletype, fSubbankIndex, fSubelement, and fWordInSubbank.

Referenced by QwIntegratedRaster::LoadChannelMap().

705 {
706  std::cout<<std::endl<<"Detector name= "<<fdetectorname<<std::endl;
707  std::cout<<"SubbankkIndex= "<<fSubbankIndex<<std::endl;
708  std::cout<<"word index in subbank= "<<fWordInSubbank<<std::endl;
709  std::cout<<"module type= "<<fmoduletype<<std::endl;
710  std::cout<<"detector type= "<<fdetectortype<<std::endl;
711  std::cout<<"Index of this detector in the vector of similar detector= "<<
712  fIndex<<std::endl;
713  std::cout<<"Subelement index= "<<
714  fSubelement<<std::endl;
715  std::cout<<"==========================================\n";
716 }

+ Here is the caller graph for this function:

Field Documentation

TString QwIntegratedRasterDetectorID::fdetectorname

Definition at line 43 of file QwIntegratedRaster.h.

Referenced by QwIntegratedRaster::LoadChannelMap(), and Print().

TString QwIntegratedRasterDetectorID::fdetectortype

Definition at line 44 of file QwIntegratedRaster.h.

Referenced by QwIntegratedRaster::LoadChannelMap(), and Print().

int QwIntegratedRasterDetectorID::fIndex

Definition at line 39 of file QwIntegratedRaster.h.

Referenced by QwIntegratedRaster::LoadChannelMap(), and Print().

TString QwIntegratedRasterDetectorID::fmoduletype

Definition at line 42 of file QwIntegratedRaster.h.

Referenced by QwIntegratedRaster::LoadChannelMap(), and Print().

int QwIntegratedRasterDetectorID::fSubbankIndex

Definition at line 31 of file QwIntegratedRaster.h.

Referenced by QwIntegratedRaster::LoadChannelMap(), and Print().

UInt_t QwIntegratedRasterDetectorID::fSubelement

Definition at line 40 of file QwIntegratedRaster.h.

Referenced by Print().

int QwIntegratedRasterDetectorID::fWordInSubbank

Definition at line 34 of file QwIntegratedRaster.h.

Referenced by QwIntegratedRaster::LoadChannelMap(), and Print().


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