QwAnalysis
QwMainCerenkovDetectorID Class Reference

#include <QwMainCerenkovDetector.h>

Public Member Functions

 QwMainCerenkovDetectorID ()
 
void Print () const
 

Data Fields

int fSubbankIndex
 
int fWordInSubbank
 
EQwPMTInstrumentType fTypeID
 
int fIndex
 
UInt_t fSubelement
 
TString fmoduletype
 
TString fdetectorname
 
TString fdetectortype
 
std::vector< TString > fCombinedChannelNames
 
std::vector< Double_t > fWeight
 

Detailed Description

Definition at line 198 of file QwMainCerenkovDetector.h.

Constructor & Destructor Documentation

QwMainCerenkovDetectorID::QwMainCerenkovDetectorID ( )
inline

Member Function Documentation

void QwMainCerenkovDetectorID::Print ( ) const

Definition at line 1517 of file QwMainCerenkovDetector.cc.

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

Referenced by QwMainCerenkovDetector::LoadChannelMap().

1518 {
1519 
1520  std::cout<<std::endl<<"Detector name= "<<fdetectorname<<std::endl;
1521  std::cout<<"SubbankkIndex= "<<fSubbankIndex<<std::endl;
1522  std::cout<<"word index in subbank= "<<fWordInSubbank<<std::endl;
1523  std::cout<<"module type= "<<fmoduletype<<std::endl;
1524  std::cout<<"detector type= "<<fdetectortype<<" index= "<<fTypeID<<std::endl;
1525  std::cout<<"Index of this detector in the vector of similar detector= "<<fIndex<<std::endl;
1526  std::cout<<"Subelement index= "<<fSubelement<<std::endl;
1527  std::cout<<"==========================================\n";
1528 
1529  return;
1530 }

+ Here is the caller graph for this function:

Field Documentation

std::vector<TString> QwMainCerenkovDetectorID::fCombinedChannelNames

Definition at line 220 of file QwMainCerenkovDetector.h.

Referenced by QwMainCerenkovDetector::LoadChannelMap().

TString QwMainCerenkovDetectorID::fdetectorname

Definition at line 217 of file QwMainCerenkovDetector.h.

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

TString QwMainCerenkovDetectorID::fdetectortype

Definition at line 218 of file QwMainCerenkovDetector.h.

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

int QwMainCerenkovDetectorID::fIndex

Definition at line 212 of file QwMainCerenkovDetector.h.

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

TString QwMainCerenkovDetectorID::fmoduletype

Definition at line 216 of file QwMainCerenkovDetector.h.

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

int QwMainCerenkovDetectorID::fSubbankIndex

Definition at line 204 of file QwMainCerenkovDetector.h.

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

UInt_t QwMainCerenkovDetectorID::fSubelement

Definition at line 213 of file QwMainCerenkovDetector.h.

Referenced by Print().

EQwPMTInstrumentType QwMainCerenkovDetectorID::fTypeID

Definition at line 211 of file QwMainCerenkovDetector.h.

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

std::vector<Double_t> QwMainCerenkovDetectorID::fWeight

Definition at line 221 of file QwMainCerenkovDetector.h.

Referenced by QwMainCerenkovDetector::LoadChannelMap().

int QwMainCerenkovDetectorID::fWordInSubbank

Definition at line 207 of file QwMainCerenkovDetector.h.

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


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