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

MdcHitType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MdcHitType ()
 MdcHitType ()

Public Attributes

int cellNo
float driftDistance
float energyDeposit
float enterAngle
float globalT
int layerNo
float posFlag
float posX
float posY
float posZ
float theta
int trackIndex

Friends

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


Constructor & Destructor Documentation

MdcHitType::MdcHitType  )  [inline]
 

00231 {};

MdcHitType::MdcHitType  )  [inline]
 

00231 {};


Friends And Related Function Documentation

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

00480 {
00481     os << " " << x.trackIndex;
00482     os << " " << x.layerNo;
00483     os << " " << x.cellNo;
00484     os << " " << x.posX;
00485     os << " " << x.posY;
00486     os << " " << x.posZ;
00487     os << " " << x.energyDeposit;
00488     os << " " << x.driftDistance;
00489     os << " " << x.globalT;
00490     os << " " << x.theta;
00491     os << " " << x.enterAngle;
00492     os << " " << x.posFlag;
00493     os << std::endl;
00494     return os;
00495 }

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

00480 {
00481     os << " " << x.trackIndex;
00482     os << " " << x.layerNo;
00483     os << " " << x.cellNo;
00484     os << " " << x.posX;
00485     os << " " << x.posY;
00486     os << " " << x.posZ;
00487     os << " " << x.energyDeposit;
00488     os << " " << x.driftDistance;
00489     os << " " << x.globalT;
00490     os << " " << x.theta;
00491     os << " " << x.enterAngle;
00492     os << " " << x.posFlag;
00493     os << std::endl;
00494     return os;
00495 }

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

00463 {
00464     is >> x.trackIndex;
00465     is >> x.layerNo;
00466     is >> x.cellNo;
00467     is >> x.posX;
00468     is >> x.posY;
00469     is >> x.posZ;
00470     is >> x.energyDeposit;
00471     is >> x.driftDistance;
00472     is >> x.globalT;
00473     is >> x.theta;
00474     is >> x.enterAngle;
00475     is >> x.posFlag;
00476     return is;
00477 }

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

00463 {
00464     is >> x.trackIndex;
00465     is >> x.layerNo;
00466     is >> x.cellNo;
00467     is >> x.posX;
00468     is >> x.posY;
00469     is >> x.posZ;
00470     is >> x.energyDeposit;
00471     is >> x.driftDistance;
00472     is >> x.globalT;
00473     is >> x.theta;
00474     is >> x.enterAngle;
00475     is >> x.posFlag;
00476     return is;
00477 }


Member Data Documentation

int MdcHitType::cellNo
 

float MdcHitType::driftDistance
 

float MdcHitType::energyDeposit
 

float MdcHitType::enterAngle
 

float MdcHitType::globalT
 

int MdcHitType::layerNo
 

float MdcHitType::posFlag
 

float MdcHitType::posX
 

float MdcHitType::posY
 

float MdcHitType::posZ
 

float MdcHitType::theta
 

int MdcHitType::trackIndex
 


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