CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcDigiType Class Reference

#include <AsciiData.hh>

Public Member Functions

 MdcDigiType ()
 
 MdcDigiType ()
 

Public Attributes

int trackIndex
 
int layerNo
 
int cellNo
 
float energyDeposit
 
float driftTime
 

Friends

std::istream & operator>> (std::istream &, MdcDigiType &x)
 
std::ostream & operator<< (std::ostream &, const MdcDigiType &x)
 
std::istream & operator>> (std::istream &, MdcDigiType &x)
 
std::ostream & operator<< (std::ostream &, const MdcDigiType &x)
 

Detailed Description

Definition at line 256 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ MdcDigiType() [1/2]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 258 of file AsciiData.hh.

258{};

◆ MdcDigiType() [2/2]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 208 of file AsciiData.h.

208{};

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream & operator<< ( std::ostream &  os,
const MdcDigiType x 
)
friend

Definition at line 524 of file AsciiData.cc.

525{
526 os << " " << x.trackIndex;
527 os << " " << x.layerNo;
528 os << " " << x.cellNo;
529 os << " " << x.energyDeposit;
530 os << " " << x.driftTime;
531 os << std::endl;
532 return os;
533}
Double_t x[10]

◆ operator<< [2/2]

std::ostream & operator<< ( std::ostream &  os,
const MdcDigiType x 
)
friend

Definition at line 524 of file AsciiData.cc.

525{
526 os << " " << x.trackIndex;
527 os << " " << x.layerNo;
528 os << " " << x.cellNo;
529 os << " " << x.energyDeposit;
530 os << " " << x.driftTime;
531 os << std::endl;
532 return os;
533}

◆ operator>> [1/2]

std::istream & operator>> ( std::istream &  is,
MdcDigiType x 
)
friend

Definition at line 514 of file AsciiData.cc.

515{
516 is >> x.trackIndex;
517 is >> x.layerNo;
518 is >> x.cellNo;
519 is >> x.energyDeposit;
520 is >> x.driftTime;
521 return is;
522}

◆ operator>> [2/2]

std::istream & operator>> ( std::istream &  is,
MdcDigiType x 
)
friend

Definition at line 514 of file AsciiData.cc.

515{
516 is >> x.trackIndex;
517 is >> x.layerNo;
518 is >> x.cellNo;
519 is >> x.energyDeposit;
520 is >> x.driftTime;
521 return is;
522}

Member Data Documentation

◆ cellNo

int MdcDigiType::cellNo

Definition at line 262 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMdcDigits().

◆ driftTime

float MdcDigiType::driftTime

Definition at line 264 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMdcDigits().

◆ energyDeposit

float MdcDigiType::energyDeposit

Definition at line 263 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMdcDigits().

◆ layerNo

int MdcDigiType::layerNo

Definition at line 261 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMdcDigits().

◆ trackIndex

int MdcDigiType::trackIndex

Definition at line 260 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMdcDigits().


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