#include <AsciiData.hh>
Definition at line 59 of file AsciiData.hh.
◆ TRACKTRUTH() [1/2]
TRACKTRUTH::TRACKTRUTH |
( |
| ) |
|
|
inline |
◆ TRACKTRUTH() [2/2]
TRACKTRUTH::TRACKTRUTH |
( |
| ) |
|
|
inline |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TRACKTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 119 of file AsciiData.cc.
120{
121 os << std::endl << "{ TRACKTRUTH" << std::endl;
122 if(
x.initialized()) {
123 os <<
" " <<
x.nTruth;
124 {
for(
int i = 0; i <
x.nTruth; i++) {
125 os <<
" " <<
x.truthCol[i];
126 }}
127 }
128 os << std::endl << "} TRACKTRUTH" << std::endl;
129 return os;
130}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TRACKTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 119 of file AsciiData.cc.
120{
121 os << std::endl << "{ TRACKTRUTH" << std::endl;
122 if(
x.initialized()) {
123 os <<
" " <<
x.nTruth;
124 {
for(
int i = 0; i <
x.nTruth; i++) {
125 os <<
" " <<
x.truthCol[i];
126 }}
127 }
128 os << std::endl << "} TRACKTRUTH" << std::endl;
129 return os;
130}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TRACKTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 106 of file AsciiData.cc.
107{
108 x.check_start_tag(is,
"TRACKTRUTH");
109 if(!
x.initialized())
return is;
111 x.truthCol.resize(
x.nTruth);
112 {
for(
int i = 0; i <
x.nTruth; i++) {
114 }}
115 x.check_end_tag(is,
"TRACKTRUTH");
116 return is;
117}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TRACKTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 106 of file AsciiData.cc.
107{
108 x.check_start_tag(is,
"TRACKTRUTH");
109 if(!
x.initialized())
return is;
111 x.truthCol.resize(
x.nTruth);
112 {
for(
int i = 0; i <
x.nTruth; i++) {
114 }}
115 x.check_end_tag(is,
"TRACKTRUTH");
116 return is;
117}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: