#include <AsciiData.hh>
◆ TOFDIGI() [1/4]
◆ TOFDIGI() [2/4]
◆ TOFDIGI() [3/4]
◆ TOFDIGI() [4/4]
◆ operator<< [1/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 562 of file AsciiData.cc.
563{
564 os << std::endl << "{ TOFDIGI" << std::endl;
565 if(
x.initialized()) {
566 os <<
" " <<
x.nDigi;
567 {
for(
int i = 0; i <
x.nDigi; i++) {
568 os <<
" " <<
x.digiCol[i];
569 }}
570 }
571 os << std::endl << "} TOFDIGI" << std::endl;
572 return os;
573}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 562 of file AsciiData.cc.
563{
564 os << std::endl << "{ TOFDIGI" << std::endl;
565 if(
x.initialized()) {
566 os <<
" " <<
x.nDigi;
567 {
for(
int i = 0; i <
x.nDigi; i++) {
568 os <<
" " <<
x.digiCol[i];
569 }}
570 }
571 os << std::endl << "} TOFDIGI" << std::endl;
572 return os;
573}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 562 of file AsciiData.cc.
563{
564 os << std::endl << "{ TOFDIGI" << std::endl;
565 if(
x.initialized()) {
566 os <<
" " <<
x.nDigi;
567 {
for(
int i = 0; i <
x.nDigi; i++) {
568 os <<
" " <<
x.digiCol[i];
569 }}
570 }
571 os << std::endl << "} TOFDIGI" << std::endl;
572 return os;
573}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 562 of file AsciiData.cc.
563{
564 os << std::endl << "{ TOFDIGI" << std::endl;
565 if(
x.initialized()) {
566 os <<
" " <<
x.nDigi;
567 {
for(
int i = 0; i <
x.nDigi; i++) {
568 os <<
" " <<
x.digiCol[i];
569 }}
570 }
571 os << std::endl << "} TOFDIGI" << std::endl;
572 return os;
573}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 549 of file AsciiData.cc.
550{
551 x.check_start_tag(is,
"TOFDIGI");
552 if(!
x.initialized())
return is;
554 x.digiCol.resize(
x.nDigi);
555 {
for(
int i = 0; i <
x.nDigi; i++) {
557 }}
558 x.check_end_tag(is,
"TOFDIGI");
559 return is;
560}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 549 of file AsciiData.cc.
550{
551 x.check_start_tag(is,
"TOFDIGI");
552 if(!
x.initialized())
return is;
554 x.digiCol.resize(
x.nDigi);
555 {
for(
int i = 0; i <
x.nDigi; i++) {
557 }}
558 x.check_end_tag(is,
"TOFDIGI");
559 return is;
560}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 549 of file AsciiData.cc.
550{
551 x.check_start_tag(is,
"TOFDIGI");
552 if(!
x.initialized())
return is;
554 x.digiCol.resize(
x.nDigi);
555 {
for(
int i = 0; i <
x.nDigi; i++) {
557 }}
558 x.check_end_tag(is,
"TOFDIGI");
559 return is;
560}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TOFDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 549 of file AsciiData.cc.
550{
551 x.check_start_tag(is,
"TOFDIGI");
552 if(!
x.initialized())
return is;
554 x.digiCol.resize(
x.nDigi);
555 {
for(
int i = 0; i <
x.nDigi; i++) {
557 }}
558 x.check_end_tag(is,
"TOFDIGI");
559 return is;
560}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: