MucHitType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MucHitType ()

Friends

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


Detailed Description

Definition at line 370 of file AsciiData.hh.


Constructor & Destructor Documentation

MucHitType::MucHitType (  )  [inline]

Definition at line 372 of file AsciiData.hh.

00372 {};


Friends And Related Function Documentation

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

Definition at line 753 of file AsciiData.cc.

00754 {
00755     os << std::endl;
00756     return os;
00757 }

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

Definition at line 748 of file AsciiData.cc.

00749 {
00750     return is;
00751 }


Generated on Tue Nov 29 23:20:28 2016 for BOSS_7.0.2 by  doxygen 1.4.7