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

#include <AsciiData.hh>

Public Member Functions

 MucDigiType ()
 MucDigiType ()
 MucDigiType ()
 MucDigiType ()

Public Attributes

int trackIndex
int partNo
int segNo
int gapNo
int stripNo

Friends

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

Detailed Description

Constructor & Destructor Documentation

◆ MucDigiType() [1/4]

MucDigiType::MucDigiType ( )
inline

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

373{};

Referenced by operator<<, and operator>>.

◆ MucDigiType() [2/4]

MucDigiType::MucDigiType ( )
inline

◆ MucDigiType() [3/4]

MucDigiType::MucDigiType ( )
inline

◆ MucDigiType() [4/4]

MucDigiType::MucDigiType ( )
inline

Definition at line 301 of file AsciiData.h.

301{};

◆ operator<< [1/4]

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

Definition at line 657 of file AsciiData.cc.

657 {
658 os << " " << x.trackIndex;
659 os << " " << x.partNo;
660 os << " " << x.segNo;
661 os << " " << x.gapNo;
662 os << " " << x.stripNo;
663 os << std::endl;
664 return os;
665}
Double_t x[10]

◆ operator<< [2/4]

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

Definition at line 657 of file AsciiData.cc.

657 {
658 os << " " << x.trackIndex;
659 os << " " << x.partNo;
660 os << " " << x.segNo;
661 os << " " << x.gapNo;
662 os << " " << x.stripNo;
663 os << std::endl;
664 return os;
665}

◆ operator<< [3/4]

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

Definition at line 657 of file AsciiData.cc.

657 {
658 os << " " << x.trackIndex;
659 os << " " << x.partNo;
660 os << " " << x.segNo;
661 os << " " << x.gapNo;
662 os << " " << x.stripNo;
663 os << std::endl;
664 return os;
665}

◆ operator<< [4/4]

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

Definition at line 657 of file AsciiData.cc.

657 {
658 os << " " << x.trackIndex;
659 os << " " << x.partNo;
660 os << " " << x.segNo;
661 os << " " << x.gapNo;
662 os << " " << x.stripNo;
663 os << std::endl;
664 return os;
665}

◆ operator>> [1/4]

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

Definition at line 648 of file AsciiData.cc.

648 {
649 is >> x.trackIndex;
650 is >> x.partNo;
651 is >> x.segNo;
652 is >> x.gapNo;
653 is >> x.stripNo;
654 return is;
655}

◆ operator>> [2/4]

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

Definition at line 648 of file AsciiData.cc.

648 {
649 is >> x.trackIndex;
650 is >> x.partNo;
651 is >> x.segNo;
652 is >> x.gapNo;
653 is >> x.stripNo;
654 return is;
655}

◆ operator>> [3/4]

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

Definition at line 648 of file AsciiData.cc.

648 {
649 is >> x.trackIndex;
650 is >> x.partNo;
651 is >> x.segNo;
652 is >> x.gapNo;
653 is >> x.stripNo;
654 return is;
655}

◆ operator>> [4/4]

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

Definition at line 648 of file AsciiData.cc.

648 {
649 is >> x.trackIndex;
650 is >> x.partNo;
651 is >> x.segNo;
652 is >> x.gapNo;
653 is >> x.stripNo;
654 return is;
655}

Member Data Documentation

◆ gapNo

int MucDigiType::gapNo

◆ partNo

int MucDigiType::partNo

◆ segNo

int MucDigiType::segNo

◆ stripNo

int MucDigiType::stripNo

◆ trackIndex

int MucDigiType::trackIndex

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