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

MdcDigiType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MdcDigiType ()
 MdcDigiType ()
 MdcDigiType ()
 MdcDigiType ()

Public Attributes

int cellNo
float driftTime
float energyDeposit
int layerNo
int trackIndex

Friends

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


Constructor & Destructor Documentation

MdcDigiType::MdcDigiType  )  [inline]
 

00208 {};

MdcDigiType::MdcDigiType  )  [inline]
 

00208 {};

MdcDigiType::MdcDigiType  )  [inline]
 

00208 {};

MdcDigiType::MdcDigiType  )  [inline]
 

00208 {};


Friends And Related Function Documentation

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

00426 {
00427     os << " " << x.trackIndex;
00428     os << " " << x.layerNo;
00429     os << " " << x.cellNo;
00430     os << " " << x.energyDeposit;
00431     os << " " << x.driftTime;
00432     os << std::endl;
00433     return os;
00434 }

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

00426 {
00427     os << " " << x.trackIndex;
00428     os << " " << x.layerNo;
00429     os << " " << x.cellNo;
00430     os << " " << x.energyDeposit;
00431     os << " " << x.driftTime;
00432     os << std::endl;
00433     return os;
00434 }

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

00426 {
00427     os << " " << x.trackIndex;
00428     os << " " << x.layerNo;
00429     os << " " << x.cellNo;
00430     os << " " << x.energyDeposit;
00431     os << " " << x.driftTime;
00432     os << std::endl;
00433     return os;
00434 }

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

00426 {
00427     os << " " << x.trackIndex;
00428     os << " " << x.layerNo;
00429     os << " " << x.cellNo;
00430     os << " " << x.energyDeposit;
00431     os << " " << x.driftTime;
00432     os << std::endl;
00433     return os;
00434 }

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

00416 {
00417     is >> x.trackIndex;
00418     is >> x.layerNo;
00419     is >> x.cellNo;
00420     is >> x.energyDeposit;
00421     is >> x.driftTime;
00422     return is;
00423 }

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

00416 {
00417     is >> x.trackIndex;
00418     is >> x.layerNo;
00419     is >> x.cellNo;
00420     is >> x.energyDeposit;
00421     is >> x.driftTime;
00422     return is;
00423 }

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

00416 {
00417     is >> x.trackIndex;
00418     is >> x.layerNo;
00419     is >> x.cellNo;
00420     is >> x.energyDeposit;
00421     is >> x.driftTime;
00422     return is;
00423 }

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

00416 {
00417     is >> x.trackIndex;
00418     is >> x.layerNo;
00419     is >> x.cellNo;
00420     is >> x.energyDeposit;
00421     is >> x.driftTime;
00422     return is;
00423 }


Member Data Documentation

int MdcDigiType::cellNo
 

float MdcDigiType::driftTime
 

float MdcDigiType::energyDeposit
 

int MdcDigiType::layerNo
 

int MdcDigiType::trackIndex
 


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