BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcDigiType Class Reference

#include <AsciiData.hh>

Public Member Functions

 MdcDigiType ()
 MdcDigiType ()
 MdcDigiType ()
 MdcDigiType ()

Public Attributes

int trackIndex
int layerNo
int cellNo
float energyDeposit
float driftTime

Friends

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

Detailed Description

Constructor & Destructor Documentation

◆ MdcDigiType() [1/4]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 222 of file Event/AsciiDmp/include/AsciiDmp/AsciiData.hh.

222{};

Referenced by operator<<, and operator>>.

◆ MdcDigiType() [2/4]

MdcDigiType::MdcDigiType ( )
inline

◆ MdcDigiType() [3/4]

MdcDigiType::MdcDigiType ( )
inline

◆ MdcDigiType() [4/4]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 222 of file AsciiData.h.

222{};

◆ operator<< [1/4]

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

Definition at line 397 of file AsciiData.cc.

397 {
398 os << " " << x.trackIndex;
399 os << " " << x.layerNo;
400 os << " " << x.cellNo;
401 os << " " << x.energyDeposit;
402 os << " " << x.driftTime;
403 os << std::endl;
404 return os;
405}
Double_t x[10]

◆ operator<< [2/4]

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

Definition at line 397 of file AsciiData.cc.

397 {
398 os << " " << x.trackIndex;
399 os << " " << x.layerNo;
400 os << " " << x.cellNo;
401 os << " " << x.energyDeposit;
402 os << " " << x.driftTime;
403 os << std::endl;
404 return os;
405}

◆ operator<< [3/4]

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

Definition at line 397 of file AsciiData.cc.

397 {
398 os << " " << x.trackIndex;
399 os << " " << x.layerNo;
400 os << " " << x.cellNo;
401 os << " " << x.energyDeposit;
402 os << " " << x.driftTime;
403 os << std::endl;
404 return os;
405}

◆ operator<< [4/4]

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

Definition at line 397 of file AsciiData.cc.

397 {
398 os << " " << x.trackIndex;
399 os << " " << x.layerNo;
400 os << " " << x.cellNo;
401 os << " " << x.energyDeposit;
402 os << " " << x.driftTime;
403 os << std::endl;
404 return os;
405}

◆ operator>> [1/4]

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

Definition at line 388 of file AsciiData.cc.

388 {
389 is >> x.trackIndex;
390 is >> x.layerNo;
391 is >> x.cellNo;
392 is >> x.energyDeposit;
393 is >> x.driftTime;
394 return is;
395}

◆ operator>> [2/4]

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

Definition at line 388 of file AsciiData.cc.

388 {
389 is >> x.trackIndex;
390 is >> x.layerNo;
391 is >> x.cellNo;
392 is >> x.energyDeposit;
393 is >> x.driftTime;
394 return is;
395}

◆ operator>> [3/4]

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

Definition at line 388 of file AsciiData.cc.

388 {
389 is >> x.trackIndex;
390 is >> x.layerNo;
391 is >> x.cellNo;
392 is >> x.energyDeposit;
393 is >> x.driftTime;
394 return is;
395}

◆ operator>> [4/4]

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

Definition at line 388 of file AsciiData.cc.

388 {
389 is >> x.trackIndex;
390 is >> x.layerNo;
391 is >> x.cellNo;
392 is >> x.energyDeposit;
393 is >> x.driftTime;
394 return is;
395}

Member Data Documentation

◆ cellNo

int MdcDigiType::cellNo

◆ driftTime

float MdcDigiType::driftTime

◆ energyDeposit

float MdcDigiType::energyDeposit

◆ layerNo

int MdcDigiType::layerNo

◆ trackIndex

int MdcDigiType::trackIndex

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