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

TofDigiType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 TofDigiType ()
 TofDigiType ()
 TofDigiType ()
 TofDigiType ()

Public Attributes

float backADC
float backTDC
float forwADC
float forwTDC
int partId
int scinNb
int trackIndex

Friends

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


Constructor & Destructor Documentation

TofDigiType::TofDigiType  )  [inline]
 

00261 {};

TofDigiType::TofDigiType  )  [inline]
 

00261 {};

TofDigiType::TofDigiType  )  [inline]
 

00231 {};

TofDigiType::TofDigiType  )  [inline]
 

00231 {};


Friends And Related Function Documentation

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

00536 {
00537     os << " " << x.trackIndex;
00538     os << " " << x.partId;
00539     os << " " << x.scinNb;
00540     os << " " << x.forwADC;
00541     os << " " << x.forwTDC;
00542     os << " " << x.backADC;
00543     os << " " << x.backTDC;
00544     os << std::endl;
00545     return os;
00546 }

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

00536 {
00537     os << " " << x.trackIndex;
00538     os << " " << x.partId;
00539     os << " " << x.scinNb;
00540     os << " " << x.forwADC;
00541     os << " " << x.forwTDC;
00542     os << " " << x.backADC;
00543     os << " " << x.backTDC;
00544     os << std::endl;
00545     return os;
00546 }

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

00536 {
00537     os << " " << x.trackIndex;
00538     os << " " << x.partId;
00539     os << " " << x.scinNb;
00540     os << " " << x.forwADC;
00541     os << " " << x.forwTDC;
00542     os << " " << x.backADC;
00543     os << " " << x.backTDC;
00544     os << std::endl;
00545     return os;
00546 }

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

00536 {
00537     os << " " << x.trackIndex;
00538     os << " " << x.partId;
00539     os << " " << x.scinNb;
00540     os << " " << x.forwADC;
00541     os << " " << x.forwTDC;
00542     os << " " << x.backADC;
00543     os << " " << x.backTDC;
00544     os << std::endl;
00545     return os;
00546 }

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

00524 {
00525     is >> x.trackIndex;
00526     is >> x.partId;
00527     is >> x.scinNb;
00528     is >> x.forwADC;
00529     is >> x.forwTDC;
00530     is >> x.backADC;
00531     is >> x.backTDC;
00532     return is;
00533 }

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

00524 {
00525     is >> x.trackIndex;
00526     is >> x.partId;
00527     is >> x.scinNb;
00528     is >> x.forwADC;
00529     is >> x.forwTDC;
00530     is >> x.backADC;
00531     is >> x.backTDC;
00532     return is;
00533 }

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

00524 {
00525     is >> x.trackIndex;
00526     is >> x.partId;
00527     is >> x.scinNb;
00528     is >> x.forwADC;
00529     is >> x.forwTDC;
00530     is >> x.backADC;
00531     is >> x.backTDC;
00532     return is;
00533 }

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

00524 {
00525     is >> x.trackIndex;
00526     is >> x.partId;
00527     is >> x.scinNb;
00528     is >> x.forwADC;
00529     is >> x.forwTDC;
00530     is >> x.backADC;
00531     is >> x.backTDC;
00532     return is;
00533 }


Member Data Documentation

float TofDigiType::backADC
 

float TofDigiType::backTDC
 

float TofDigiType::forwADC
 

float TofDigiType::forwTDC
 

int TofDigiType::partId
 

int TofDigiType::scinNb
 

int TofDigiType::trackIndex
 


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