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

#include <AsciiData.hh>

Public Member Functions

 EmcHitType ()
 

Friends

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

Detailed Description

Definition at line 453 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ EmcHitType()

EmcHitType::EmcHitType ( )
inline

Definition at line 455 of file AsciiData.hh.

455{};

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 918 of file AsciiData.cc.

919{
920 os << std::endl;
921 return os;
922}

◆ operator>>

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

Definition at line 913 of file AsciiData.cc.

914{
915 return is;
916}

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