#include <AsciiData.hh>
◆ MDCHIT() [1/3]
◆ MDCHIT() [2/3]
◆ MDCHIT() [3/3]
◆ operator<< [1/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCHIT & | x ) |
|
friend |
Definition at line 477 of file AsciiData.cc.
477 {
478 os << std::endl << "{ MDCHIT" << std::endl;
479 if (
x.initialized() )
480 {
482 {
483 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
484 }
485 }
486 os << std::endl << "} MDCHIT" << std::endl;
487 return os;
488}
◆ operator<< [2/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCHIT & | x ) |
|
friend |
Definition at line 477 of file AsciiData.cc.
477 {
478 os << std::endl << "{ MDCHIT" << std::endl;
479 if (
x.initialized() )
480 {
482 {
483 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
484 }
485 }
486 os << std::endl << "} MDCHIT" << std::endl;
487 return os;
488}
◆ operator<< [3/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCHIT & | x ) |
|
friend |
Definition at line 477 of file AsciiData.cc.
477 {
478 os << std::endl << "{ MDCHIT" << std::endl;
479 if (
x.initialized() )
480 {
482 {
483 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
484 }
485 }
486 os << std::endl << "} MDCHIT" << std::endl;
487 return os;
488}
◆ operator>> [1/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCHIT & | x ) |
|
friend |
Definition at line 465 of file AsciiData.cc.
465 {
466 x.check_start_tag( is,
"MDCHIT" );
467 if ( !
x.initialized() )
return is;
469 x.hitCol.resize(
x.nHit );
470 {
471 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
472 }
473 x.check_end_tag( is,
"MDCHIT" );
474 return is;
475}
◆ operator>> [2/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCHIT & | x ) |
|
friend |
Definition at line 465 of file AsciiData.cc.
465 {
466 x.check_start_tag( is,
"MDCHIT" );
467 if ( !
x.initialized() )
return is;
469 x.hitCol.resize(
x.nHit );
470 {
471 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
472 }
473 x.check_end_tag( is,
"MDCHIT" );
474 return is;
475}
◆ operator>> [3/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCHIT & | x ) |
|
friend |
Definition at line 465 of file AsciiData.cc.
465 {
466 x.check_start_tag( is,
"MDCHIT" );
467 if ( !
x.initialized() )
return is;
469 x.hitCol.resize(
x.nHit );
470 {
471 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
472 }
473 x.check_end_tag( is,
"MDCHIT" );
474 return is;
475}
◆ hitCol
◆ nHit
The documentation for this class was generated from the following files: