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

#include <AsciiData.hh>

Public Member Functions

 TofHitType ()
 

Friends

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

Detailed Description

Definition at line 285 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ TofHitType()

TofHitType::TofHitType ( )
inline

Definition at line 287 of file AsciiData.hh.

287{};

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 580 of file AsciiData.cc.

581{
582 os << std::endl;
583 return os;
584}

◆ operator>>

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

Definition at line 575 of file AsciiData.cc.

576{
577 return is;
578}

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