#include <AsciiData.hh>
◆ MDCTRUTH() [1/4]
◆ MDCTRUTH() [2/4]
◆ MDCTRUTH() [3/4]
◆ MDCTRUTH() [4/4]
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCTRUTH & | x ) |
|
friend |
Definition at line 207 of file AsciiData.cc.
207 {
208 os << std::endl << "{ MDCTRUTH" << std::endl;
209 if (
x.initialized() )
210 {
211 os <<
" " <<
x.nTruth;
212 {
213 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
214 }
215 }
216 os << std::endl << "} MDCTRUTH" << std::endl;
217 return os;
218}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCTRUTH & | x ) |
|
friend |
Definition at line 207 of file AsciiData.cc.
207 {
208 os << std::endl << "{ MDCTRUTH" << std::endl;
209 if (
x.initialized() )
210 {
211 os <<
" " <<
x.nTruth;
212 {
213 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
214 }
215 }
216 os << std::endl << "} MDCTRUTH" << std::endl;
217 return os;
218}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCTRUTH & | x ) |
|
friend |
Definition at line 207 of file AsciiData.cc.
207 {
208 os << std::endl << "{ MDCTRUTH" << std::endl;
209 if (
x.initialized() )
210 {
211 os <<
" " <<
x.nTruth;
212 {
213 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
214 }
215 }
216 os << std::endl << "} MDCTRUTH" << std::endl;
217 return os;
218}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCTRUTH & | x ) |
|
friend |
Definition at line 207 of file AsciiData.cc.
207 {
208 os << std::endl << "{ MDCTRUTH" << std::endl;
209 if (
x.initialized() )
210 {
211 os <<
" " <<
x.nTruth;
212 {
213 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
214 }
215 }
216 os << std::endl << "} MDCTRUTH" << std::endl;
217 return os;
218}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCTRUTH & | x ) |
|
friend |
Definition at line 195 of file AsciiData.cc.
195 {
196 x.check_start_tag( is,
"MDCTRUTH" );
197 if ( !
x.initialized() )
return is;
199 x.truthCol.resize(
x.nTruth );
200 {
201 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
202 }
203 x.check_end_tag( is,
"MDCTRUTH" );
204 return is;
205}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCTRUTH & | x ) |
|
friend |
Definition at line 195 of file AsciiData.cc.
195 {
196 x.check_start_tag( is,
"MDCTRUTH" );
197 if ( !
x.initialized() )
return is;
199 x.truthCol.resize(
x.nTruth );
200 {
201 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
202 }
203 x.check_end_tag( is,
"MDCTRUTH" );
204 return is;
205}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCTRUTH & | x ) |
|
friend |
Definition at line 195 of file AsciiData.cc.
195 {
196 x.check_start_tag( is,
"MDCTRUTH" );
197 if ( !
x.initialized() )
return is;
199 x.truthCol.resize(
x.nTruth );
200 {
201 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
202 }
203 x.check_end_tag( is,
"MDCTRUTH" );
204 return is;
205}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCTRUTH & | x ) |
|
friend |
Definition at line 195 of file AsciiData.cc.
195 {
196 x.check_start_tag( is,
"MDCTRUTH" );
197 if ( !
x.initialized() )
return is;
199 x.truthCol.resize(
x.nTruth );
200 {
201 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
202 }
203 x.check_end_tag( is,
"MDCTRUTH" );
204 return is;
205}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: