TofTruthType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 TofTruthType ()
 TofTruthType ()

Public Attributes

int trackIndex
int partId
int scinNb
float posX
float posY
float posZ
float px
float py
float pz
float trackL
float time

Friends

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


Detailed Description

Definition at line 119 of file AsciiData.hh.


Constructor & Destructor Documentation

TofTruthType::TofTruthType (  )  [inline]

Definition at line 121 of file AsciiData.hh.

00121 {};

TofTruthType::TofTruthType (  )  [inline]

Definition at line 121 of file AsciiData.h.

00121 {};


Friends And Related Function Documentation

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

Definition at line 253 of file AsciiData.cc.

00254 {
00255     os << " " << x.trackIndex;
00256     os << " " << x.partId;
00257     os << " " << x.scinNb;
00258     os << " " << x.posX;
00259     os << " " << x.posY;
00260     os << " " << x.posZ;
00261     os << " " << x.px;
00262     os << " " << x.py;
00263     os << " " << x.pz;
00264     os << " " << x.trackL;
00265     os << " " << x.time;
00266     os << std::endl;
00267     return os;
00268 }

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

Definition at line 253 of file AsciiData.cc.

00254 {
00255     os << " " << x.trackIndex;
00256     os << " " << x.partId;
00257     os << " " << x.scinNb;
00258     os << " " << x.posX;
00259     os << " " << x.posY;
00260     os << " " << x.posZ;
00261     os << " " << x.px;
00262     os << " " << x.py;
00263     os << " " << x.pz;
00264     os << " " << x.trackL;
00265     os << " " << x.time;
00266     os << std::endl;
00267     return os;
00268 }

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

Definition at line 237 of file AsciiData.cc.

00238 {
00239     is >> x.trackIndex;
00240     is >> x.partId;  
00241     is >> x.scinNb;
00242     is >> x.posX;
00243     is >> x.posY;
00244     is >> x.posZ;
00245     is >> x.px;
00246     is >> x.py;
00247     is >> x.pz;
00248     is >> x.trackL;
00249     is >> x.time;
00250     return is;
00251 }

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

Definition at line 237 of file AsciiData.cc.

00238 {
00239     is >> x.trackIndex;
00240     is >> x.partId;  
00241     is >> x.scinNb;
00242     is >> x.posX;
00243     is >> x.posY;
00244     is >> x.posZ;
00245     is >> x.px;
00246     is >> x.py;
00247     is >> x.pz;
00248     is >> x.trackL;
00249     is >> x.time;
00250     return is;
00251 }


Member Data Documentation

int TofTruthType::partId

Definition at line 124 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::posX

Definition at line 126 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::posY

Definition at line 127 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::posZ

Definition at line 128 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::px

Definition at line 129 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::py

Definition at line 130 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::pz

Definition at line 131 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

int TofTruthType::scinNb

Definition at line 125 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::time

Definition at line 133 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

int TofTruthType::trackIndex

Definition at line 121 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().

float TofTruthType::trackL

Definition at line 132 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofTruth().


Generated on Tue Nov 29 23:36:08 2016 for BOSS_7.0.2 by  doxygen 1.4.7