TofHitType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 TofHitType ()

Friends

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


Detailed Description

Definition at line 285 of file AsciiData.hh.


Constructor & Destructor Documentation

TofHitType::TofHitType (  )  [inline]

Definition at line 287 of file AsciiData.hh.

00287 {};


Friends And Related Function Documentation

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

Definition at line 580 of file AsciiData.cc.

00581 {
00582     os << std::endl;
00583     return os;
00584 }

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

Definition at line 575 of file AsciiData.cc.

00576 {
00577     return is;
00578 }


Generated on Tue Nov 29 23:36:05 2016 for BOSS_7.0.2 by  doxygen 1.4.7