MucDigiType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MucDigiType ()
 MucDigiType ()

Public Attributes

int trackIndex
int partNo
int segNo
int gapNo
int stripNo

Friends

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


Detailed Description

Definition at line 347 of file AsciiData.hh.


Constructor & Destructor Documentation

MucDigiType::MucDigiType (  )  [inline]

Definition at line 349 of file AsciiData.hh.

00349 {};

MucDigiType::MucDigiType (  )  [inline]

Definition at line 281 of file AsciiData.h.

00281 {};


Friends And Related Function Documentation

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

Definition at line 710 of file AsciiData.cc.

00711 {
00712     os << " " << x.trackIndex;
00713     os << " " << x.partNo;
00714     os << " " << x.segNo;
00715     os << " " << x.gapNo;
00716     os << " " << x.stripNo;
00717     os << std::endl;
00718     return os;
00719 }

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

Definition at line 710 of file AsciiData.cc.

00711 {
00712     os << " " << x.trackIndex;
00713     os << " " << x.partNo;
00714     os << " " << x.segNo;
00715     os << " " << x.gapNo;
00716     os << " " << x.stripNo;
00717     os << std::endl;
00718     return os;
00719 }

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

Definition at line 700 of file AsciiData.cc.

00701 {
00702     is >> x.trackIndex;
00703     is >> x.partNo;
00704     is >> x.segNo;
00705     is >> x.gapNo;
00706     is >> x.stripNo;
00707     return is;
00708 }

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

Definition at line 700 of file AsciiData.cc.

00701 {
00702     is >> x.trackIndex;
00703     is >> x.partNo;
00704     is >> x.segNo;
00705     is >> x.gapNo;
00706     is >> x.stripNo;
00707     return is;
00708 }


Member Data Documentation

int MucDigiType::gapNo

Definition at line 354 of file AsciiData.hh.

int MucDigiType::partNo

Definition at line 352 of file AsciiData.hh.

int MucDigiType::segNo

Definition at line 353 of file AsciiData.hh.

int MucDigiType::stripNo

Definition at line 355 of file AsciiData.hh.

int MucDigiType::trackIndex

Definition at line 349 of file AsciiData.hh.


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