#include <AsciiData.hh>
Definition at line 81 of file AsciiData.hh.
◆ VERTEXTRUTH() [1/2]
VERTEXTRUTH::VERTEXTRUTH |
( |
| ) |
|
|
inline |
◆ VERTEXTRUTH() [2/2]
VERTEXTRUTH::VERTEXTRUTH |
( |
| ) |
|
|
inline |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const VERTEXTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 168 of file AsciiData.cc.
169{
170 os << std::endl << "{ VERTEXTRUTH" << std::endl;
171 if(
x.initialized()) {
172 os <<
" " <<
x.nTruth;
173 {
for(
int i = 0; i <
x.nTruth; i++) {
174 os <<
" " <<
x.truthCol[i];
175 }}
176 }
177 os << std::endl << "} VERTEXTRUTH" << std::endl;
178 return os;
179}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const VERTEXTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 168 of file AsciiData.cc.
169{
170 os << std::endl << "{ VERTEXTRUTH" << std::endl;
171 if(
x.initialized()) {
172 os <<
" " <<
x.nTruth;
173 {
for(
int i = 0; i <
x.nTruth; i++) {
174 os <<
" " <<
x.truthCol[i];
175 }}
176 }
177 os << std::endl << "} VERTEXTRUTH" << std::endl;
178 return os;
179}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
VERTEXTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 155 of file AsciiData.cc.
156{
157 x.check_start_tag(is,
"VERTEXTRUTH");
158 if(!
x.initialized())
return is;
160 x.truthCol.resize(
x.nTruth);
161 {
for(
int i = 0; i <
x.nTruth; i++) {
163 }}
164 x.check_end_tag(is,
"VERTEXTRUTH");
165 return is;
166}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
VERTEXTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 155 of file AsciiData.cc.
156{
157 x.check_start_tag(is,
"VERTEXTRUTH");
158 if(!
x.initialized())
return is;
160 x.truthCol.resize(
x.nTruth);
161 {
for(
int i = 0; i <
x.nTruth; i++) {
163 }}
164 x.check_end_tag(is,
"VERTEXTRUTH");
165 return is;
166}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: