#include <AsciiData.hh>
Definition at line 400 of file AsciiData.hh.
◆ TOFDIGI() [1/2]
◆ TOFDIGI() [2/2]
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 813 of file AsciiData.cc.
814{
815 os << std::endl << "{ TOFDIGI" << std::endl;
816 if(
x.initialized()) {
817 os <<
" " <<
x.nDigi;
818 {
for(
int i = 0; i <
x.nDigi; i++) {
819 os <<
" " <<
x.digiCol[i];
820 }}
821 }
822 os << std::endl << "} TOFDIGI" << std::endl;
823 return os;
824}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 813 of file AsciiData.cc.
814{
815 os << std::endl << "{ TOFDIGI" << std::endl;
816 if(
x.initialized()) {
817 os <<
" " <<
x.nDigi;
818 {
for(
int i = 0; i <
x.nDigi; i++) {
819 os <<
" " <<
x.digiCol[i];
820 }}
821 }
822 os << std::endl << "} TOFDIGI" << std::endl;
823 return os;
824}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 800 of file AsciiData.cc.
801{
802 x.check_start_tag(is,
"TOFDIGI");
803 if(!
x.initialized())
return is;
805 x.digiCol.resize(
x.nDigi);
806 {
for(
int i = 0; i <
x.nDigi; i++) {
808 }}
809 x.check_end_tag(is,
"TOFDIGI");
810 return is;
811}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 800 of file AsciiData.cc.
801{
802 x.check_start_tag(is,
"TOFDIGI");
803 if(!
x.initialized())
return is;
805 x.digiCol.resize(
x.nDigi);
806 {
for(
int i = 0; i <
x.nDigi; i++) {
808 }}
809 x.check_end_tag(is,
"TOFDIGI");
810 return is;
811}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: