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

#include <AsciiData.hh>

Public Member Functions

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

Public Attributes

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

Friends

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

Detailed Description

Constructor & Destructor Documentation

◆ TofDigiType() [1/4]

TofDigiType::TofDigiType ( )
inline

Definition at line 261 of file Event/AsciiDmp/AsciiDmp-01-03-01/AsciiDmp/AsciiData.hh.

261{};

◆ TofDigiType() [2/4]

TofDigiType::TofDigiType ( )
inline

Definition at line 261 of file InstallArea/include/AsciiDmp/AsciiDmp/AsciiData.hh.

261{};

◆ TofDigiType() [3/4]

TofDigiType::TofDigiType ( )
inline

Definition at line 231 of file InstallArea/include/Trigger/Trigger/AsciiData.h.

231{};

◆ TofDigiType() [4/4]

TofDigiType::TofDigiType ( )
inline

Definition at line 231 of file Trigger/Trigger/Trigger-00-01-05/Trigger/AsciiData.h.

231{};

Friends And Related Function Documentation

◆ operator<< [1/4]

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/4]

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<< [3/4]

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<< [4/4]

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/4]

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/4]

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>> [3/4]

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>> [4/4]

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

◆ backTDC

float TofDigiType::backTDC

◆ forwADC

float TofDigiType::forwADC

◆ forwTDC

float TofDigiType::forwTDC

◆ partId

int TofDigiType::partId

◆ scinNb

int TofDigiType::scinNb

◆ trackIndex

int TofDigiType::trackIndex

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