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

#include <AsciiData.hh>

Public Member Functions

 TofHitType ()
 
 TofHitType ()
 

Friends

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

Detailed Description

Constructor & Destructor Documentation

◆ TofHitType() [1/2]

TofHitType::TofHitType ( )
inline

Definition at line 412 of file Event/AsciiDmp/AsciiDmp-01-04-03/AsciiDmp/AsciiData.hh.

412{};

◆ TofHitType() [2/2]

TofHitType::TofHitType ( )
inline

Definition at line 412 of file InstallArea/include/AsciiDmp/AsciiDmp/AsciiData.hh.

412{};

Friends And Related Function Documentation

◆ operator<< [1/2]

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<< [2/2]

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>> [1/2]

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

Definition at line 826 of file AsciiData.cc.

827{
828 return is;
829}

◆ operator>> [2/2]

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