#include <AsciiData.hh>
◆ TOFHIT() [1/3]
◆ TOFHIT() [2/3]
◆ TOFHIT() [3/3]
◆ operator<< [1/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFHIT & | x ) |
|
friend |
Definition at line 557 of file AsciiData.cc.
557 {
558 os << std::endl << "{ TOFHIT" << std::endl;
559 if (
x.initialized() )
560 {
562 {
563 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
564 }
565 }
566 os << std::endl << "} TOFHIT" << std::endl;
567 return os;
568}
◆ operator<< [2/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFHIT & | x ) |
|
friend |
Definition at line 557 of file AsciiData.cc.
557 {
558 os << std::endl << "{ TOFHIT" << std::endl;
559 if (
x.initialized() )
560 {
562 {
563 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
564 }
565 }
566 os << std::endl << "} TOFHIT" << std::endl;
567 return os;
568}
◆ operator<< [3/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFHIT & | x ) |
|
friend |
Definition at line 557 of file AsciiData.cc.
557 {
558 os << std::endl << "{ TOFHIT" << std::endl;
559 if (
x.initialized() )
560 {
562 {
563 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
564 }
565 }
566 os << std::endl << "} TOFHIT" << std::endl;
567 return os;
568}
◆ operator>> [1/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFHIT & | x ) |
|
friend |
Definition at line 545 of file AsciiData.cc.
545 {
546 x.check_start_tag( is,
"TOFHIT" );
547 if ( !
x.initialized() )
return is;
549 x.hitCol.resize(
x.nHit );
550 {
551 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
552 }
553 x.check_end_tag( is,
"TOFHIT" );
554 return is;
555}
◆ operator>> [2/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFHIT & | x ) |
|
friend |
Definition at line 545 of file AsciiData.cc.
545 {
546 x.check_start_tag( is,
"TOFHIT" );
547 if ( !
x.initialized() )
return is;
549 x.hitCol.resize(
x.nHit );
550 {
551 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
552 }
553 x.check_end_tag( is,
"TOFHIT" );
554 return is;
555}
◆ operator>> [3/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFHIT & | x ) |
|
friend |
Definition at line 545 of file AsciiData.cc.
545 {
546 x.check_start_tag( is,
"TOFHIT" );
547 if ( !
x.initialized() )
return is;
549 x.hitCol.resize(
x.nHit );
550 {
551 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
552 }
553 x.check_end_tag( is,
"TOFHIT" );
554 return is;
555}
◆ hitCol
◆ nHit
The documentation for this class was generated from the following files: