BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
MucHitType Class Reference

#include <AsciiData.hh>

Public Member Functions

 MucHitType ()
 
 MucHitType ()
 

Friends

std::istream & operator>> (std::istream &, MucHitType &x)
 
std::ostream & operator<< (std::ostream &, const MucHitType &x)
 
std::istream & operator>> (std::istream &, MucHitType &x)
 
std::ostream & operator<< (std::ostream &, const MucHitType &x)
 

Detailed Description

Constructor & Destructor Documentation

◆ MucHitType() [1/2]

MucHitType::MucHitType ( )
inline

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

372{};

◆ MucHitType() [2/2]

MucHitType::MucHitType ( )
inline

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

372{};

Friends And Related Function Documentation

◆ operator<< [1/2]

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

Definition at line 753 of file AsciiData.cc.

754{
755 os << std::endl;
756 return os;
757}

◆ operator<< [2/2]

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

Definition at line 753 of file AsciiData.cc.

754{
755 os << std::endl;
756 return os;
757}

◆ operator>> [1/2]

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

Definition at line 748 of file AsciiData.cc.

749{
750 return is;
751}

◆ operator>> [2/2]

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

Definition at line 748 of file AsciiData.cc.

749{
750 return is;
751}

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