CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
CgemDigiType Class Reference

#include <AsciiData.hh>

Public Member Functions

 CgemDigiType ()
 
 CgemDigiType ()
 

Public Attributes

int m_ID_track
 
int m_ID_layer
 
int m_ID_sheet
 
int m_F_XV
 
int m_ID_strip
 
float m_E_deposit
 
float m_global_time
 

Friends

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

Detailed Description

Constructor & Destructor Documentation

◆ CgemDigiType() [1/2]

CgemDigiType::CgemDigiType ( )
inline

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

311{};

◆ CgemDigiType() [2/2]

CgemDigiType::CgemDigiType ( )
inline

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

311{};

Friends And Related Function Documentation

◆ operator<< [1/2]

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

Definition at line 634 of file AsciiData.cc.

635{
636 os << " " << x.m_ID_track;
637 os << " " << x.m_ID_layer;
638 os << " " << x.m_ID_sheet;
639 os << " " << x.m_F_XV;
640 os << " " << x.m_ID_strip;
641 os << " " << x.m_E_deposit;
642 os << " " << x.m_global_time;
643 os << std::endl;
644 return os;
645}
Double_t x[10]

◆ operator<< [2/2]

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

Definition at line 634 of file AsciiData.cc.

635{
636 os << " " << x.m_ID_track;
637 os << " " << x.m_ID_layer;
638 os << " " << x.m_ID_sheet;
639 os << " " << x.m_F_XV;
640 os << " " << x.m_ID_strip;
641 os << " " << x.m_E_deposit;
642 os << " " << x.m_global_time;
643 os << std::endl;
644 return os;
645}

◆ operator>> [1/2]

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

Definition at line 622 of file AsciiData.cc.

623{
624 is >> x.m_ID_track;
625 is >> x.m_ID_layer;
626 is >> x.m_ID_sheet;
627 is >> x.m_F_XV;
628 is >> x.m_ID_strip;
629 is >> x.m_E_deposit;
630 is >> x.m_global_time;
631 return is;
632}

◆ operator>> [2/2]

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

Definition at line 622 of file AsciiData.cc.

623{
624 is >> x.m_ID_track;
625 is >> x.m_ID_layer;
626 is >> x.m_ID_sheet;
627 is >> x.m_F_XV;
628 is >> x.m_ID_strip;
629 is >> x.m_E_deposit;
630 is >> x.m_global_time;
631 return is;
632}

Member Data Documentation

◆ m_E_deposit

float CgemDigiType::m_E_deposit

◆ m_F_XV

int CgemDigiType::m_F_XV

◆ m_global_time

float CgemDigiType::m_global_time

◆ m_ID_layer

int CgemDigiType::m_ID_layer

◆ m_ID_sheet

int CgemDigiType::m_ID_sheet

◆ m_ID_strip

int CgemDigiType::m_ID_strip

◆ m_ID_track

int CgemDigiType::m_ID_track

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