#include <AsciiData.hh>
◆ MUCHIT() [1/3]
◆ MUCHIT() [2/3]
◆ MUCHIT() [3/3]
◆ operator<< [1/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCHIT & | x ) |
|
friend |
Definition at line 711 of file AsciiData.cc.
711 {
712 os << std::endl << "{ MUCHIT" << std::endl;
713 if (
x.initialized() )
714 {
716 {
717 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
718 }
719 }
720 os << std::endl << "} MUCHIT" << std::endl;
721 return os;
722}
◆ operator<< [2/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCHIT & | x ) |
|
friend |
Definition at line 711 of file AsciiData.cc.
711 {
712 os << std::endl << "{ MUCHIT" << std::endl;
713 if (
x.initialized() )
714 {
716 {
717 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
718 }
719 }
720 os << std::endl << "} MUCHIT" << std::endl;
721 return os;
722}
◆ operator<< [3/3]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCHIT & | x ) |
|
friend |
Definition at line 711 of file AsciiData.cc.
711 {
712 os << std::endl << "{ MUCHIT" << std::endl;
713 if (
x.initialized() )
714 {
716 {
717 for (
int i = 0; i <
x.nHit; i++ ) { os <<
" " <<
x.hitCol[i]; }
718 }
719 }
720 os << std::endl << "} MUCHIT" << std::endl;
721 return os;
722}
◆ operator>> [1/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCHIT & | x ) |
|
friend |
Definition at line 699 of file AsciiData.cc.
699 {
700 x.check_start_tag( is,
"MUCHIT" );
701 if ( !
x.initialized() )
return is;
703 x.hitCol.resize(
x.nHit );
704 {
705 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
706 }
707 x.check_end_tag( is,
"MUCHIT" );
708 return is;
709}
◆ operator>> [2/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCHIT & | x ) |
|
friend |
Definition at line 699 of file AsciiData.cc.
699 {
700 x.check_start_tag( is,
"MUCHIT" );
701 if ( !
x.initialized() )
return is;
703 x.hitCol.resize(
x.nHit );
704 {
705 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
706 }
707 x.check_end_tag( is,
"MUCHIT" );
708 return is;
709}
◆ operator>> [3/3]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCHIT & | x ) |
|
friend |
Definition at line 699 of file AsciiData.cc.
699 {
700 x.check_start_tag( is,
"MUCHIT" );
701 if ( !
x.initialized() )
return is;
703 x.hitCol.resize(
x.nHit );
704 {
705 for (
int i = 0; i <
x.nHit; i++ ) { is >>
x.hitCol[i]; }
706 }
707 x.check_end_tag( is,
"MUCHIT" );
708 return is;
709}
◆ hitCol
◆ nHit
The documentation for this class was generated from the following files: