CGEM BOSS 6.6.5.h
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 384 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ TofDigiType() [1/2]

TofDigiType::TofDigiType ( )
inline

Definition at line 386 of file AsciiData.hh.

386{};

◆ 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 786 of file AsciiData.cc.

787{
788 os << " " << x.trackIndex;
789 os << " " << x.partId;
790 os << " " << x.scinNb;
791 os << " " << x.forwADC;
792 os << " " << x.forwTDC;
793 os << " " << x.backADC;
794 os << " " << x.backTDC;
795 os << std::endl;
796 return os;
797}
Double_t x[10]

◆ operator<< [2/2]

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

Definition at line 786 of file AsciiData.cc.

787{
788 os << " " << x.trackIndex;
789 os << " " << x.partId;
790 os << " " << x.scinNb;
791 os << " " << x.forwADC;
792 os << " " << x.forwTDC;
793 os << " " << x.backADC;
794 os << " " << x.backTDC;
795 os << std::endl;
796 return os;
797}

◆ operator>> [1/2]

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

Definition at line 774 of file AsciiData.cc.

775{
776 is >> x.trackIndex;
777 is >> x.partId;
778 is >> x.scinNb;
779 is >> x.forwADC;
780 is >> x.forwTDC;
781 is >> x.backADC;
782 is >> x.backTDC;
783 return is;
784}

◆ operator>> [2/2]

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

Definition at line 774 of file AsciiData.cc.

775{
776 is >> x.trackIndex;
777 is >> x.partId;
778 is >> x.scinNb;
779 is >> x.forwADC;
780 is >> x.forwTDC;
781 is >> x.backADC;
782 is >> x.backTDC;
783 return is;
784}

Member Data Documentation

◆ backADC

float TofDigiType::backADC

Definition at line 393 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ backTDC

float TofDigiType::backTDC

Definition at line 394 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ forwADC

float TofDigiType::forwADC

Definition at line 391 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ forwTDC

float TofDigiType::forwTDC

Definition at line 392 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ partId

int TofDigiType::partId

Definition at line 389 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ scinNb

int TofDigiType::scinNb

Definition at line 390 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().

◆ trackIndex

int TofDigiType::trackIndex

Definition at line 388 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveTofDigits().


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