#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 343 of file AsciiData.cc.
344{
345 os << std::endl << "{ EMCTRUTH" << std::endl;
346 if(
x.initialized()) {
347 os <<
" " <<
x.nTruth;
348 {
for(
int i = 0; i <
x.nTruth; i++) {
349 os <<
" " <<
x.truthCol[i];
350 }}
351 }
352 os << std::endl << "} EMCTRUTH" << std::endl;
353 return os;
354}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 343 of file AsciiData.cc.
344{
345 os << std::endl << "{ EMCTRUTH" << std::endl;
346 if(
x.initialized()) {
347 os <<
" " <<
x.nTruth;
348 {
for(
int i = 0; i <
x.nTruth; i++) {
349 os <<
" " <<
x.truthCol[i];
350 }}
351 }
352 os << std::endl << "} EMCTRUTH" << std::endl;
353 return os;
354}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 343 of file AsciiData.cc.
344{
345 os << std::endl << "{ EMCTRUTH" << std::endl;
346 if(
x.initialized()) {
347 os <<
" " <<
x.nTruth;
348 {
for(
int i = 0; i <
x.nTruth; i++) {
349 os <<
" " <<
x.truthCol[i];
350 }}
351 }
352 os << std::endl << "} EMCTRUTH" << std::endl;
353 return os;
354}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 343 of file AsciiData.cc.
344{
345 os << std::endl << "{ EMCTRUTH" << std::endl;
346 if(
x.initialized()) {
347 os <<
" " <<
x.nTruth;
348 {
for(
int i = 0; i <
x.nTruth; i++) {
349 os <<
" " <<
x.truthCol[i];
350 }}
351 }
352 os << std::endl << "} EMCTRUTH" << std::endl;
353 return os;
354}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 330 of file AsciiData.cc.
331{
332 x.check_start_tag(is,
"EMCTRUTH");
333 if(!
x.initialized())
return is;
335 x.truthCol.resize(
x.nTruth);
336 {
for(
int i = 0; i <
x.nTruth; i++) {
338 }}
339 x.check_end_tag(is,
"EMCTRUTH");
340 return is;
341}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 330 of file AsciiData.cc.
331{
332 x.check_start_tag(is,
"EMCTRUTH");
333 if(!
x.initialized())
return is;
335 x.truthCol.resize(
x.nTruth);
336 {
for(
int i = 0; i <
x.nTruth; i++) {
338 }}
339 x.check_end_tag(is,
"EMCTRUTH");
340 return is;
341}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 330 of file AsciiData.cc.
331{
332 x.check_start_tag(is,
"EMCTRUTH");
333 if(!
x.initialized())
return is;
335 x.truthCol.resize(
x.nTruth);
336 {
for(
int i = 0; i <
x.nTruth; i++) {
338 }}
339 x.check_end_tag(is,
"EMCTRUTH");
340 return is;
341}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 330 of file AsciiData.cc.
331{
332 x.check_start_tag(is,
"EMCTRUTH");
333 if(!
x.initialized())
return is;
335 x.truthCol.resize(
x.nTruth);
336 {
for(
int i = 0; i <
x.nTruth; i++) {
338 }}
339 x.check_end_tag(is,
"EMCTRUTH");
340 return is;
341}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: