Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TofHitType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 TofHitType ()
 TofHitType ()

Friends

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


Constructor & Destructor Documentation

TofHitType::TofHitType  )  [inline]
 

00287 {};

TofHitType::TofHitType  )  [inline]
 

00287 {};


Friends And Related Function Documentation

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

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

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

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

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

00576 {
00577     return is;
00578 }

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

00576 {
00577     return is;
00578 }


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 18:59:04 2011 for BOSS6.5.5 by  doxygen 1.3.9.1