MdcHitType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MdcHitType ()

Public Attributes

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

Friends

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


Detailed Description

Definition at line 229 of file AsciiData.hh.


Constructor & Destructor Documentation

MdcHitType::MdcHitType (  )  [inline]

Definition at line 231 of file AsciiData.hh.

00231 {};


Friends And Related Function Documentation

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

Definition at line 479 of file AsciiData.cc.

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]

Definition at line 462 of file AsciiData.cc.

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

Definition at line 235 of file AsciiData.hh.

float MdcHitType::driftDistance

Definition at line 240 of file AsciiData.hh.

float MdcHitType::energyDeposit

Definition at line 239 of file AsciiData.hh.

float MdcHitType::enterAngle

Definition at line 243 of file AsciiData.hh.

float MdcHitType::globalT

Definition at line 241 of file AsciiData.hh.

int MdcHitType::layerNo

Definition at line 234 of file AsciiData.hh.

float MdcHitType::posFlag

Definition at line 244 of file AsciiData.hh.

float MdcHitType::posX

Definition at line 236 of file AsciiData.hh.

float MdcHitType::posY

Definition at line 237 of file AsciiData.hh.

float MdcHitType::posZ

Definition at line 238 of file AsciiData.hh.

float MdcHitType::theta

Definition at line 242 of file AsciiData.hh.

int MdcHitType::trackIndex

Definition at line 231 of file AsciiData.hh.


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