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

#include <AsciiData.hh>

Public Member Functions

 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 &is, CgemDigiType &x)
 
std::ostream & operator<< (std::ostream &os, const CgemDigiType &x)
 

Detailed Description

Definition at line 309 of file AsciiData.hh.

Constructor & Destructor Documentation

◆ CgemDigiType()

CgemDigiType::CgemDigiType ( )
inline

Definition at line 311 of file AsciiData.hh.

311{};

Friends And Related Symbol Documentation

◆ operator<<

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

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

Definition at line 318 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveCgemDigits().

◆ m_F_XV

int CgemDigiType::m_F_XV

Definition at line 316 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveCgemDigits().

◆ m_global_time

float CgemDigiType::m_global_time

Definition at line 319 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveCgemDigits().

◆ m_ID_layer

int CgemDigiType::m_ID_layer

Definition at line 314 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveCgemDigits().

◆ m_ID_sheet

int CgemDigiType::m_ID_sheet

Definition at line 315 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveCgemDigits().

◆ m_ID_strip

int CgemDigiType::m_ID_strip

Definition at line 317 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveCgemDigits().

◆ m_ID_track

int CgemDigiType::m_ID_track

Definition at line 313 of file AsciiData.hh.

Referenced by BesAsciiIO::SaveCgemDigits().


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