MucTruthType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MucTruthType ()
 MucTruthType ()

Public Attributes

int trackIndex
int partId
int segId
int gapId
int stripId
float posX
float posY
float posZ
float px
float py
float pz

Friends

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


Detailed Description

Definition at line 177 of file AsciiData.hh.


Constructor & Destructor Documentation

MucTruthType::MucTruthType (  )  [inline]

Definition at line 179 of file AsciiData.hh.

00179 {};

MucTruthType::MucTruthType (  )  [inline]

Definition at line 179 of file AsciiData.h.

00179 {};


Friends And Related Function Documentation

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

Definition at line 372 of file AsciiData.cc.

00373 {
00374     os << " " << x.trackIndex;
00375     os << " " << x.partId;
00376     os << " " << x.segId;
00377     os << " " << x.gapId;
00378     os << " " << x.stripId;
00379     os << " " << x.posX;
00380     os << " " << x.posY;
00381     os << " " << x.posZ;
00382     os << " " << x.px;
00383     os << " " << x.py;
00384     os << " " << x.pz;
00385     os << std::endl;
00386     return os;
00387 }

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

Definition at line 372 of file AsciiData.cc.

00373 {
00374     os << " " << x.trackIndex;
00375     os << " " << x.partId;
00376     os << " " << x.segId;
00377     os << " " << x.gapId;
00378     os << " " << x.stripId;
00379     os << " " << x.posX;
00380     os << " " << x.posY;
00381     os << " " << x.posZ;
00382     os << " " << x.px;
00383     os << " " << x.py;
00384     os << " " << x.pz;
00385     os << std::endl;
00386     return os;
00387 }

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

Definition at line 356 of file AsciiData.cc.

00357 {
00358     is >> x.trackIndex;
00359     is >> x.partId;
00360     is >> x.segId;
00361     is >> x.gapId;
00362     is >> x.stripId;
00363     is >> x.posX;
00364     is >> x.posY;
00365     is >> x.posZ;
00366     is >> x.px;
00367     is >> x.py;
00368     is >> x.pz;
00369     return is;
00370 }

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

Definition at line 356 of file AsciiData.cc.

00357 {
00358     is >> x.trackIndex;
00359     is >> x.partId;
00360     is >> x.segId;
00361     is >> x.gapId;
00362     is >> x.stripId;
00363     is >> x.posX;
00364     is >> x.posY;
00365     is >> x.posZ;
00366     is >> x.px;
00367     is >> x.py;
00368     is >> x.pz;
00369     return is;
00370 }


Member Data Documentation

int MucTruthType::gapId

Definition at line 184 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

int MucTruthType::partId

Definition at line 182 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

float MucTruthType::posX

Definition at line 186 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

float MucTruthType::posY

Definition at line 187 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

float MucTruthType::posZ

Definition at line 188 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

float MucTruthType::px

Definition at line 189 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

float MucTruthType::py

Definition at line 190 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

float MucTruthType::pz

Definition at line 191 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

int MucTruthType::segId

Definition at line 183 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

int MucTruthType::stripId

Definition at line 185 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().

int MucTruthType::trackIndex

Definition at line 179 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveMucTruth().


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