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

MucTruthType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MucTruthType ()
 MucTruthType ()
 MucTruthType ()
 MucTruthType ()

Public Attributes

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

Friends

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


Constructor & Destructor Documentation

MucTruthType::MucTruthType  )  [inline]
 

00179 {};

MucTruthType::MucTruthType  )  [inline]
 

00179 {};

MucTruthType::MucTruthType  )  [inline]
 

00179 {};

MucTruthType::MucTruthType  )  [inline]
 

00179 {};


Friends And Related Function Documentation

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

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]
 

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]
 

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]
 

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]
 

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]
 

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]
 

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]
 

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
 

int MucTruthType::partId
 

float MucTruthType::posX
 

float MucTruthType::posY
 

float MucTruthType::posZ
 

float MucTruthType::px
 

float MucTruthType::py
 

float MucTruthType::pz
 

int MucTruthType::segId
 

int MucTruthType::stripId
 

int MucTruthType::trackIndex
 


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