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

MucHitType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MucHitType ()
 MucHitType ()

Friends

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


Constructor & Destructor Documentation

MucHitType::MucHitType  )  [inline]
 

00372 {};

MucHitType::MucHitType  )  [inline]
 

00372 {};


Friends And Related Function Documentation

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

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

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

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

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

00749 {
00750     return is;
00751 }

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

00749 {
00750     return is;
00751 }


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