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

Constructor & Destructor Documentation

◆ MucHitType()

MucHitType::MucHitType ( )
inline

Definition at line 497 of file AsciiData.hh.

497{};

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 1004 of file AsciiData.cc.

1005{
1006 os << std::endl;
1007 return os;
1008}

◆ operator>>

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

Definition at line 999 of file AsciiData.cc.

1000{
1001 return is;
1002}

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