TofDigiType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 TofDigiType ()
 TofDigiType ()

Public Attributes

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

Friends

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


Detailed Description

Definition at line 259 of file AsciiData.hh.


Constructor & Destructor Documentation

TofDigiType::TofDigiType (  )  [inline]

Definition at line 261 of file AsciiData.hh.

00261 {};

TofDigiType::TofDigiType (  )  [inline]

Definition at line 231 of file AsciiData.h.

00231 {};


Friends And Related Function Documentation

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

Definition at line 535 of file AsciiData.cc.

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]

Definition at line 535 of file AsciiData.cc.

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]

Definition at line 523 of file AsciiData.cc.

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]

Definition at line 523 of file AsciiData.cc.

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

Definition at line 268 of file AsciiData.hh.

float TofDigiType::backTDC

Definition at line 269 of file AsciiData.hh.

float TofDigiType::forwADC

Definition at line 266 of file AsciiData.hh.

float TofDigiType::forwTDC

Definition at line 267 of file AsciiData.hh.

int TofDigiType::partId

Definition at line 264 of file AsciiData.hh.

int TofDigiType::scinNb

Definition at line 265 of file AsciiData.hh.

int TofDigiType::trackIndex

Definition at line 261 of file AsciiData.hh.


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