CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
TofHitType Class Reference

#include <AsciiData.hh>

Public Member Functions

 TofHitType ()
 

Friends

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

Detailed Description

Definition at line 410 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ TofHitType()

TofHitType::TofHitType ( )
inline

Definition at line 412 of file AsciiData.hh.

412{};

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 831 of file AsciiData.cc.

832{
833 os << std::endl;
834 return os;
835}

◆ operator>>

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

Definition at line 826 of file AsciiData.cc.

827{
828 return is;
829}

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