BOSS 7.0.5
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 &, 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)
 
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

Constructor & Destructor Documentation

◆ MdcDigiType() [1/4]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 208 of file Event/AsciiDmp/AsciiDmp-01-03-01/AsciiDmp/AsciiData.hh.

208{};

◆ MdcDigiType() [2/4]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 208 of file InstallArea/include/AsciiDmp/AsciiDmp/AsciiData.hh.

208{};

◆ MdcDigiType() [3/4]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 208 of file InstallArea/include/Trigger/Trigger/AsciiData.h.

208{};

◆ MdcDigiType() [4/4]

MdcDigiType::MdcDigiType ( )
inline

Definition at line 208 of file Trigger/Trigger/Trigger-00-01-05/Trigger/AsciiData.h.

208{};

Friends And Related Function Documentation

◆ operator<< [1/4]

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

Definition at line 425 of file AsciiData.cc.

426{
427 os << " " << x.trackIndex;
428 os << " " << x.layerNo;
429 os << " " << x.cellNo;
430 os << " " << x.energyDeposit;
431 os << " " << x.driftTime;
432 os << std::endl;
433 return os;
434}
Double_t x[10]

◆ operator<< [2/4]

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

Definition at line 425 of file AsciiData.cc.

426{
427 os << " " << x.trackIndex;
428 os << " " << x.layerNo;
429 os << " " << x.cellNo;
430 os << " " << x.energyDeposit;
431 os << " " << x.driftTime;
432 os << std::endl;
433 return os;
434}

◆ operator<< [3/4]

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

Definition at line 425 of file AsciiData.cc.

426{
427 os << " " << x.trackIndex;
428 os << " " << x.layerNo;
429 os << " " << x.cellNo;
430 os << " " << x.energyDeposit;
431 os << " " << x.driftTime;
432 os << std::endl;
433 return os;
434}

◆ operator<< [4/4]

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

Definition at line 425 of file AsciiData.cc.

426{
427 os << " " << x.trackIndex;
428 os << " " << x.layerNo;
429 os << " " << x.cellNo;
430 os << " " << x.energyDeposit;
431 os << " " << x.driftTime;
432 os << std::endl;
433 return os;
434}

◆ operator>> [1/4]

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

Definition at line 415 of file AsciiData.cc.

416{
417 is >> x.trackIndex;
418 is >> x.layerNo;
419 is >> x.cellNo;
420 is >> x.energyDeposit;
421 is >> x.driftTime;
422 return is;
423}

◆ operator>> [2/4]

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

Definition at line 415 of file AsciiData.cc.

416{
417 is >> x.trackIndex;
418 is >> x.layerNo;
419 is >> x.cellNo;
420 is >> x.energyDeposit;
421 is >> x.driftTime;
422 return is;
423}

◆ operator>> [3/4]

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

Definition at line 415 of file AsciiData.cc.

416{
417 is >> x.trackIndex;
418 is >> x.layerNo;
419 is >> x.cellNo;
420 is >> x.energyDeposit;
421 is >> x.driftTime;
422 return is;
423}

◆ operator>> [4/4]

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

Definition at line 415 of file AsciiData.cc.

416{
417 is >> x.trackIndex;
418 is >> x.layerNo;
419 is >> x.cellNo;
420 is >> x.energyDeposit;
421 is >> x.driftTime;
422 return is;
423}

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: