CGEM BOSS 6.6.5.h
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 472 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ MucDigiType() [1/2]

MucDigiType::MucDigiType ( )
inline

Definition at line 474 of file AsciiData.hh.

474{};

◆ 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 961 of file AsciiData.cc.

962{
963 os << " " << x.trackIndex;
964 os << " " << x.partNo;
965 os << " " << x.segNo;
966 os << " " << x.gapNo;
967 os << " " << x.stripNo;
968 os << std::endl;
969 return os;
970}
Double_t x[10]

◆ operator<< [2/2]

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

Definition at line 961 of file AsciiData.cc.

962{
963 os << " " << x.trackIndex;
964 os << " " << x.partNo;
965 os << " " << x.segNo;
966 os << " " << x.gapNo;
967 os << " " << x.stripNo;
968 os << std::endl;
969 return os;
970}

◆ operator>> [1/2]

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

Definition at line 951 of file AsciiData.cc.

952{
953 is >> x.trackIndex;
954 is >> x.partNo;
955 is >> x.segNo;
956 is >> x.gapNo;
957 is >> x.stripNo;
958 return is;
959}

◆ operator>> [2/2]

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

Definition at line 951 of file AsciiData.cc.

952{
953 is >> x.trackIndex;
954 is >> x.partNo;
955 is >> x.segNo;
956 is >> x.gapNo;
957 is >> x.stripNo;
958 return is;
959}

Member Data Documentation

◆ gapNo

int MucDigiType::gapNo

Definition at line 479 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ partNo

int MucDigiType::partNo

Definition at line 477 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ segNo

int MucDigiType::segNo

Definition at line 478 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ stripNo

int MucDigiType::stripNo

Definition at line 480 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().

◆ trackIndex

int MucDigiType::trackIndex

Definition at line 476 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucDigits().


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