EmcHitType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 EmcHitType ()

Friends

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


Detailed Description

Definition at line 328 of file AsciiData.hh.


Constructor & Destructor Documentation

EmcHitType::EmcHitType (  )  [inline]

Definition at line 330 of file AsciiData.hh.

00330 {};


Friends And Related Function Documentation

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

Definition at line 667 of file AsciiData.cc.

00668 {
00669     os << std::endl;
00670     return os;
00671 }

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

Definition at line 662 of file AsciiData.cc.

00663 {
00664     return is;
00665 }


Generated on Tue Nov 29 23:18:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7