MdcDigiType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MdcDigiType ()
 MdcDigiType ()

Public Attributes

int trackIndex
int layerNo
int cellNo
float energyDeposit
float driftTime

Friends

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


Detailed Description

Definition at line 206 of file AsciiData.hh.


Constructor & Destructor Documentation

MdcDigiType::MdcDigiType (  )  [inline]

Definition at line 208 of file AsciiData.hh.

00208 {};

MdcDigiType::MdcDigiType (  )  [inline]

Definition at line 208 of file AsciiData.h.

00208 {};


Friends And Related Function Documentation

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

Definition at line 425 of file AsciiData.cc.

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]

Definition at line 425 of file AsciiData.cc.

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]

Definition at line 415 of file AsciiData.cc.

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]

Definition at line 415 of file AsciiData.cc.

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

Definition at line 212 of file AsciiData.hh.

float MdcDigiType::driftTime

Definition at line 214 of file AsciiData.hh.

float MdcDigiType::energyDeposit

Definition at line 213 of file AsciiData.hh.

int MdcDigiType::layerNo

Definition at line 211 of file AsciiData.hh.

int MdcDigiType::trackIndex

Definition at line 208 of file AsciiData.hh.


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