BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
EmcHitType Class Reference

#include <AsciiData.hh>

Public Member Functions

 EmcHitType ()
 

Friends

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

Detailed Description

Definition at line 328 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ EmcHitType()

EmcHitType::EmcHitType ( )
inline

Definition at line 330 of file AsciiData.hh.

330{};

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 667 of file AsciiData.cc.

668{
669 os << std::endl;
670 return os;
671}

◆ operator>>

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

Definition at line 662 of file AsciiData.cc.

663{
664 return is;
665}

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