#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 442 of file AsciiData.cc.
443{
444 os << std::endl << "{ EMCTRUTH" << std::endl;
445 if(
x.initialized()) {
446 os <<
" " <<
x.nTruth;
447 {
for(
int i = 0; i <
x.nTruth; i++) {
448 os <<
" " <<
x.truthCol[i];
449 }}
450 }
451 os << std::endl << "} EMCTRUTH" << std::endl;
452 return os;
453}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 442 of file AsciiData.cc.
443{
444 os << std::endl << "{ EMCTRUTH" << std::endl;
445 if(
x.initialized()) {
446 os <<
" " <<
x.nTruth;
447 {
for(
int i = 0; i <
x.nTruth; i++) {
448 os <<
" " <<
x.truthCol[i];
449 }}
450 }
451 os << std::endl << "} EMCTRUTH" << std::endl;
452 return os;
453}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 442 of file AsciiData.cc.
443{
444 os << std::endl << "{ EMCTRUTH" << std::endl;
445 if(
x.initialized()) {
446 os <<
" " <<
x.nTruth;
447 {
for(
int i = 0; i <
x.nTruth; i++) {
448 os <<
" " <<
x.truthCol[i];
449 }}
450 }
451 os << std::endl << "} EMCTRUTH" << std::endl;
452 return os;
453}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 442 of file AsciiData.cc.
443{
444 os << std::endl << "{ EMCTRUTH" << std::endl;
445 if(
x.initialized()) {
446 os <<
" " <<
x.nTruth;
447 {
for(
int i = 0; i <
x.nTruth; i++) {
448 os <<
" " <<
x.truthCol[i];
449 }}
450 }
451 os << std::endl << "} EMCTRUTH" << std::endl;
452 return os;
453}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 429 of file AsciiData.cc.
430{
431 x.check_start_tag(is,
"EMCTRUTH");
432 if(!
x.initialized())
return is;
434 x.truthCol.resize(
x.nTruth);
435 {
for(
int i = 0; i <
x.nTruth; i++) {
437 }}
438 x.check_end_tag(is,
"EMCTRUTH");
439 return is;
440}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 429 of file AsciiData.cc.
430{
431 x.check_start_tag(is,
"EMCTRUTH");
432 if(!
x.initialized())
return is;
434 x.truthCol.resize(
x.nTruth);
435 {
for(
int i = 0; i <
x.nTruth; i++) {
437 }}
438 x.check_end_tag(is,
"EMCTRUTH");
439 return is;
440}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 429 of file AsciiData.cc.
430{
431 x.check_start_tag(is,
"EMCTRUTH");
432 if(!
x.initialized())
return is;
434 x.truthCol.resize(
x.nTruth);
435 {
for(
int i = 0; i <
x.nTruth; i++) {
437 }}
438 x.check_end_tag(is,
"EMCTRUTH");
439 return is;
440}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 429 of file AsciiData.cc.
430{
431 x.check_start_tag(is,
"EMCTRUTH");
432 if(!
x.initialized())
return is;
434 x.truthCol.resize(
x.nTruth);
435 {
for(
int i = 0; i <
x.nTruth; i++) {
437 }}
438 x.check_end_tag(is,
"EMCTRUTH");
439 return is;
440}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: