#include <AsciiData.hh>
Definition at line 138 of file AsciiData.hh.
◆ TOFTRUTH() [1/2]
◆ TOFTRUTH() [2/2]
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFTRUTH & | x ) |
|
friend |
Definition at line 283 of file AsciiData.cc.
284{
285 os << std::endl << "{ TOFTRUTH" << std::endl;
286 if(
x.initialized()) {
287 os <<
" " <<
x.nTruth;
288 {
for(
int i = 0; i <
x.nTruth; i++) {
289 os <<
" " <<
x.truthCol[i];
290 }}
291 }
292 os << std::endl << "} TOFTRUTH" << std::endl;
293 return os;
294}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TOFTRUTH & | x ) |
|
friend |
Definition at line 283 of file AsciiData.cc.
284{
285 os << std::endl << "{ TOFTRUTH" << std::endl;
286 if(
x.initialized()) {
287 os <<
" " <<
x.nTruth;
288 {
for(
int i = 0; i <
x.nTruth; i++) {
289 os <<
" " <<
x.truthCol[i];
290 }}
291 }
292 os << std::endl << "} TOFTRUTH" << std::endl;
293 return os;
294}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFTRUTH & | x ) |
|
friend |
Definition at line 270 of file AsciiData.cc.
271{
272 x.check_start_tag(is,
"TOFTRUTH");
273 if(!
x.initialized())
return is;
275 x.truthCol.resize(
x.nTruth);
276 {
for(
int i = 0; i <
x.nTruth; i++) {
278 }}
279 x.check_end_tag(is,
"TOFTRUTH");
280 return is;
281}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
TOFTRUTH & | x ) |
|
friend |
Definition at line 270 of file AsciiData.cc.
271{
272 x.check_start_tag(is,
"TOFTRUTH");
273 if(!
x.initialized())
return is;
275 x.truthCol.resize(
x.nTruth);
276 {
for(
int i = 0; i <
x.nTruth; i++) {
278 }}
279 x.check_end_tag(is,
"TOFTRUTH");
280 return is;
281}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: