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

MdcTruthType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 MdcTruthType ()
 MdcTruthType ()
 MdcTruthType ()
 MdcTruthType ()

Public Attributes

int cellNo
float driftD
float edep
int layerNo
int posFlag
float posX
float posY
float posZ
int trackIndex

Friends

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


Constructor & Destructor Documentation

MdcTruthType::MdcTruthType  )  [inline]
 

00094 {};

MdcTruthType::MdcTruthType  )  [inline]
 

00094 {};

MdcTruthType::MdcTruthType  )  [inline]
 

00094 {};

MdcTruthType::MdcTruthType  )  [inline]
 

00094 {};


Friends And Related Function Documentation

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

00197 {
00198     os << " " << x.trackIndex;
00199     os << " " << x.layerNo;
00200     os << " " << x.cellNo;
00201     os << " " << x.edep;
00202     os << " " << x.driftD;
00203     os << " " << x.posX;
00204     os << " " << x.posY;
00205     os << " " << x.posZ;
00206     os << " " << x.posFlag;
00207     os << std::endl;
00208     return os;
00209 }

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

00197 {
00198     os << " " << x.trackIndex;
00199     os << " " << x.layerNo;
00200     os << " " << x.cellNo;
00201     os << " " << x.edep;
00202     os << " " << x.driftD;
00203     os << " " << x.posX;
00204     os << " " << x.posY;
00205     os << " " << x.posZ;
00206     os << " " << x.posFlag;
00207     os << std::endl;
00208     return os;
00209 }

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

00197 {
00198     os << " " << x.trackIndex;
00199     os << " " << x.layerNo;
00200     os << " " << x.cellNo;
00201     os << " " << x.edep;
00202     os << " " << x.driftD;
00203     os << " " << x.posX;
00204     os << " " << x.posY;
00205     os << " " << x.posZ;
00206     os << " " << x.posFlag;
00207     os << std::endl;
00208     return os;
00209 }

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

00197 {
00198     os << " " << x.trackIndex;
00199     os << " " << x.layerNo;
00200     os << " " << x.cellNo;
00201     os << " " << x.edep;
00202     os << " " << x.driftD;
00203     os << " " << x.posX;
00204     os << " " << x.posY;
00205     os << " " << x.posZ;
00206     os << " " << x.posFlag;
00207     os << std::endl;
00208     return os;
00209 }

std::istream& operator>> std::istream is,
MdcTruthType x
[friend]
 

00183 {
00184     is >> x.trackIndex;
00185     is >> x.layerNo;  
00186     is >> x.cellNo;
00187     is >> x.edep;
00188     is >> x.driftD;
00189     is >> x.posX;
00190     is >> x.posY;
00191     is >> x.posZ;
00192     is >> x.posFlag;
00193     return is;
00194 }

std::istream& operator>> std::istream is,
MdcTruthType x
[friend]
 

00183 {
00184     is >> x.trackIndex;
00185     is >> x.layerNo;  
00186     is >> x.cellNo;
00187     is >> x.edep;
00188     is >> x.driftD;
00189     is >> x.posX;
00190     is >> x.posY;
00191     is >> x.posZ;
00192     is >> x.posFlag;
00193     return is;
00194 }

std::istream& operator>> std::istream is,
MdcTruthType x
[friend]
 

00183 {
00184     is >> x.trackIndex;
00185     is >> x.layerNo;  
00186     is >> x.cellNo;
00187     is >> x.edep;
00188     is >> x.driftD;
00189     is >> x.posX;
00190     is >> x.posY;
00191     is >> x.posZ;
00192     is >> x.posFlag;
00193     return is;
00194 }

std::istream& operator>> std::istream is,
MdcTruthType x
[friend]
 

00183 {
00184     is >> x.trackIndex;
00185     is >> x.layerNo;  
00186     is >> x.cellNo;
00187     is >> x.edep;
00188     is >> x.driftD;
00189     is >> x.posX;
00190     is >> x.posY;
00191     is >> x.posZ;
00192     is >> x.posFlag;
00193     return is;
00194 }


Member Data Documentation

int MdcTruthType::cellNo
 

float MdcTruthType::driftD
 

float MdcTruthType::edep
 

int MdcTruthType::layerNo
 

int MdcTruthType::posFlag
 

float MdcTruthType::posX
 

float MdcTruthType::posY
 

float MdcTruthType::posZ
 

int MdcTruthType::trackIndex
 


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