#include <AsciiData.hh>
◆ EMCTRUTH() [1/4]
◆ EMCTRUTH() [2/4]
◆ EMCTRUTH() [3/4]
◆ EMCTRUTH() [4/4]
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCTRUTH & | x ) |
|
friend |
Definition at line 319 of file AsciiData.cc.
319 {
320 os << std::endl << "{ EMCTRUTH" << std::endl;
321 if (
x.initialized() )
322 {
323 os <<
" " <<
x.nTruth;
324 {
325 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
326 }
327 }
328 os << std::endl << "} EMCTRUTH" << std::endl;
329 return os;
330}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCTRUTH & | x ) |
|
friend |
Definition at line 319 of file AsciiData.cc.
319 {
320 os << std::endl << "{ EMCTRUTH" << std::endl;
321 if (
x.initialized() )
322 {
323 os <<
" " <<
x.nTruth;
324 {
325 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
326 }
327 }
328 os << std::endl << "} EMCTRUTH" << std::endl;
329 return os;
330}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCTRUTH & | x ) |
|
friend |
Definition at line 319 of file AsciiData.cc.
319 {
320 os << std::endl << "{ EMCTRUTH" << std::endl;
321 if (
x.initialized() )
322 {
323 os <<
" " <<
x.nTruth;
324 {
325 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
326 }
327 }
328 os << std::endl << "} EMCTRUTH" << std::endl;
329 return os;
330}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCTRUTH & | x ) |
|
friend |
Definition at line 319 of file AsciiData.cc.
319 {
320 os << std::endl << "{ EMCTRUTH" << std::endl;
321 if (
x.initialized() )
322 {
323 os <<
" " <<
x.nTruth;
324 {
325 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
326 }
327 }
328 os << std::endl << "} EMCTRUTH" << std::endl;
329 return os;
330}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCTRUTH & | x ) |
|
friend |
Definition at line 307 of file AsciiData.cc.
307 {
308 x.check_start_tag( is,
"EMCTRUTH" );
309 if ( !
x.initialized() )
return is;
311 x.truthCol.resize(
x.nTruth );
312 {
313 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
314 }
315 x.check_end_tag( is,
"EMCTRUTH" );
316 return is;
317}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCTRUTH & | x ) |
|
friend |
Definition at line 307 of file AsciiData.cc.
307 {
308 x.check_start_tag( is,
"EMCTRUTH" );
309 if ( !
x.initialized() )
return is;
311 x.truthCol.resize(
x.nTruth );
312 {
313 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
314 }
315 x.check_end_tag( is,
"EMCTRUTH" );
316 return is;
317}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCTRUTH & | x ) |
|
friend |
Definition at line 307 of file AsciiData.cc.
307 {
308 x.check_start_tag( is,
"EMCTRUTH" );
309 if ( !
x.initialized() )
return is;
311 x.truthCol.resize(
x.nTruth );
312 {
313 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
314 }
315 x.check_end_tag( is,
"EMCTRUTH" );
316 return is;
317}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCTRUTH & | x ) |
|
friend |
Definition at line 307 of file AsciiData.cc.
307 {
308 x.check_start_tag( is,
"EMCTRUTH" );
309 if ( !
x.initialized() )
return is;
311 x.truthCol.resize(
x.nTruth );
312 {
313 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
314 }
315 x.check_end_tag( is,
"EMCTRUTH" );
316 return is;
317}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: