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

#include <AsciiData.hh>

Public Member Functions

 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)
 

Detailed Description

Definition at line 347 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ MucDigiType() [1/2]

MucDigiType::MucDigiType ( )
inline

Definition at line 349 of file AsciiData.hh.

349{};

◆ MucDigiType() [2/2]

MucDigiType::MucDigiType ( )
inline

Definition at line 281 of file AsciiData.h.

281{};

Friends And Related Symbol Documentation

◆ operator<< [1/2]

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

Definition at line 710 of file AsciiData.cc.

711{
712 os << " " << x.trackIndex;
713 os << " " << x.partNo;
714 os << " " << x.segNo;
715 os << " " << x.gapNo;
716 os << " " << x.stripNo;
717 os << std::endl;
718 return os;
719}
Double_t x[10]

◆ operator<< [2/2]

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

Definition at line 710 of file AsciiData.cc.

711{
712 os << " " << x.trackIndex;
713 os << " " << x.partNo;
714 os << " " << x.segNo;
715 os << " " << x.gapNo;
716 os << " " << x.stripNo;
717 os << std::endl;
718 return os;
719}

◆ operator>> [1/2]

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

Definition at line 700 of file AsciiData.cc.

701{
702 is >> x.trackIndex;
703 is >> x.partNo;
704 is >> x.segNo;
705 is >> x.gapNo;
706 is >> x.stripNo;
707 return is;
708}

◆ operator>> [2/2]

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

Definition at line 700 of file AsciiData.cc.

701{
702 is >> x.trackIndex;
703 is >> x.partNo;
704 is >> x.segNo;
705 is >> x.gapNo;
706 is >> x.stripNo;
707 return is;
708}

Member Data Documentation

◆ gapNo

int MucDigiType::gapNo

Definition at line 354 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ partNo

int MucDigiType::partNo

Definition at line 352 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ segNo

int MucDigiType::segNo

Definition at line 353 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ stripNo

int MucDigiType::stripNo

Definition at line 355 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ trackIndex

int MucDigiType::trackIndex

Definition at line 351 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().


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