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

TofTruthType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 TofTruthType ()
 TofTruthType ()
 TofTruthType ()
 TofTruthType ()

Public Attributes

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

Friends

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


Constructor & Destructor Documentation

TofTruthType::TofTruthType  )  [inline]
 

00121 {};

TofTruthType::TofTruthType  )  [inline]
 

00121 {};

TofTruthType::TofTruthType  )  [inline]
 

00121 {};

TofTruthType::TofTruthType  )  [inline]
 

00121 {};


Friends And Related Function Documentation

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

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]
 

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]
 

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]
 

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]
 

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]
 

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]
 

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]
 

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
 

float TofTruthType::posX
 

float TofTruthType::posY
 

float TofTruthType::posZ
 

float TofTruthType::px
 

float TofTruthType::py
 

float TofTruthType::pz
 

int TofTruthType::scinNb
 

float TofTruthType::time
 

int TofTruthType::trackIndex
 

float TofTruthType::trackL
 


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