BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
TofDigiType Class Reference

#include <AsciiData.hh>

Public Member Functions

 TofDigiType ()
 
 TofDigiType ()
 

Public Attributes

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

Friends

std::istream & operator>> (std::istream &is, TofDigiType &x)
 
std::ostream & operator<< (std::ostream &os, const TofDigiType &x)
 
std::istream & operator>> (std::istream &is, TofDigiType &x)
 
std::ostream & operator<< (std::ostream &os, const TofDigiType &x)
 

Detailed Description

Definition at line 259 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ TofDigiType() [1/2]

TofDigiType::TofDigiType ( )
inline

Definition at line 261 of file AsciiData.hh.

261{};

◆ TofDigiType() [2/2]

TofDigiType::TofDigiType ( )
inline

Definition at line 231 of file AsciiData.h.

231{};

Friends And Related Symbol Documentation

◆ operator<< [1/2]

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

Definition at line 535 of file AsciiData.cc.

536{
537 os << " " << x.trackIndex;
538 os << " " << x.partId;
539 os << " " << x.scinNb;
540 os << " " << x.forwADC;
541 os << " " << x.forwTDC;
542 os << " " << x.backADC;
543 os << " " << x.backTDC;
544 os << std::endl;
545 return os;
546}
Double_t x[10]

◆ operator<< [2/2]

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

Definition at line 535 of file AsciiData.cc.

536{
537 os << " " << x.trackIndex;
538 os << " " << x.partId;
539 os << " " << x.scinNb;
540 os << " " << x.forwADC;
541 os << " " << x.forwTDC;
542 os << " " << x.backADC;
543 os << " " << x.backTDC;
544 os << std::endl;
545 return os;
546}

◆ operator>> [1/2]

std::istream & operator>> ( std::istream & is,
TofDigiType & x )
friend

Definition at line 523 of file AsciiData.cc.

524{
525 is >> x.trackIndex;
526 is >> x.partId;
527 is >> x.scinNb;
528 is >> x.forwADC;
529 is >> x.forwTDC;
530 is >> x.backADC;
531 is >> x.backTDC;
532 return is;
533}

◆ operator>> [2/2]

std::istream & operator>> ( std::istream & is,
TofDigiType & x )
friend

Definition at line 523 of file AsciiData.cc.

524{
525 is >> x.trackIndex;
526 is >> x.partId;
527 is >> x.scinNb;
528 is >> x.forwADC;
529 is >> x.forwTDC;
530 is >> x.backADC;
531 is >> x.backTDC;
532 return is;
533}

Member Data Documentation

◆ backADC

float TofDigiType::backADC

Definition at line 268 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ backTDC

float TofDigiType::backTDC

Definition at line 269 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ forwADC

float TofDigiType::forwADC

Definition at line 266 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ forwTDC

float TofDigiType::forwTDC

Definition at line 267 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ partId

int TofDigiType::partId

Definition at line 264 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ scinNb

int TofDigiType::scinNb

Definition at line 265 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ trackIndex

int TofDigiType::trackIndex

Definition at line 263 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().


The documentation for this class was generated from the following files: