#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 224 of file AsciiData.cc.
225{
226 os << std::endl << "{ MDCTRUTH" << std::endl;
227 if(
x.initialized()) {
228 os <<
" " <<
x.nTruth;
229 {
for(
int i = 0; i <
x.nTruth; i++) {
230 os <<
" " <<
x.truthCol[i];
231 }}
232 }
233 os << std::endl << "} MDCTRUTH" << std::endl;
234 return os;
235}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 224 of file AsciiData.cc.
225{
226 os << std::endl << "{ MDCTRUTH" << std::endl;
227 if(
x.initialized()) {
228 os <<
" " <<
x.nTruth;
229 {
for(
int i = 0; i <
x.nTruth; i++) {
230 os <<
" " <<
x.truthCol[i];
231 }}
232 }
233 os << std::endl << "} MDCTRUTH" << std::endl;
234 return os;
235}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 224 of file AsciiData.cc.
225{
226 os << std::endl << "{ MDCTRUTH" << std::endl;
227 if(
x.initialized()) {
228 os <<
" " <<
x.nTruth;
229 {
for(
int i = 0; i <
x.nTruth; i++) {
230 os <<
" " <<
x.truthCol[i];
231 }}
232 }
233 os << std::endl << "} MDCTRUTH" << std::endl;
234 return os;
235}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 224 of file AsciiData.cc.
225{
226 os << std::endl << "{ MDCTRUTH" << std::endl;
227 if(
x.initialized()) {
228 os <<
" " <<
x.nTruth;
229 {
for(
int i = 0; i <
x.nTruth; i++) {
230 os <<
" " <<
x.truthCol[i];
231 }}
232 }
233 os << std::endl << "} MDCTRUTH" << std::endl;
234 return os;
235}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 211 of file AsciiData.cc.
212{
213 x.check_start_tag(is,
"MDCTRUTH");
214 if(!
x.initialized())
return is;
216 x.truthCol.resize(
x.nTruth);
217 {
for(
int i = 0; i <
x.nTruth; i++) {
219 }}
220 x.check_end_tag(is,
"MDCTRUTH");
221 return is;
222}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 211 of file AsciiData.cc.
212{
213 x.check_start_tag(is,
"MDCTRUTH");
214 if(!
x.initialized())
return is;
216 x.truthCol.resize(
x.nTruth);
217 {
for(
int i = 0; i <
x.nTruth; i++) {
219 }}
220 x.check_end_tag(is,
"MDCTRUTH");
221 return is;
222}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 211 of file AsciiData.cc.
212{
213 x.check_start_tag(is,
"MDCTRUTH");
214 if(!
x.initialized())
return is;
216 x.truthCol.resize(
x.nTruth);
217 {
for(
int i = 0; i <
x.nTruth; i++) {
219 }}
220 x.check_end_tag(is,
"MDCTRUTH");
221 return is;
222}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 211 of file AsciiData.cc.
212{
213 x.check_start_tag(is,
"MDCTRUTH");
214 if(!
x.initialized())
return is;
216 x.truthCol.resize(
x.nTruth);
217 {
for(
int i = 0; i <
x.nTruth; i++) {
219 }}
220 x.check_end_tag(is,
"MDCTRUTH");
221 return is;
222}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: