CGEM BOSS 6.6.5.f
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 386 of file Event/AsciiDmp/AsciiDmp-01-04-03/AsciiDmp/AsciiData.hh.

386{};

◆ TofDigiType() [2/4]

TofDigiType::TofDigiType ( )
inline

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

386{};

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

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

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

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

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

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

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

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

◆ 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: