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

#include <AsciiData.hh>

Public Member Functions

 MucHitType ()
 

Friends

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

Detailed Description

Definition at line 370 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ MucHitType()

MucHitType::MucHitType ( )
inline

Definition at line 372 of file AsciiData.hh.

372{};

Friends And Related Function Documentation

◆ operator<<

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>>

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 file: