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

#include <AsciiData.hh>

Public Member Functions

 EmcHitType ()
 
 EmcHitType ()
 

Friends

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

Detailed Description

Constructor & Destructor Documentation

◆ EmcHitType() [1/2]

EmcHitType::EmcHitType ( )
inline

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

330{};

◆ EmcHitType() [2/2]

EmcHitType::EmcHitType ( )
inline

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

330{};

Friends And Related Function Documentation

◆ operator<< [1/2]

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

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

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

Definition at line 662 of file AsciiData.cc.

663{
664 return is;
665}

◆ operator>> [2/2]

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