#include <AsciiData.hh>
◆ TRACKTRUTH() [1/4]
| TRACKTRUTH::TRACKTRUTH |
( |
| ) |
|
|
inline |
◆ TRACKTRUTH() [2/4]
| TRACKTRUTH::TRACKTRUTH |
( |
| ) |
|
|
inline |
◆ TRACKTRUTH() [3/4]
| TRACKTRUTH::TRACKTRUTH |
( |
| ) |
|
|
inline |
◆ TRACKTRUTH() [4/4]
| TRACKTRUTH::TRACKTRUTH |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TRACKTRUTH & | x ) |
|
friend |
Definition at line 109 of file AsciiData.cc.
109 {
110 os << std::endl << "{ TRACKTRUTH" << std::endl;
111 if (
x.initialized() )
112 {
113 os <<
" " <<
x.nTruth;
114 {
115 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
116 }
117 }
118 os << std::endl << "} TRACKTRUTH" << std::endl;
119 return os;
120}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TRACKTRUTH & | x ) |
|
friend |
Definition at line 109 of file AsciiData.cc.
109 {
110 os << std::endl << "{ TRACKTRUTH" << std::endl;
111 if (
x.initialized() )
112 {
113 os <<
" " <<
x.nTruth;
114 {
115 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
116 }
117 }
118 os << std::endl << "} TRACKTRUTH" << std::endl;
119 return os;
120}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TRACKTRUTH & | x ) |
|
friend |
Definition at line 109 of file AsciiData.cc.
109 {
110 os << std::endl << "{ TRACKTRUTH" << std::endl;
111 if (
x.initialized() )
112 {
113 os <<
" " <<
x.nTruth;
114 {
115 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
116 }
117 }
118 os << std::endl << "} TRACKTRUTH" << std::endl;
119 return os;
120}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TRACKTRUTH & | x ) |
|
friend |
Definition at line 109 of file AsciiData.cc.
109 {
110 os << std::endl << "{ TRACKTRUTH" << std::endl;
111 if (
x.initialized() )
112 {
113 os <<
" " <<
x.nTruth;
114 {
115 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
116 }
117 }
118 os << std::endl << "} TRACKTRUTH" << std::endl;
119 return os;
120}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TRACKTRUTH & | x ) |
|
friend |
Definition at line 97 of file AsciiData.cc.
97 {
98 x.check_start_tag( is,
"TRACKTRUTH" );
99 if ( !
x.initialized() )
return is;
101 x.truthCol.resize(
x.nTruth );
102 {
103 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
104 }
105 x.check_end_tag( is,
"TRACKTRUTH" );
106 return is;
107}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TRACKTRUTH & | x ) |
|
friend |
Definition at line 97 of file AsciiData.cc.
97 {
98 x.check_start_tag( is,
"TRACKTRUTH" );
99 if ( !
x.initialized() )
return is;
101 x.truthCol.resize(
x.nTruth );
102 {
103 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
104 }
105 x.check_end_tag( is,
"TRACKTRUTH" );
106 return is;
107}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TRACKTRUTH & | x ) |
|
friend |
Definition at line 97 of file AsciiData.cc.
97 {
98 x.check_start_tag( is,
"TRACKTRUTH" );
99 if ( !
x.initialized() )
return is;
101 x.truthCol.resize(
x.nTruth );
102 {
103 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
104 }
105 x.check_end_tag( is,
"TRACKTRUTH" );
106 return is;
107}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
TRACKTRUTH & | x ) |
|
friend |
Definition at line 97 of file AsciiData.cc.
97 {
98 x.check_start_tag( is,
"TRACKTRUTH" );
99 if ( !
x.initialized() )
return is;
101 x.truthCol.resize(
x.nTruth );
102 {
103 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
104 }
105 x.check_end_tag( is,
"TRACKTRUTH" );
106 return is;
107}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: