#include <AsciiData.hh>
◆ TOFTRUTH() [1/4]
◆ TOFTRUTH() [2/4]
◆ TOFTRUTH() [3/4]
◆ TOFTRUTH() [4/4]
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFTRUTH & | x ) |
|
friend |
Definition at line 263 of file AsciiData.cc.
263 {
264 os << std::endl << "{ TOFTRUTH" << std::endl;
265 if (
x.initialized() )
266 {
267 os <<
" " <<
x.nTruth;
268 {
269 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
270 }
271 }
272 os << std::endl << "} TOFTRUTH" << std::endl;
273 return os;
274}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFTRUTH & | x ) |
|
friend |
Definition at line 263 of file AsciiData.cc.
263 {
264 os << std::endl << "{ TOFTRUTH" << std::endl;
265 if (
x.initialized() )
266 {
267 os <<
" " <<
x.nTruth;
268 {
269 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
270 }
271 }
272 os << std::endl << "} TOFTRUTH" << std::endl;
273 return os;
274}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFTRUTH & | x ) |
|
friend |
Definition at line 263 of file AsciiData.cc.
263 {
264 os << std::endl << "{ TOFTRUTH" << std::endl;
265 if (
x.initialized() )
266 {
267 os <<
" " <<
x.nTruth;
268 {
269 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
270 }
271 }
272 os << std::endl << "} TOFTRUTH" << std::endl;
273 return os;
274}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFTRUTH & | x ) |
|
friend |
Definition at line 263 of file AsciiData.cc.
263 {
264 os << std::endl << "{ TOFTRUTH" << std::endl;
265 if (
x.initialized() )
266 {
267 os <<
" " <<
x.nTruth;
268 {
269 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
270 }
271 }
272 os << std::endl << "} TOFTRUTH" << std::endl;
273 return os;
274}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFTRUTH & | x ) |
|
friend |
Definition at line 251 of file AsciiData.cc.
251 {
252 x.check_start_tag( is,
"TOFTRUTH" );
253 if ( !
x.initialized() )
return is;
255 x.truthCol.resize(
x.nTruth );
256 {
257 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
258 }
259 x.check_end_tag( is,
"TOFTRUTH" );
260 return is;
261}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFTRUTH & | x ) |
|
friend |
Definition at line 251 of file AsciiData.cc.
251 {
252 x.check_start_tag( is,
"TOFTRUTH" );
253 if ( !
x.initialized() )
return is;
255 x.truthCol.resize(
x.nTruth );
256 {
257 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
258 }
259 x.check_end_tag( is,
"TOFTRUTH" );
260 return is;
261}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFTRUTH & | x ) |
|
friend |
Definition at line 251 of file AsciiData.cc.
251 {
252 x.check_start_tag( is,
"TOFTRUTH" );
253 if ( !
x.initialized() )
return is;
255 x.truthCol.resize(
x.nTruth );
256 {
257 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
258 }
259 x.check_end_tag( is,
"TOFTRUTH" );
260 return is;
261}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFTRUTH & | x ) |
|
friend |
Definition at line 251 of file AsciiData.cc.
251 {
252 x.check_start_tag( is,
"TOFTRUTH" );
253 if ( !
x.initialized() )
return is;
255 x.truthCol.resize(
x.nTruth );
256 {
257 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
258 }
259 x.check_end_tag( is,
"TOFTRUTH" );
260 return is;
261}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: